Reference documentation and code samples for the Google Cloud Chronicle V1 Client class VerifyRuleTextResponse.
Response message for VerifyRuleText method.
Generated from protobuf message google.cloud.chronicle.v1.VerifyRuleTextResponse
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ success |
bool
Whether or not the rule text was successfully verified. |
↳ compilation_diagnostics |
array<CompilationDiagnostic>
A list of a rule's corresponding compilation diagnostic messages such as compilation errors and compilation warnings. |
getSuccess
Whether or not the rule text was successfully verified.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setSuccess
Whether or not the rule text was successfully verified.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCompilationDiagnostics
A list of a rule's corresponding compilation diagnostic messages such as compilation errors and compilation warnings.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<CompilationDiagnostic> |
|
setCompilationDiagnostics
A list of a rule's corresponding compilation diagnostic messages such as compilation errors and compilation warnings.
| Parameter | |
|---|---|
| Name | Description |
var |
array<CompilationDiagnostic>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|