Reference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::StreamsService::Paths.
Path helper methods for the StreamsService API.
Methods
#channel_path
def channel_path(project:, location:, cluster:, channel:) -> ::String
Create a fully-qualified Channel resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/clusters/{cluster}/channels/{channel}
- project (String)
- location (String)
- cluster (String)
- channel (String)
- (::String)
- (::ArgumentError)
#cluster_path
def cluster_path(project:, location:, cluster:) -> ::String
Create a fully-qualified Cluster resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/clusters/{cluster}
- project (String)
- location (String)
- cluster (String)
- (::String)
- (::ArgumentError)
#event_path
def event_path(project:, location:, cluster:, event:) -> ::String
Create a fully-qualified Event resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/clusters/{cluster}/events/{event}
- project (String)
- location (String)
- cluster (String)
- event (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)
#series_path
def series_path(project:, location:, cluster:, series:) -> ::String
Create a fully-qualified Series resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/clusters/{cluster}/series/{series}
- project (String)
- location (String)
- cluster (String)
- series (String)
- (::String)
- (::ArgumentError)
#stream_path
def stream_path(project:, location:, cluster:, stream:) -> ::String
Create a fully-qualified Stream resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/clusters/{cluster}/streams/{stream}
- project (String)
- location (String)
- cluster (String)
- stream (String)
- (::String)
- (::ArgumentError)