Google Meet V2BETA API - Module Google::Apps::Meet::V2beta::ConferenceRecordsService::Paths (v0.3.0)

Reference documentation and code samples for the Google Meet V2BETA API module Google::Apps::Meet::V2beta::ConferenceRecordsService::Paths.

Path helper methods for the ConferenceRecordsService API.

Methods

#conference_record_path

def conference_record_path(conference_record:) -> ::String

Create a fully-qualified ConferenceRecord resource string.

The resource will be in the following format:

conferenceRecords/{conference_record}

Parameter
  • conference_record (String)
Returns
  • (::String)

#participant_path

def participant_path(conference_record:, participant:) -> ::String

Create a fully-qualified Participant resource string.

The resource will be in the following format:

conferenceRecords/{conference_record}/participants/{participant}

Parameters
  • conference_record (String)
  • participant (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#participant_session_path

def participant_session_path(conference_record:, participant:, participant_session:) -> ::String

Create a fully-qualified ParticipantSession resource string.

The resource will be in the following format:

conferenceRecords/{conference_record}/participants/{participant}/participantSessions/{participant_session}

Parameters
  • conference_record (String)
  • participant (String)
  • participant_session (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#recording_path

def recording_path(conference_record:, recording:) -> ::String

Create a fully-qualified Recording resource string.

The resource will be in the following format:

conferenceRecords/{conference_record}/recordings/{recording}

Parameters
  • conference_record (String)
  • recording (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#transcript_entry_path

def transcript_entry_path(conference_record:, transcript:, entry:) -> ::String

Create a fully-qualified TranscriptEntry resource string.

The resource will be in the following format:

conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}

Parameters
  • conference_record (String)
  • transcript (String)
  • entry (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#transcript_path

def transcript_path(conference_record:, transcript:) -> ::String

Create a fully-qualified Transcript resource string.

The resource will be in the following format:

conferenceRecords/{conference_record}/transcripts/{transcript}

Parameters
  • conference_record (String)
  • transcript (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)