Cloud Bigtable V2 API - Module Google::Cloud::Bigtable::V2::Bigtable::Paths (v0.21.0)

Reference documentation and code samples for the Cloud Bigtable V2 API module Google::Cloud::Bigtable::V2::Bigtable::Paths.

Path helper methods for the Bigtable API.

Methods

#authorized_view_path

def authorized_view_path(project:, instance:, table:, authorized_view:) -> ::String

Create a fully-qualified AuthorizedView resource string.

The resource will be in the following format:

projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}

Parameters
  • project (String)
  • instance (String)
  • table (String)
  • authorized_view (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#instance_path

def instance_path(project:, instance:) -> ::String

Create a fully-qualified Instance resource string.

The resource will be in the following format:

projects/{project}/instances/{instance}

Parameters
  • project (String)
  • instance (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#table_path

def table_path(project:, instance:, table:) -> ::String

Create a fully-qualified Table resource string.

The resource will be in the following format:

projects/{project}/instances/{instance}/tables/{table}

Parameters
  • project (String)
  • instance (String)
  • table (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)