Reference documentation and code samples for the Google Meet V2BETA API class Google::Apps::Meet::V2beta::ConferenceRecordsService::Rest::ServiceStub.
REST service stub for the ConferenceRecordsService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#get_conference_record
def get_conference_record(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::ConferenceRecord
Baseline implementation for the get_conference_record REST call
- request_pb (::Google::Apps::Meet::V2beta::GetConferenceRecordRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Apps::Meet::V2beta::ConferenceRecord)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::ConferenceRecord) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_participant
def get_participant(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::Participant
Baseline implementation for the get_participant REST call
- request_pb (::Google::Apps::Meet::V2beta::GetParticipantRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Apps::Meet::V2beta::Participant)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::Participant) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_participant_session
def get_participant_session(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::ParticipantSession
Baseline implementation for the get_participant_session REST call
- request_pb (::Google::Apps::Meet::V2beta::GetParticipantSessionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Apps::Meet::V2beta::ParticipantSession)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::ParticipantSession) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_recording
def get_recording(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::Recording
Baseline implementation for the get_recording REST call
- request_pb (::Google::Apps::Meet::V2beta::GetRecordingRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Apps::Meet::V2beta::Recording)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::Recording) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_transcript
def get_transcript(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::Transcript
Baseline implementation for the get_transcript REST call
- request_pb (::Google::Apps::Meet::V2beta::GetTranscriptRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Apps::Meet::V2beta::Transcript)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::Transcript) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_transcript_entry
def get_transcript_entry(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::TranscriptEntry
Baseline implementation for the get_transcript_entry REST call
- request_pb (::Google::Apps::Meet::V2beta::GetTranscriptEntryRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Apps::Meet::V2beta::TranscriptEntry)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::TranscriptEntry) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_conference_records
def list_conference_records(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::ListConferenceRecordsResponse
Baseline implementation for the list_conference_records REST call
- request_pb (::Google::Apps::Meet::V2beta::ListConferenceRecordsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Apps::Meet::V2beta::ListConferenceRecordsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::ListConferenceRecordsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_participant_sessions
def list_participant_sessions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::ListParticipantSessionsResponse
Baseline implementation for the list_participant_sessions REST call
- request_pb (::Google::Apps::Meet::V2beta::ListParticipantSessionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Apps::Meet::V2beta::ListParticipantSessionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::ListParticipantSessionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_participants
def list_participants(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::ListParticipantsResponse
Baseline implementation for the list_participants REST call
- request_pb (::Google::Apps::Meet::V2beta::ListParticipantsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Apps::Meet::V2beta::ListParticipantsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::ListParticipantsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_recordings
def list_recordings(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::ListRecordingsResponse
Baseline implementation for the list_recordings REST call
- request_pb (::Google::Apps::Meet::V2beta::ListRecordingsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Apps::Meet::V2beta::ListRecordingsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::ListRecordingsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_transcript_entries
def list_transcript_entries(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::ListTranscriptEntriesResponse
Baseline implementation for the list_transcript_entries REST call
- request_pb (::Google::Apps::Meet::V2beta::ListTranscriptEntriesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Apps::Meet::V2beta::ListTranscriptEntriesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::ListTranscriptEntriesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_transcripts
def list_transcripts(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::ListTranscriptsResponse
Baseline implementation for the list_transcripts REST call
- request_pb (::Google::Apps::Meet::V2beta::ListTranscriptsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Apps::Meet::V2beta::ListTranscriptsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::ListTranscriptsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)