proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb in google-cloud-build-v1-0.22.0 vs proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb in google-cloud-build-v1-0.23.0

- old
+ new

@@ -1751,9 +1751,14 @@ # @return [::String] # Required. ID of the `BuildTrigger` to update. # @!attribute [rw] trigger # @return [::Google::Cloud::Build::V1::BuildTrigger] # Required. `BuildTrigger` to update. + # @!attribute [rw] update_mask + # @return [::Google::Protobuf::FieldMask] + # Update mask for the resource. If this is set, + # the server will only update the fields specified in the field mask. + # Otherwise, a full update of the mutable resource fields will be performed. class UpdateBuildTriggerRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end