Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ValueSource.
Source of the values for the filter.
Generated from protobuf message google.cloud.chronicle.v1.AdvancedFilterConfig.ValueSource
Namespace
Google \ Cloud \ Chronicle \ V1 \ AdvancedFilterConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ manual_options |
ManualOptions
Optional. Manual options provided by the user. |
↳ query_options |
QueryOptions
Optional. Query options to fetch the values from the query engine. This is used for the filter's population query. |
getManualOptions
Optional. Manual options provided by the user.
| Returns | |
|---|---|
| Type | Description |
ManualOptions|null |
|
hasManualOptions
setManualOptions
Optional. Manual options provided by the user.
| Parameter | |
|---|---|
| Name | Description |
var |
ManualOptions
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getQueryOptions
Optional. Query options to fetch the values from the query engine.
This is used for the filter's population query.
| Returns | |
|---|---|
| Type | Description |
QueryOptions|null |
|
hasQueryOptions
setQueryOptions
Optional. Query options to fetch the values from the query engine.
This is used for the filter's population query.
| Parameter | |
|---|---|
| Name | Description |
var |
QueryOptions
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSource
| Returns | |
|---|---|
| Type | Description |
string |
|