lib/google/apis/clouddeploy_v1/service.rb in google-apis-clouddeploy_v1-0.35.0 vs lib/google/apis/clouddeploy_v1/service.rb in google-apis-clouddeploy_v1-0.36.0
- old
+ new
@@ -153,11 +153,11 @@
end
# Creates a new DeliveryPipeline in a given project and location.
# @param [String] parent
# Required. The parent collection in which the `DeliveryPipeline` should be
- # created. Format should be projects/`project_id`/locations/`location_name`.
+ # created. Format should be `projects/`project_id`/locations/`location_name``.
# @param [Google::Apis::ClouddeployV1::DeliveryPipeline] delivery_pipeline_object
# @param [String] delivery_pipeline_id
# Required. ID of the `DeliveryPipeline`.
# @param [String] request_id
# Optional. A request ID to identify requests. Specify a unique request ID so
@@ -205,13 +205,13 @@
execute_or_queue_command(command, &block)
end
# Deletes a single DeliveryPipeline.
# @param [String] name
- # Required. The name of the `DeliveryPipeline` to delete. Format should be
+ # Required. The name of the `DeliveryPipeline` to delete. Format should be `
# projects/`project_id`/locations/`location_name`/deliveryPipelines/`
- # pipeline_name`.
+ # pipeline_name``.
# @param [Boolean] allow_missing
# Optional. If set to true, then deleting an already deleted or non-existing `
# DeliveryPipeline` will succeed.
# @param [String] etag
# Optional. This checksum is computed by the server based on the value of other
@@ -267,12 +267,12 @@
execute_or_queue_command(command, &block)
end
# Gets details of a single DeliveryPipeline.
# @param [String] name
- # Required. Name of the `DeliveryPipeline`. Format must be projects/`project_id`/
- # locations/`location_name`/deliveryPipelines/`pipeline_name`.
+ # Required. Name of the `DeliveryPipeline`. Format must be `projects/`project_id`
+ # /locations/`location_name`/deliveryPipelines/`pipeline_name``.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
@@ -343,12 +343,12 @@
execute_or_queue_command(command, &block)
end
# Lists DeliveryPipelines in a given project and location.
# @param [String] parent
- # Required. The parent, which owns this collection of pipelines. Format must be
- # projects/`project_id`/locations/`location_name`.
+ # Required. The parent, which owns this collection of pipelines. Format must be `
+ # projects/`project_id`/locations/`location_name``.
# @param [String] filter
# Filter pipelines to be returned. See https://google.aip.dev/160 for more
# details.
# @param [String] order_by
# Field to sort by. See https://google.aip.dev/132#ordering for more details.
@@ -391,12 +391,12 @@
execute_or_queue_command(command, &block)
end
# Updates the parameters of a single DeliveryPipeline.
# @param [String] name
- # Optional. Name of the `DeliveryPipeline`. Format is projects/`project`/
- # locations/`location`/deliveryPipelines/a-z`0,62`.
+ # Optional. Name of the `DeliveryPipeline`. Format is `projects/`project`/
+ # locations/`location`/deliveryPipelines/a-z`0,62``.
# @param [Google::Apis::ClouddeployV1::DeliveryPipeline] delivery_pipeline_object
# @param [Boolean] allow_missing
# Optional. If set to true, updating a `DeliveryPipeline` that does not exist
# will result in the creation of a new `DeliveryPipeline`.
# @param [String] request_id
@@ -453,12 +453,12 @@
end
# Creates a `Rollout` to roll back the specified target.
# @param [String] name
# Required. The `DeliveryPipeline` for which the rollback `Rollout` should be
- # created. Format should be projects/`project_id`/locations/`location_name`/
- # deliveryPipelines/`pipeline_name`.
+ # created. Format should be `projects/`project_id`/locations/`location_name`/
+ # deliveryPipelines/`pipeline_name``.
# @param [Google::Apis::ClouddeployV1::RollbackTargetRequest] rollback_target_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
@@ -566,13 +566,13 @@
# Cancels an AutomationRun. The `state` of the `AutomationRun` after cancelling
# is `CANCELLED`. `CancelAutomationRun` can be called on AutomationRun in the
# state `IN_PROGRESS` and `PENDING`; AutomationRun in a different state returns
# an `FAILED_PRECONDITION` error.
# @param [String] name
- # Required. Name of the `AutomationRun`. Format is projects/`project`/locations/`
- # location`/deliveryPipelines/`delivery_pipeline`/automationRuns/`automation_run`
- # .
+ # Required. Name of the `AutomationRun`. Format is `projects/`project`/locations/
+ # `location`/deliveryPipelines/`delivery_pipeline`/automationRuns/`
+ # automation_run``.
# @param [Google::Apis::ClouddeployV1::CancelAutomationRunRequest] cancel_automation_run_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
@@ -601,13 +601,13 @@
execute_or_queue_command(command, &block)
end
# Gets details of a single AutomationRun.
# @param [String] name
- # Required. Name of the `AutomationRun`. Format must be projects/`project`/
+ # Required. Name of the `AutomationRun`. Format must be `projects/`project`/
# locations/`location`/deliveryPipelines/`delivery_pipeline`/automationRuns/`
- # automation_run`.
+ # automation_run``.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
@@ -634,12 +634,12 @@
end
# Lists AutomationRuns in a given project and location.
# @param [String] parent
# Required. The parent, which owns this collection of automationRuns. Format
- # must be projects/`project`/locations/`location`/deliveryPipelines/`
- # delivery_pipeline`.
+ # must be `projects/`project`/locations/`location`/deliveryPipelines/`
+ # delivery_pipeline``.
# @param [String] filter
# Filter automationRuns to be returned. All fields can be used in the filter.
# @param [String] order_by
# Field to sort by.
# @param [Fixnum] page_size
@@ -682,12 +682,12 @@
end
# Creates a new Automation in a given project and location.
# @param [String] parent
# Required. The parent collection in which the `Automation` should be created.
- # Format should be projects/`project_id`/locations/`location_name`/
- # deliveryPipelines/`pipeline_name`.
+ # Format should be `projects/`project_id`/locations/`location_name`/
+ # deliveryPipelines/`pipeline_name``.
# @param [Google::Apis::ClouddeployV1::Automation] automation_object
# @param [String] automation_id
# Required. ID of the `Automation`.
# @param [String] request_id
# Optional. A request ID to identify requests. Specify a unique request ID so
@@ -735,13 +735,13 @@
execute_or_queue_command(command, &block)
end
# Deletes a single Automation resource.
# @param [String] name
- # Required. The name of the `Automation` to delete. Format should be projects/`
+ # Required. The name of the `Automation` to delete. Format should be `projects/`
# project_id`/locations/`location_name`/deliveryPipelines/`pipeline_name`/
- # automations/`automation_name`.
+ # automations/`automation_name``.
# @param [Boolean] allow_missing
# Optional. If set to true, then deleting an already deleted or non-existing `
# Automation` will succeed.
# @param [String] etag
# Optional. The weak etag of the request. This checksum is computed by the
@@ -792,13 +792,13 @@
execute_or_queue_command(command, &block)
end
# Gets details of a single Automation.
# @param [String] name
- # Required. Name of the `Automation`. Format must be projects/`project_id`/
+ # Required. Name of the `Automation`. Format must be `projects/`project_id`/
# locations/`location_name`/deliveryPipelines/`pipeline_name`/automations/`
- # automation_name`.
+ # automation_name``.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
@@ -825,12 +825,12 @@
end
# Lists Automations in a given project and location.
# @param [String] parent
# Required. The parent, which owns this collection of automations. Format must
- # be projects/`project_id`/locations/`location_name`/deliveryPipelines/`
- # pipeline_name`.
+ # be `projects/`project_id`/locations/`location_name`/deliveryPipelines/`
+ # pipeline_name``.
# @param [String] filter
# Filter automations to be returned. All fields can be used in the filter.
# @param [String] order_by
# Field to sort by.
# @param [Fixnum] page_size
@@ -872,12 +872,12 @@
execute_or_queue_command(command, &block)
end
# Updates the parameters of a single Automation resource.
# @param [String] name
- # Output only. Name of the `Automation`. Format is projects/`project`/locations/`
- # location`/deliveryPipelines/`delivery_pipeline`/automations/`automation`.
+ # Output only. Name of the `Automation`. Format is `projects/`project`/locations/
+ # `location`/deliveryPipelines/`delivery_pipeline`/automations/`automation``.
# @param [Google::Apis::ClouddeployV1::Automation] automation_object
# @param [Boolean] allow_missing
# Optional. If set to true, updating a `Automation` that does not exist will
# result in the creation of a new `Automation`.
# @param [String] request_id
@@ -933,12 +933,12 @@
execute_or_queue_command(command, &block)
end
# Abandons a Release in the Delivery Pipeline.
# @param [String] name
- # Required. Name of the Release. Format is projects/`project`/locations/`
- # location`/deliveryPipelines/`deliveryPipeline`/ releases/`release`.
+ # Required. Name of the Release. Format is `projects/`project`/locations/`
+ # location`/deliveryPipelines/`deliveryPipeline`/releases/`release``.
# @param [Google::Apis::ClouddeployV1::AbandonReleaseRequest] abandon_release_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
@@ -968,12 +968,12 @@
end
# Creates a new Release in a given project and location.
# @param [String] parent
# Required. The parent collection in which the `Release` should be created.
- # Format should be projects/`project_id`/locations/`location_name`/
- # deliveryPipelines/`pipeline_name`.
+ # Format should be `projects/`project_id`/locations/`location_name`/
+ # deliveryPipelines/`pipeline_name``.
# @param [Google::Apis::ClouddeployV1::Release] release_object
# @param [String] release_id
# Required. ID of the `Release`.
# @param [String] request_id
# Optional. A request ID to identify requests. Specify a unique request ID so
@@ -1021,13 +1021,13 @@
execute_or_queue_command(command, &block)
end
# Gets details of a single Release.
# @param [String] name
- # Required. Name of the `Release`. Format must be projects/`project_id`/
+ # Required. Name of the `Release`. Format must be `projects/`project_id`/
# locations/`location_name`/deliveryPipelines/`pipeline_name`/releases/`
- # release_name`.
+ # release_name``.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
@@ -1103,13 +1103,13 @@
execute_or_queue_command(command, &block)
end
# Advances a Rollout in a given project and location.
# @param [String] name
- # Required. Name of the Rollout. Format is projects/`project`/locations/`
- # location`/deliveryPipelines/`deliveryPipeline`/ releases/`release`/rollouts/`
- # rollout`.
+ # Required. Name of the Rollout. Format is `projects/`project`/locations/`
+ # location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts/`
+ # rollout``.
# @param [Google::Apis::ClouddeployV1::AdvanceRolloutRequest] advance_rollout_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
@@ -1138,13 +1138,13 @@
execute_or_queue_command(command, &block)
end
# Approves a Rollout.
# @param [String] name
- # Required. Name of the Rollout. Format is projects/`project`/locations/`
- # location`/deliveryPipelines/`deliveryPipeline`/ releases/`release`/rollouts/`
- # rollout`.
+ # Required. Name of the Rollout. Format is `projects/`project`/locations/`
+ # location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts/`
+ # rollout``.
# @param [Google::Apis::ClouddeployV1::ApproveRolloutRequest] approve_rollout_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
@@ -1173,13 +1173,13 @@
execute_or_queue_command(command, &block)
end
# Cancels a Rollout in a given project and location.
# @param [String] name
- # Required. Name of the Rollout. Format is projects/`project`/locations/`
- # location`/deliveryPipelines/`deliveryPipeline`/ releases/`release`/rollouts/`
- # rollout`.
+ # Required. Name of the Rollout. Format is `projects/`project`/locations/`
+ # location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts/`
+ # rollout``.
# @param [Google::Apis::ClouddeployV1::CancelRolloutRequest] cancel_rollout_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
@@ -1209,12 +1209,12 @@
end
# Creates a new Rollout in a given project and location.
# @param [String] parent
# Required. The parent collection in which the `Rollout` should be created.
- # Format should be projects/`project_id`/locations/`location_name`/
- # deliveryPipelines/`pipeline_name`/releases/`release_name`.
+ # Format should be `projects/`project_id`/locations/`location_name`/
+ # deliveryPipelines/`pipeline_name`/releases/`release_name``.
# @param [Google::Apis::ClouddeployV1::Rollout] rollout_object
# @param [String] request_id
# Optional. A request ID to identify requests. Specify a unique request ID so
# that if you must retry your request, the server will know to ignore the
# request if it has already been completed. The server will guarantee that for
@@ -1266,13 +1266,13 @@
execute_or_queue_command(command, &block)
end
# Gets details of a single Rollout.
# @param [String] name
- # Required. Name of the `Rollout`. Format must be projects/`project_id`/
+ # Required. Name of the `Rollout`. Format must be `projects/`project_id`/
# locations/`location_name`/deliveryPipelines/`pipeline_name`/releases/`
- # release_name`/rollouts/`rollout_name`.
+ # release_name`/rollouts/`rollout_name``.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
@@ -1298,13 +1298,13 @@
execute_or_queue_command(command, &block)
end
# Ignores the specified Job in a Rollout.
# @param [String] rollout
- # Required. Name of the Rollout. Format is projects/`project`/locations/`
- # location`/deliveryPipelines/`deliveryPipeline`/ releases/`release`/rollouts/`
- # rollout`.
+ # Required. Name of the Rollout. Format is `projects/`project`/locations/`
+ # location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts/`
+ # rollout``.
# @param [Google::Apis::ClouddeployV1::IgnoreJobRequest] ignore_job_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
@@ -1382,13 +1382,13 @@
execute_or_queue_command(command, &block)
end
# Retries the specified Job in a Rollout.
# @param [String] rollout
- # Required. Name of the Rollout. Format is projects/`project`/locations/`
- # location`/deliveryPipelines/`deliveryPipeline`/ releases/`release`/rollouts/`
- # rollout`.
+ # Required. Name of the Rollout. Format is `projects/`project`/locations/`
+ # location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts/`
+ # rollout``.
# @param [Google::Apis::ClouddeployV1::RetryJobRequest] retry_job_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
@@ -1417,13 +1417,13 @@
execute_or_queue_command(command, &block)
end
# Gets details of a single JobRun.
# @param [String] name
- # Required. Name of the `JobRun`. Format must be projects/`project_id`/locations/
- # `location_name`/deliveryPipelines/`pipeline_name`/releases/`release_name`/
- # rollouts/`rollout_name`/jobRuns/`job_run_name`.
+ # Required. Name of the `JobRun`. Format must be `projects/`project_id`/
+ # locations/`location_name`/deliveryPipelines/`pipeline_name`/releases/`
+ # release_name`/rollouts/`rollout_name`/jobRuns/`job_run_name``.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
@@ -1497,13 +1497,13 @@
execute_or_queue_command(command, &block)
end
# Terminates a Job Run in a given project and location.
# @param [String] name
- # Required. Name of the `JobRun`. Format must be projects/`project`/locations/`
- # location`/deliveryPipelines/`deliveryPipeline`/ releases/`release`/rollouts/`
- # rollout`/jobRuns/`jobRun`.
+ # Required. Name of the `JobRun`. Format must be `projects/`project`/locations/`
+ # location`/deliveryPipelines/`deliveryPipeline`/releases/`release`/rollouts/`
+ # rollout`/jobRuns/`jobRun``.
# @param [Google::Apis::ClouddeployV1::TerminateJobRunRequest] terminate_job_run_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
@@ -1677,11 +1677,11 @@
end
# Creates a new Target in a given project and location.
# @param [String] parent
# Required. The parent collection in which the `Target` should be created.
- # Format should be projects/`project_id`/locations/`location_name`.
+ # Format should be `projects/`project_id`/locations/`location_name``.
# @param [Google::Apis::ClouddeployV1::Target] target_object
# @param [String] request_id
# Optional. A request ID to identify requests. Specify a unique request ID so
# that if you must retry your request, the server will know to ignore the
# request if it has already been completed. The server will guarantee that for
@@ -1729,12 +1729,12 @@
execute_or_queue_command(command, &block)
end
# Deletes a single Target.
# @param [String] name
- # Required. The name of the `Target` to delete. Format should be projects/`
- # project_id`/locations/`location_name`/targets/`target_name`.
+ # Required. The name of the `Target` to delete. Format should be `projects/`
+ # project_id`/locations/`location_name`/targets/`target_name``.
# @param [Boolean] allow_missing
# Optional. If set to true, then deleting an already deleted or non-existing `
# Target` will succeed.
# @param [String] etag
# Optional. This checksum is computed by the server based on the value of other
@@ -1785,12 +1785,12 @@
execute_or_queue_command(command, &block)
end
# Gets details of a single Target.
# @param [String] name
- # Required. Name of the `Target`. Format must be projects/`project_id`/locations/
- # `location_name`/targets/`target_name`.
+ # Required. Name of the `Target`. Format must be `projects/`project_id`/
+ # locations/`location_name`/targets/`target_name``.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
@@ -1861,12 +1861,12 @@
execute_or_queue_command(command, &block)
end
# Lists Targets in a given project and location.
# @param [String] parent
- # Required. The parent, which owns this collection of targets. Format must be
- # projects/`project_id`/locations/`location_name`.
+ # Required. The parent, which owns this collection of targets. Format must be `
+ # projects/`project_id`/locations/`location_name``.
# @param [String] filter
# Optional. Filter targets to be returned. See https://google.aip.dev/160 for
# more details.
# @param [String] order_by
# Optional. Field to sort by. See https://google.aip.dev/132#ordering for more
@@ -1910,11 +1910,11 @@
execute_or_queue_command(command, &block)
end
# Updates the parameters of a single Target.
# @param [String] name
- # Optional. Name of the `Target`. Format is projects/`project`/locations/`
- # location`/targets/a-z`0,62`.
+ # Optional. Name of the `Target`. Format is `projects/`project`/locations/`
+ # location`/targets/a-z`0,62``.
# @param [Google::Apis::ClouddeployV1::Target] target_object
# @param [Boolean] allow_missing
# Optional. If set to true, updating a `Target` that does not exist will result
# in the creation of a new `Target`.
# @param [String] request_id