Reference documentation and code samples for the Google Meet V2 API module Google::Apps::Meet::V2::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}
- conference_record (String)
- (::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}
- conference_record (String)
- participant (String)
- (::String)
- (::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}
- conference_record (String)
- participant (String)
- participant_session (String)
- (::String)
- (::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}
- conference_record (String)
- recording (String)
- (::String)
- (::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}
- conference_record (String)
- transcript (String)
- entry (String)
- (::String)
- (::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}
- conference_record (String)
- transcript (String)
- (::String)
- (::ArgumentError)