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

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

Path helper methods for the SpacesService 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)

#space_path

def space_path(space:) -> ::String

Create a fully-qualified Space resource string.

The resource will be in the following format:

spaces/{space}

Parameter
  • space (String)
Returns
  • (::String)