Reference documentation and code samples for the API hub V1 API module Google::Cloud::ApiHub::V1::ApiHubCurate::Paths.
Path helper methods for the ApiHubCurate API.
Extended By
Methods
#curation_path
def curation_path(project:, location:, curation:) -> ::String
Create a fully-qualified Curation resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/curations/{curation}
- project (String)
- location (String)
- curation (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)
#plugin_instance_path
def plugin_instance_path(project:, location:, plugin:, instance:) -> ::String
Create a fully-qualified PluginInstance resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
- project (String)
- location (String)
- plugin (String)
- instance (String)
- (::String)
- (::ArgumentError)