Cloud SQL Admin V1BETA4 API - Module Google::Cloud::Sql::V1beta4::SqlDataService::Paths (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1BETA4 API module Google::Cloud::Sql::V1beta4::SqlDataService::Paths.

Path helper methods for the SqlDataService API.

Methods

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