Reference documentation and code samples for the Cloud Spanner Instance Admin V1 API module Google::Cloud::Spanner::Admin::Instance::V1::InstanceAdmin::Paths.
Path helper methods for the InstanceAdmin API.
Methods
#instance_config_path
def instance_config_path(project:, instance_config:) -> ::String
Create a fully-qualified InstanceConfig resource string.
The resource will be in the following format:
projects/{project}/instanceConfigs/{instance_config}
- project (String)
- instance_config (String)
- (::String)
- (::ArgumentError)
#instance_partition_path
def instance_partition_path(project:, instance:, instance_partition:) -> ::String
Create a fully-qualified InstancePartition resource string.
The resource will be in the following format:
projects/{project}/instances/{instance}/instancePartitions/{instance_partition}
- project (String)
- instance (String)
- instance_partition (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)
#project_path
def project_path(project:) -> ::String
Create a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)