Reference documentation and code samples for the License Manager V1 API module Google::Cloud::LicenseManager::V1::LicenseManager::Paths.
Path helper methods for the LicenseManager API.
Methods
#configuration_path
def configuration_path(project:, location:, configuration:) -> ::String
Create a fully-qualified Configuration resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/configurations/{configuration}
- project (String)
- location (String)
- configuration (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)
#product_path
def product_path(project:, location:, product:) -> ::String
Create a fully-qualified Product resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/products/{product}
- project (String)
- location (String)
- product (String)
- (::String)
- (::ArgumentError)