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

Reference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::LiveVideoAnalytics::Paths.

Path helper methods for the LiveVideoAnalytics API.

Methods

#analysis_path

def analysis_path(project:, location:, cluster:, analysis:) -> ::String

Create a fully-qualified Analysis resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/clusters/{cluster}/analyses/{analysis}

Parameters
  • project (String)
  • location (String)
  • cluster (String)
  • analysis (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)

#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)

#operator_path

def operator_path(project:, location:, operator:) -> ::String

Create a fully-qualified Operator resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/operators/{operator}

Parameters
  • project (String)
  • location (String)
  • operator (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#process_path

def process_path(project:, location:, cluster:, process:) -> ::String

Create a fully-qualified Process resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/clusters/{cluster}/processes/{process}

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