Reference documentation and code samples for the Cloud Tasks V2 API module Google::Cloud::Tasks::V2::CloudTasks::Paths.
Path helper methods for the CloudTasks API.
Extended By
Methods
#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)
#queue_path
def queue_path(project:, location:, queue:) -> ::String
Create 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:) -> ::String
Create 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)