Interface DashboardQueryOrBuilder (0.31.0)

public interface DashboardQueryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDashboardChart()

public abstract String getDashboardChart()

Output only. DashboardChart this query belongs to.

string dashboard_chart = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The dashboardChart.

getDashboardChartBytes()

public abstract ByteString getDashboardChartBytes()

Output only. DashboardChart this query belongs to.

string dashboard_chart = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for dashboardChart.

getEtag()

public abstract String getEtag()

Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The etag.

getEtagBytes()

public abstract ByteString getEtagBytes()

Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for etag.

getInput()

public abstract DashboardQuery.Input getInput()

Required. Inputs to the query.

.google.cloud.chronicle.v1.DashboardQuery.Input input = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DashboardQuery.Input

The input.

getInputOrBuilder()

public abstract DashboardQuery.InputOrBuilder getInputOrBuilder()

Required. Inputs to the query.

.google.cloud.chronicle.v1.DashboardQuery.Input input = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DashboardQuery.InputOrBuilder

getName()

public abstract String getName()

Output only. Name of the dashboardQuery.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. Name of the dashboardQuery.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getQuery()

public abstract String getQuery()

Required. Search query string.

string query = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The query.

getQueryBytes()

public abstract ByteString getQueryBytes()

Required. Search query string.

string query = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for query.

hasInput()

public abstract boolean hasInput()

Required. Inputs to the query.

.google.cloud.chronicle.v1.DashboardQuery.Input input = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the input field is set.