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.
Extended By
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)
#member_path
def member_path(space:, member:) -> ::String
Create a fully-qualified Member resource string.
The resource will be in the following format:
spaces/{space}/members/{member}
- space (String)
- member (String)
- (::String)
- (::ArgumentError)
#space_path
def space_path(space:) -> ::String
Create a fully-qualified Space resource string.
The resource will be in the following format:
spaces/{space}
- space (String)
- (::String)