public static interface AdvancedFilterConfig.QueryOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColumn()
public abstract String getColumn()Required. The column name to use for the values.
string column = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The column. |
getColumnBytes()
public abstract ByteString getColumnBytes()Required. The column name to use for the values.
string column = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for column. |
getGlobalTimeFilterEnabled()
public abstract boolean getGlobalTimeFilterEnabled()Optional. Enable global time filter
bool global_time_filter_enabled = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The globalTimeFilterEnabled. |
getInput()
public abstract DashboardQuery.Input getInput()Optional. Time range input specifically for the filter's population query.
.google.cloud.chronicle.v1.DashboardQuery.Input input = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardQuery.Input |
The input. |
getInputOrBuilder()
public abstract DashboardQuery.InputOrBuilder getInputOrBuilder()Optional. Time range input specifically for the filter's population query.
.google.cloud.chronicle.v1.DashboardQuery.Input input = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DashboardQuery.InputOrBuilder |
|
getQuery()
public abstract String getQuery()Required. The query to execute to fetch the values.
string query = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The query. |
getQueryBytes()
public abstract ByteString getQueryBytes()Required. The query to execute to fetch the values.
string query = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for query. |
hasInput()
public abstract boolean hasInput()Optional. Time range input specifically for the filter's population query.
.google.cloud.chronicle.v1.DashboardQuery.Input input = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the input field is set. |