Reference documentation and code samples for the Parallelstore V1BETA API module Google::Cloud::Parallelstore::V1beta::Parallelstore::Paths.
Path helper methods for the Parallelstore API.
Methods
#address_path
def address_path(project:, region:, address:) -> ::String
Create a fully-qualified Address resource string.
The resource will be in the following format:
projects/{project}/regions/{region}/addresses/{address}
- project (String)
- region (String)
- address (String)
- (::String)
- (::ArgumentError)
#instance_path
def instance_path(project:, location:, instance:) -> ::String
Create 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:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#network_path
def network_path(project:, network:) -> ::String
Create 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)