Reference documentation and code samples for the Google Cloud Chronicle V1 Client class UpdateRuleRequest.
Request message for UpdateRule method.
Generated from protobuf message google.cloud.chronicle.v1.UpdateRuleRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ rule
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
Google\Protobuf\FieldMask
The list of fields to update. If not included, all fields with a non-empty value will be overwritten.
getRule
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}
hasRule
clearRule
setRule
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}
$this
getUpdateMask
The list of fields to update. If not included, all fields with a non-empty value will be overwritten.
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields to update. If not included, all fields with a non-empty value will be overwritten.
$this
static::build
rule
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}
updateMask
Google\Protobuf\FieldMask
The list of fields to update. If not included, all fields with a non-empty value will be overwritten.