Reference documentation and code samples for the Parameter Manager V1 API module Google::Cloud::ParameterManager::V1::ParameterManager::Paths.
Path helper methods for the ParameterManager API.
Methods
#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)
#parameter_path
def parameter_path(project:, location:, parameter:) -> ::String
Create a fully-qualified Parameter resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/parameters/{parameter}
- project (String)
- location (String)
- parameter (String)
- (::String)
- (::ArgumentError)
#parameter_version_path
def parameter_version_path(project:, location:, parameter:, parameter_version:) -> ::String
Create a fully-qualified ParameterVersion resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/parameters/{parameter}/versions/{parameter_version}
- project (String)
- location (String)
- parameter (String)
- parameter_version (String)
- (::String)
- (::ArgumentError)