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.
Extended By
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}
- project (String)
- instance (String)
- table (String)
- authorized_view (String)
- (::String)
- (::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}
- project (String)
- instance (String)
- (::String)
- (::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}
- project (String)
- instance (String)
- table (String)
- (::String)
- (::ArgumentError)