Reference documentation and code samples for the Cloud SQL Admin V1 API module Google::Cloud::Sql::V1::SqlInstancesService::Paths.
Path helper methods for the SqlInstancesService API.
Included In
Methods
#backup_path
def backup_path(project:, backup:) -> ::String
def backup_path(project:, location:, backupvault:, datasource:, backup:) -> ::StringCreate a fully-qualified Backup resource string.
def backup_path(project:, backup:) -> ::String
projects/{project}/backups/{backup}
- project (String)
- backup (String)
def backup_path(project:, location:, backupvault:, datasource:, backup:) -> ::String
projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}/backups/{backup}
- project (String)
- location (String)
- backupvault (String)
- datasource (String)
- backup (String)
- (::String)
- (::ArgumentError)
#network_path
def network_path(project:, network:) -> ::StringCreate a fully-qualified Network resource string.
The resource will be in the following format:
projects/{project}/global/networks/{network}
- project (String)
- network (String)
- (::String)
- (::ArgumentError)