Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::UpdateRuleRequest.
Request message for UpdateRule method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#rule
def rule() -> ::Google::Cloud::Chronicle::V1::Rule
-
(::Google::Cloud::Chronicle::V1::Rule) — 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}
#rule=
def rule=(value) -> ::Google::Cloud::Chronicle::V1::Rule
-
value (::Google::Cloud::Chronicle::V1::Rule) — 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}
-
(::Google::Cloud::Chronicle::V1::Rule) — 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}
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — The list of fields to update. If not included, all fields with a non-empty value will be overwritten.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — The list of fields to update. If not included, all fields with a non-empty value will be overwritten.
- (::Google::Protobuf::FieldMask) — The list of fields to update. If not included, all fields with a non-empty value will be overwritten.