Reference documentation and code samples for the Live Stream V1 API module Google::Cloud::Video::LiveStream::V1::LivestreamService::Paths.
Path helper methods for the LivestreamService API.
Methods
#channel_path
def channel_path(project:, location:, channel:) -> ::String
Create a fully-qualified Channel resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/channels/{channel}
- project (String)
- location (String)
- channel (String)
- (::String)
- (::ArgumentError)
#event_path
def event_path(project:, location:, channel:, event:) -> ::String
Create a fully-qualified Event resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/channels/{channel}/events/{event}
- project (String)
- location (String)
- channel (String)
- event (String)
- (::String)
- (::ArgumentError)
#input_path
def input_path(project:, location:, input:) -> ::String
Create a fully-qualified Input resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/inputs/{input}
- project (String)
- location (String)
- input (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)