Class: Google::Apps::Meet::V2::ListTranscriptEntriesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/meet/v2/service.rb

Overview

Request for ListTranscriptEntries method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Maximum number of entries to return. The service might return fewer than this value. If unspecified, at most 10 entries are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.

Returns:

  • (::Integer)

    Maximum number of entries to return. The service might return fewer than this value. If unspecified, at most 10 entries are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.



333
334
335
336
# File 'proto_docs/google/apps/meet/v2/service.rb', line 333

class ListTranscriptEntriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Page token returned from previous List Call.

Returns:

  • (::String)

    Page token returned from previous List Call.



333
334
335
336
# File 'proto_docs/google/apps/meet/v2/service.rb', line 333

class ListTranscriptEntriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Format: conferenceRecords/{conference_record}/transcripts/{transcript}.

Returns:

  • (::String)

    Required. Format: conferenceRecords/{conference_record}/transcripts/{transcript}



333
334
335
336
# File 'proto_docs/google/apps/meet/v2/service.rb', line 333

class ListTranscriptEntriesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end