Cloud Bigtable V2 API - Module Google::Cloud::Bigtable::V2::Bigtable::Paths (v1.2.1)

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
Returns
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
Returns
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
Returns
Raises
  • (::ArgumentError)