Reference documentation and code samples for the Google Cloud Chronicle V1 Client class VerifyRuleTextRequest.
Request message for VerifyRuleText method.
Generated from protobuf message google.cloud.chronicle.v1.VerifyRuleTextRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ instance |
string
Required. The name of the parent resource, which is the SecOps instance associated with the request. Format: |
↳ rule_text |
string
Required. The rule text to verify as a UTF-8 string. |
getInstance
Required. The name of the parent resource, which is the SecOps instance
associated with the request. Format:
projects/{project}/locations/{location}/instances/{instance}
| Returns | |
|---|---|
| Type | Description |
string |
|
setInstance
Required. The name of the parent resource, which is the SecOps instance
associated with the request. Format:
projects/{project}/locations/{location}/instances/{instance}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRuleText
Required. The rule text to verify as a UTF-8 string.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRuleText
Required. The rule text to verify as a UTF-8 string.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
instance |
string
Required. The name of the parent resource, which is the SecOps instance
associated with the request. Format:
|
ruleText |
string
Required. The rule text to verify as a UTF-8 string. |
| Returns | |
|---|---|
| Type | Description |
VerifyRuleTextRequest |
|