Class: Google::Cloud::Chronicle::V1::UpdateRuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::UpdateRuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/rule.rb
Overview
Request message for UpdateRule method.
Instance Attribute Summary collapse
-
#rule ⇒ ::Google::Cloud::Chronicle::V1::Rule
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to update.
Instance Attribute Details
#rule ⇒ ::Google::Cloud::Chronicle::V1::Rule
Returns Required. The rule to update.
The rule's name field is used to identify the rule to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}.
344 345 346 347 |
# File 'proto_docs/google/cloud/chronicle/v1/rule.rb', line 344 class UpdateRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to update. If not included, all fields with a non-empty value will be overwritten.
344 345 346 347 |
# File 'proto_docs/google/cloud/chronicle/v1/rule.rb', line 344 class UpdateRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |