Vision AI V1 API - Module Google::Cloud::VisionAI::V1::StreamsService::Paths (v0.1.0)

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}

Parameters
  • project (String)
  • location (String)
  • cluster (String)
  • channel (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • cluster (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • cluster (String)
  • event (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • cluster (String)
  • series (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • cluster (String)
  • stream (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)