Class: Google::Cloud::SecureSourceManager::V1::UpdateBranchRuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecureSourceManager::V1::UpdateBranchRuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb
Overview
UpdateBranchRuleRequest is the request to update a branchRule.
Instance Attribute Summary collapse
- #branch_rule ⇒ ::Google::Cloud::SecureSourceManager::V1::BranchRule
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#branch_rule ⇒ ::Google::Cloud::SecureSourceManager::V1::BranchRule
718 719 720 721 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 718 class UpdateBranchRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Field mask is used to specify the fields to be overwritten in the branchRule resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement.
718 719 720 721 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 718 class UpdateBranchRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. If set, validate the request and preview the review, but do not actually post it. (https://google.aip.dev/163, for declarative friendly).
718 719 720 721 |
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 718 class UpdateBranchRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |