Module Google::Cloud::Bigtable::V2::Bigtable::Paths (v0.3.5)

Path helper methods for the Bigtable API.

Methods

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