Reference documentation and code samples for the Cloud SQL Admin V1 API module Google::Cloud::Sql::V1::SqlBackupsService::Paths.
Path helper methods for the SqlBackupsService API.
Extended By
Included In
Methods
#backup_path
def backup_path(project:, backup:) -> ::StringCreate a fully-qualified Backup resource string.
The resource will be in the following format:
projects/{project}/backups/{backup}
Parameters
- project (String)
- backup (String)
Returns
- (::String)
Raises
- (::ArgumentError)
#project_path
def project_path(project:) -> ::StringCreate a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
Parameter
- project (String)
Returns
- (::String)