Reference documentation and code samples for the Google Cloud Chronicle V1 Client class GetRuleRequest.
Request message for GetRule method.
Generated from protobuf message google.cloud.chronicle.v1.GetRuleRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the rule to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
↳ view
int
The view field indicates the scope of fields to populate for the Rule being returned. If unspecified, defaults to FULL.
getName
Required. The name of the rule to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
string
setName
Required. The name of the rule to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
var
string
$this
getView
The view field indicates the scope of fields to populate for the Rule being returned. If unspecified, defaults to FULL.
int
setView
The view field indicates the scope of fields to populate for the Rule being returned. If unspecified, defaults to FULL.
var
int
$this
static::build
name
string
Required. The name of the rule to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
Please see RuleServiceClient::ruleName()
for help formatting this field.