Reference documentation and code samples for the Google Meet V2 API class Google::Apps::Meet::V2::ListTranscriptEntriesRequest.
Request for ListTranscriptEntries method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
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.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::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.
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.
#page_token
def page_token() -> ::String
Returns
- (::String) — Page token returned from previous List Call.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Page token returned from previous List Call.
Returns
- (::String) — Page token returned from previous List Call.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Format:
conferenceRecords/{conference_record}/transcripts/{transcript}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Format:
conferenceRecords/{conference_record}/transcripts/{transcript}
Returns
-
(::String) — Required. Format:
conferenceRecords/{conference_record}/transcripts/{transcript}