lib/google/apis/clouddeploy_v1/service.rb in google-apis-clouddeploy_v1-0.47.0 vs lib/google/apis/clouddeploy_v1/service.rb in google-apis-clouddeploy_v1-0.48.0

- old
+ new

@@ -154,12 +154,12 @@ execute_or_queue_command(command, &block) end # Creates a new CustomTargetType in a given project and location. # @param [String] parent - # Required. The parent collection in which the `CustomTargetType` should be - # created. Format should be `projects/`project_id`/locations/`location_name``. + # Required. The parent collection in which the `CustomTargetType` must be + # created. The format is `projects/`project_id`/locations/`location_name``. # @param [Google::Apis::ClouddeployV1::CustomTargetType] custom_target_type_object # @param [String] custom_target_type_id # Required. ID of the `CustomTargetType`. # @param [String] request_id # Optional. A request ID to identify requests. Specify a unique request ID so @@ -409,12 +409,12 @@ # with the same request ID was received, and if so, will ignore the second # request. This prevents clients from accidentally creating duplicate # commitments. The request ID must be a valid UUID with the exception that zero # UUID is not supported (00000000-0000-0000-0000-000000000000). # @param [String] update_mask - # Required. Field mask is used to specify the fields to be overwritten in the ` - # CustomTargetType` resource by the update. The fields specified in the + # Required. Field mask is used to specify the fields to be overwritten by the + # update in the `CustomTargetType` resource. The fields specified in the # update_mask are relative to the resource, not the full request. A field will # be overwritten if it's in the mask. If the user doesn't provide a mask then # all fields are overwritten. # @param [Boolean] validate_only # Optional. If set to true, the request is validated and the user is provided @@ -489,12 +489,12 @@ execute_or_queue_command(command, &block) 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``. + # Required. The parent collection in which the `DeliveryPipeline` must be + # created. The format is `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 @@ -542,11 +542,11 @@ 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. The format is ` # projects/`project_id`/locations/`location_name`/deliveryPipelines/` # pipeline_name``. # @param [Boolean] allow_missing # Optional. If set to true, then deleting an already deleted or non-existing ` # DeliveryPipeline` will succeed. @@ -747,12 +747,12 @@ # with the same request ID was received, and if so, will ignore the second # request. This prevents clients from accidentally creating duplicate # commitments. The request ID must be a valid UUID with the exception that zero # UUID is not supported (00000000-0000-0000-0000-000000000000). # @param [String] update_mask - # Required. Field mask is used to specify the fields to be overwritten in the ` - # DeliveryPipeline` resource by the update. The fields specified in the + # Required. Field mask is used to specify the fields to be overwritten by the + # update in the `DeliveryPipeline` resource. The fields specified in the # update_mask are relative to the resource, not the full request. A field will # be overwritten if it's in the mask. If the user doesn't provide a mask then # all fields are overwritten. # @param [Boolean] validate_only # Optional. If set to true, the request is validated and the user is provided @@ -790,12 +790,12 @@ execute_or_queue_command(command, &block) 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`/ + # Required. The `DeliveryPipeline` for which the rollback `Rollout` must be + # created. The format is `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 @@ -1019,13 +1019,13 @@ execute_or_queue_command(command, &block) 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``. + # Required. The parent collection in which the `Automation` must be created. The + # format is `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 @@ -1073,11 +1073,11 @@ 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. The format is `projects/` # project_id`/locations/`location_name`/deliveryPipelines/`pipeline_name`/ # automations/`automation_name``. # @param [Boolean] allow_missing # Optional. If set to true, then deleting an already deleted or non-existing ` # Automation` will succeed. @@ -1228,12 +1228,12 @@ # with the same request ID was received, and if so, will ignore the second # request. This prevents clients from accidentally creating duplicate # commitments. The request ID must be a valid UUID with the exception that zero # UUID is not supported (00000000-0000-0000-0000-000000000000). # @param [String] update_mask - # Required. Field mask is used to specify the fields to be overwritten in the ` - # Automation` resource by the update. The fields specified in the update_mask + # Required. Field mask is used to specify the fields to be overwritten by the + # update in the `Automation` resource. The fields specified in the update_mask # are relative to the resource, not the full request. A field will be # overwritten if it's in the mask. If the user doesn't provide a mask then all # fields are overwritten. # @param [Boolean] validate_only # Optional. If set to true, the request is validated and the user is provided @@ -1305,13 +1305,13 @@ execute_or_queue_command(command, &block) 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``. + # Required. The parent collection in which the `Release` is created. The format + # is `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 @@ -1546,13 +1546,13 @@ execute_or_queue_command(command, &block) 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``. + # Required. The parent collection in which the `Rollout` must be created. The + # format is `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 knows to ignore the request if # it has already been completed. The server guarantees that for at least 60 @@ -2014,12 +2014,12 @@ execute_or_queue_command(command, &block) 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``. + # Required. The parent collection in which the `Target` must be created. The + # format is `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 knows to ignore the request if # it has already been completed. The server guarantees that for at least 60 @@ -2067,11 +2067,11 @@ 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/` + # Required. The name of the `Target` to delete. The format is `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 @@ -2267,11 +2267,11 @@ # with the same request ID was received, and if so, will ignore the second # request. This prevents clients from accidentally creating duplicate # commitments. The request ID must be a valid UUID with the exception that zero # UUID is not supported (00000000-0000-0000-0000-000000000000). # @param [String] update_mask - # Required. Field mask is used to specify the fields to be overwritten in the - # Target resource by the update. The fields specified in the update_mask are + # Required. Field mask is used to specify the fields to be overwritten by the + # update in the `Target` resource. The fields specified in the update_mask are # relative to the resource, not the full request. A field will be overwritten if # it's in the mask. If the user doesn't provide a mask then all fields are # overwritten. # @param [Boolean] validate_only # Optional. If set to true, the request is validated and the user is provided