Google Meet V2BETA API - Class Google::Apps::Meet::V2beta::ConferenceRecordsService::Rest::ServiceStub (v0.3.0)

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

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#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

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::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

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::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

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::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

Parameters
  • 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.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::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

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::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

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#initialize

def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
Returns

#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

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::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

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::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

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::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

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::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

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::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

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)