Class: Google::Apps::Meet::V2::ListTranscriptsRequest

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 ListTranscripts method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Maximum number of transcripts to return. The service might return fewer than this value. If unspecified, at most 10 transcripts 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 transcripts to return. The service might return fewer than this value. If unspecified, at most 10 transcripts are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.



291
292
293
294
# File 'proto_docs/google/apps/meet/v2/service.rb', line 291

class ListTranscriptsRequest
  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.



291
292
293
294
# File 'proto_docs/google/apps/meet/v2/service.rb', line 291

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

#parent::String

Returns Required. Format: conferenceRecords/{conference_record}.

Returns:

  • (::String)

    Required. Format: conferenceRecords/{conference_record}



291
292
293
294
# File 'proto_docs/google/apps/meet/v2/service.rb', line 291

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