Google Cloud Memorystore for Memcached V1 API - Module Google::Cloud::Memcache::V1::CloudMemcache::Paths (v2.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Memorystore for Memcached V1 API module Google::Cloud::Memcache::V1::CloudMemcache::Paths.
Path helper methods for the CloudMemcache API.
Methods
#instance_path
definstance_path(project:,location:,instance:)->::StringCreate 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
deflocation_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)