Google Meet V2 API - Class Google::Apps::Meet::V2::ListTranscriptsResponse (v0.2.0)

Reference documentation and code samples for the Google Meet V2 API class Google::Apps::Meet::V2::ListTranscriptsResponse.

Response for ListTranscripts method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Token to be circulated back for further List call if current List doesn't include all the transcripts. Unset if all transcripts are returned.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Token to be circulated back for further List call if current List doesn't include all the transcripts. Unset if all transcripts are returned.
Returns
  • (::String) — Token to be circulated back for further List call if current List doesn't include all the transcripts. Unset if all transcripts are returned.

#transcripts

def transcripts() -> ::Array<::Google::Apps::Meet::V2::Transcript>
Returns

#transcripts=

def transcripts=(value) -> ::Array<::Google::Apps::Meet::V2::Transcript>
Parameter
Returns