Reference documentation and code samples for the Google Cloud Deploy V1 API module Google::Cloud::Deploy::V1::CloudDeploy::Paths.
Path helper methods for the CloudDeploy API.
Extended By
Methods
#automation_path
def automation_path(project:, location:, delivery_pipeline:, automation:) -> ::String
Create a fully-qualified Automation resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automations/{automation}
- project (String)
- location (String)
- delivery_pipeline (String)
- automation (String)
- (::String)
- (::ArgumentError)
#automation_run_path
def automation_run_path(project:, location:, delivery_pipeline:, automation_run:) -> ::String
Create a fully-qualified AutomationRun resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}
- project (String)
- location (String)
- delivery_pipeline (String)
- automation_run (String)
- (::String)
- (::ArgumentError)
#build_path
def build_path(project:, location:, build:) -> ::String
Create a fully-qualified Build resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/builds/{build}
- project (String)
- location (String)
- build (String)
- (::String)
- (::ArgumentError)
#cluster_path
def cluster_path(project:, location:, cluster:) -> ::String
Create a fully-qualified Cluster resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/clusters/{cluster}
- project (String)
- location (String)
- cluster (String)
- (::String)
- (::ArgumentError)
#config_path
def config_path(project:, location:) -> ::String
Create a fully-qualified Config resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/config
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#custom_target_type_path
def custom_target_type_path(project:, location:, custom_target_type:) -> ::String
Create a fully-qualified CustomTargetType resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}
- project (String)
- location (String)
- custom_target_type (String)
- (::String)
- (::ArgumentError)
#delivery_pipeline_path
def delivery_pipeline_path(project:, location:, delivery_pipeline:) -> ::String
Create a fully-qualified DeliveryPipeline resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}
- project (String)
- location (String)
- delivery_pipeline (String)
- (::String)
- (::ArgumentError)
#job_path
def job_path(project:, location:, job:) -> ::String
Create a fully-qualified Job resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/jobs/{job}
- project (String)
- location (String)
- job (String)
- (::String)
- (::ArgumentError)
#job_run_path
def job_run_path(project:, location:, delivery_pipeline:, release:, rollout:, job_run:) -> ::String
Create a fully-qualified JobRun resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{job_run}
- project (String)
- location (String)
- delivery_pipeline (String)
- release (String)
- rollout (String)
- job_run (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)
#membership_path
def membership_path(project:, location:, membership:) -> ::String
Create a fully-qualified Membership resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/memberships/{membership}
- project (String)
- location (String)
- membership (String)
- (::String)
- (::ArgumentError)
#release_path
def release_path(project:, location:, delivery_pipeline:, release:) -> ::String
Create a fully-qualified Release resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/releases/{release}
- project (String)
- location (String)
- delivery_pipeline (String)
- release (String)
- (::String)
- (::ArgumentError)
#rollout_path
def rollout_path(project:, location:, delivery_pipeline:, release:, rollout:) -> ::String
Create a fully-qualified Rollout resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/releases/{release}/rollouts/{rollout}
- project (String)
- location (String)
- delivery_pipeline (String)
- release (String)
- rollout (String)
- (::String)
- (::ArgumentError)
#service_path
def service_path(project:, location:, service:) -> ::String
Create a fully-qualified Service resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/services/{service}
- project (String)
- location (String)
- service (String)
- (::String)
- (::ArgumentError)
#target_path
def target_path(project:, location:, target:) -> ::String
Create a fully-qualified Target resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/targets/{target}
- project (String)
- location (String)
- target (String)
- (::String)
- (::ArgumentError)
#worker_pool_path
def worker_pool_path(project:, location:, worker_pool:) -> ::String
Create a fully-qualified WorkerPool resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/workerPools/{worker_pool}
- project (String)
- location (String)
- worker_pool (String)
- (::String)
- (::ArgumentError)