Reference documentation and code samples for the Cloud Tasks V2beta3 API module Google::Cloud::Tasks::V2beta3::CloudTasks::Paths.
Path helper methods for the CloudTasks API.
Extended By
Included In
Methods
#cmek_config_path
def cmek_config_path(project:, location:) -> ::StringCreate a fully-qualified CmekConfig resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/cmekConfig
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#crypto_key_path
def crypto_key_path(project:, location:, key_ring:, crypto_key:) -> ::StringCreate a fully-qualified CryptoKey resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- project (String)
- location (String)
- key_ring (String)
- crypto_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)
#queue_path
def queue_path(project:, location:, queue:) -> ::StringCreate a fully-qualified Queue resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/queues/{queue}
- project (String)
- location (String)
- queue (String)
- (::String)
- (::ArgumentError)
#task_path
def task_path(project:, location:, queue:, task:) -> ::StringCreate a fully-qualified Task resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/queues/{queue}/tasks/{task}
- project (String)
- location (String)
- queue (String)
- task (String)
- (::String)
- (::ArgumentError)