lib/google/apis/clouddeploy_v1/service.rb in google-apis-clouddeploy_v1-0.44.0 vs lib/google/apis/clouddeploy_v1/service.rb in google-apis-clouddeploy_v1-0.46.0
- old
+ new
@@ -391,11 +391,12 @@
end
# Updates a single CustomTargetType.
# @param [String] name
# Optional. Name of the `CustomTargetType`. Format is `projects/`project`/
- # locations/`location`/customTargetTypes/a-z`0,62``.
+ # locations/`location`/customTargetTypes/`customTargetType``. The `
+ # customTargetType` component must match `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`
# @param [Google::Apis::ClouddeployV1::CustomTargetType] custom_target_type_object
# @param [Boolean] allow_missing
# Optional. If set to true, updating a `CustomTargetType` that does not exist
# will result in the creation of a new `CustomTargetType`.
# @param [String] request_id
@@ -728,11 +729,12 @@
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``.
+ # locations/`location`/deliveryPipelines/`deliveryPipeline``. The `
+ # deliveryPipeline` component must match `[a-z]([a-z0-9-]`0,61`[a-z0-9])?`
# @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
@@ -2247,10 +2249,11 @@
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``.
+ # location`/targets/`target``. The `target` component must match `[a-z]([a-z0-9-]
+ # `0,61`[a-z0-9])?`
# @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