Class: Google::Cloud::ArtifactRegistry::V1::UpdateRuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::UpdateRuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/rule.rb
Overview
The request to update a rule.
Instance Attribute Summary collapse
-
#rule ⇒ ::Google::Cloud::ArtifactRegistry::V1::Rule
The rule that replaces the resource on the server.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The update mask applies to the resource.
Instance Attribute Details
#rule ⇒ ::Google::Cloud::ArtifactRegistry::V1::Rule
Returns The rule that replaces the resource on the server.
133 134 135 136 |
# File 'proto_docs/google/devtools/artifactregistry/v1/rule.rb', line 133 class UpdateRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The update mask applies to the resource. For the FieldMask
definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
133 134 135 136 |
# File 'proto_docs/google/devtools/artifactregistry/v1/rule.rb', line 133 class UpdateRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |