Google Cloud Chronicle V1 Client - Class QueryOptions (0.4.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class QueryOptions.

Query options to fetch the values from the query engine.

This is used for the filter's population query.

Generated from protobuf message google.cloud.chronicle.v1.AdvancedFilterConfig.QueryOptions

Namespace

Google \ Cloud \ Chronicle \ V1 \ AdvancedFilterConfig

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ query string

Required. The query to execute to fetch the values.

↳ column string

Required. The column name to use for the values.

↳ global_time_filter_enabled bool

Optional. Enable global time filter

↳ input Google\Cloud\Chronicle\V1\DashboardQuery\Input

Optional. Time range input specifically for the filter's population query.

getQuery

Required. The query to execute to fetch the values.

Returns
Type Description
string

setQuery

Required. The query to execute to fetch the values.

Parameter
Name Description
var string
Returns
Type Description
$this

getColumn

Required. The column name to use for the values.

Returns
Type Description
string

setColumn

Required. The column name to use for the values.

Parameter
Name Description
var string
Returns
Type Description
$this

getGlobalTimeFilterEnabled

Optional. Enable global time filter

Returns
Type Description
bool

setGlobalTimeFilterEnabled

Optional. Enable global time filter

Parameter
Name Description
var bool
Returns
Type Description
$this

getInput

Optional. Time range input specifically for the filter's population query.

Returns
Type Description
Google\Cloud\Chronicle\V1\DashboardQuery\Input|null

hasInput

clearInput

setInput

Optional. Time range input specifically for the filter's population query.

Parameter
Name Description
var Google\Cloud\Chronicle\V1\DashboardQuery\Input
Returns
Type Description
$this