Reference documentation and code samples for the Filestore V1 API module Google::Cloud::Filestore::V1::CloudFilestoreManager::Paths.
Path helper methods for the CloudFilestoreManager API.
Methods
#backup_path
def backup_path(project:, location:, backup:) -> ::StringCreate a fully-qualified Backup resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/backups/{backup}
- project (String)
 - location (String)
 - backup (String)
 
- (::String)
 
- (::ArgumentError)
 
#instance_path
def instance_path(project:, location:, instance:) -> ::StringCreate a fully-qualified Instance resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}
- project (String)
 - location (String)
 - instance (String)
 
- (::String)
 
- (::ArgumentError)
 
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
 - location (String)
 
- (::String)
 
- (::ArgumentError)
 
#snapshot_path
def snapshot_path(project:, location:, instance:, snapshot:) -> ::StringCreate a fully-qualified Snapshot resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}/snapshots/{snapshot}
- project (String)
 - location (String)
 - instance (String)
 - snapshot (String)
 
- (::String)
 
- (::ArgumentError)