Reference documentation and code samples for the Dataproc Metastore V1 API module Google::Cloud::Metastore::V1::DataprocMetastore::Paths.
Path helper methods for the DataprocMetastore API.
Methods
#backup_path
def backup_path(project:, location:, service:, backup:) -> ::StringCreate a fully-qualified Backup resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/services/{service}/backups/{backup}
- project (String)
 - location (String)
 - service (String)
 - backup (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)
 
#metadata_import_path
def metadata_import_path(project:, location:, service:, metadata_import:) -> ::StringCreate a fully-qualified MetadataImport resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/services/{service}/metadataImports/{metadata_import}
- project (String)
 - location (String)
 - service (String)
 - metadata_import (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)
 
#service_path
def service_path(project:, location:, service:) -> ::StringCreate a fully-qualified Service resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/services/{service}
- project (String)
 - location (String)
 - service (String)
 
- (::String)
 
- (::ArgumentError)
 
#subnetwork_path
def subnetwork_path(project:, region:, subnetwork:) -> ::StringCreate a fully-qualified Subnetwork resource string.
The resource will be in the following format:
projects/{project}/regions/{region}/subnetworks/{subnetwork}
- project (String)
 - region (String)
 - subnetwork (String)
 
- (::String)
 
- (::ArgumentError)