Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ManualOptions.
Manual options provided by the user.
Generated from protobuf message google.cloud.chronicle.v1.AdvancedFilterConfig.ManualOptions
Namespace
Google \ Cloud \ Chronicle \ V1 \ AdvancedFilterConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ options |
string[]
Optional. The options provided by the user. The max number of options is limited to 10000. |
getOptions
Optional. The options provided by the user.
The max number of options is limited to 10000.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setOptions
Optional. The options provided by the user.
The max number of options is limited to 10000.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|