Reference documentation and code samples for the API hub V1 API module Google::Cloud::ApiHub::V1::Provisioning::Paths.
Path helper methods for the Provisioning API.
Extended By
Included In
Methods
#api_hub_instance_path
def api_hub_instance_path(project:, location:, api_hub_instance:) -> ::StringCreate a fully-qualified ApiHubInstance resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apiHubInstances/{api_hub_instance}
- project (String)
- location (String)
- api_hub_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)