Reference documentation and code samples for the Google Cloud Chronicle V1 Client class CreateRuleRequest.
Request message for CreateRule method.
Generated from protobuf message google.cloud.chronicle.v1.CreateRuleRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource where this rule will be created. Format: projects/{project}/locations/{location}/instances/{instance}
↳ rule
getParent
Required. The parent resource where this rule will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
string
setParent
Required. The parent resource where this rule will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
var
string
$this
getRule
Required. The rule to create.
hasRule
clearRule
setRule
Required. The rule to create.
$this
static::build
parent
string
Required. The parent resource where this rule will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
Please see RuleServiceClient::instanceName()
for help formatting this field.
rule