Reference documentation and code samples for the API Keys V2 API module Google::Cloud::ApiKeys::V2::ApiKeys::Paths.
Path helper methods for the ApiKeys API.
Extended By
Included In
Methods
#key_path
def key_path(project:, location:, key:) -> ::StringCreate a fully-qualified Key resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/keys/{key}
- project (String)
- location (String)
- key (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)