Reference documentation and code samples for the Google Cloud Chronicle V1 Client class OutcomeFilter.
Outcome filter for the findings refinement. This is used to filter the findings refinement based on the outcome variable values.
Generated from protobuf message google.cloud.chronicle.v1.OutcomeFilter
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ outcome_variable |
string
Required. The outcome variable name. |
↳ outcome_value |
string
Required. The value of the outcome variable to match. |
↳ outcome_filter_operator |
int
Required. The operator to be applied to the outcome variable. |
getOutcomeVariable
Required. The outcome variable name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOutcomeVariable
Required. The outcome variable name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOutcomeValue
Required. The value of the outcome variable to match.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOutcomeValue
Required. The value of the outcome variable to match.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOutcomeFilterOperator
Required. The operator to be applied to the outcome variable.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Operator. |
setOutcomeFilterOperator
Required. The operator to be applied to the outcome variable.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Operator. |
| Returns | |
|---|---|
| Type | Description |
$this |
|