Reference documentation and code samples for the API hub V1 API module Google::Cloud::ApiHub::V1::ApiHubPlugin::Paths.
Path helper methods for the ApiHubPlugin API.
Extended By
Methods
#attribute_path
def attribute_path(project:, location:, attribute:) -> ::String
Create a fully-qualified Attribute resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/attributes/{attribute}
- project (String)
- location (String)
- attribute (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)
#plugin_path
def plugin_path(project:, location:, plugin:) -> ::String
Create a fully-qualified Plugin resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/plugins/{plugin}
- project (String)
- location (String)
- plugin (String)
- (::String)
- (::ArgumentError)
#service_account_path
def service_account_path(project:, service_account:) -> ::String
Create a fully-qualified ServiceAccount resource string.
The resource will be in the following format:
projects/{project}/serviceAccounts/{service_account}
- project (String)
- service_account (String)
- (::String)
- (::ArgumentError)