Module: Google::Apps::Meet::V2::SpacesService::Paths
- Extended by:
- Paths
- Included in:
- Client, Paths, Rest::Client
- Defined in:
- lib/google/apps/meet/v2/spaces_service/paths.rb
Overview
Path helper methods for the SpacesService API.
Instance Method Summary collapse
-
#conference_record_path(conference_record:) ⇒ ::String
Create a fully-qualified ConferenceRecord resource string.
-
#space_path(space:) ⇒ ::String
Create a fully-qualified Space resource string.
Instance Method Details
#conference_record_path(conference_record:) ⇒ ::String
Create a fully-qualified ConferenceRecord resource string.
The resource will be in the following format:
conferenceRecords/{conference_record}
37 38 39 |
# File 'lib/google/apps/meet/v2/spaces_service/paths.rb', line 37 def conference_record_path conference_record: "conferenceRecords/#{conference_record}" end |
#space_path(space:) ⇒ ::String
Create a fully-qualified Space resource string.
The resource will be in the following format:
spaces/{space}
51 52 53 |
# File 'lib/google/apps/meet/v2/spaces_service/paths.rb', line 51 def space_path space: "spaces/#{space}" end |