Interface DashboardQuery.InputOrBuilder (0.31.0)

public static interface DashboardQuery.InputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRelativeTime()

public abstract DashboardQuery.Input.RelativeTime getRelativeTime()

time range for last x units.

.google.cloud.chronicle.v1.DashboardQuery.Input.RelativeTime relative_time = 3;

Returns
Type Description
DashboardQuery.Input.RelativeTime

The relativeTime.

getRelativeTimeOrBuilder()

public abstract DashboardQuery.Input.RelativeTimeOrBuilder getRelativeTimeOrBuilder()

time range for last x units.

.google.cloud.chronicle.v1.DashboardQuery.Input.RelativeTime relative_time = 3;

Returns
Type Description
DashboardQuery.Input.RelativeTimeOrBuilder

getTimeInputCase()

public abstract DashboardQuery.Input.TimeInputCase getTimeInputCase()
Returns
Type Description
DashboardQuery.Input.TimeInputCase

getTimeWindow()

public abstract Interval getTimeWindow()

time range to fetch the data for.

.google.type.Interval time_window = 1;

Returns
Type Description
com.google.type.Interval

The timeWindow.

getTimeWindowOrBuilder()

public abstract IntervalOrBuilder getTimeWindowOrBuilder()

time range to fetch the data for.

.google.type.Interval time_window = 1;

Returns
Type Description
com.google.type.IntervalOrBuilder

hasRelativeTime()

public abstract boolean hasRelativeTime()

time range for last x units.

.google.cloud.chronicle.v1.DashboardQuery.Input.RelativeTime relative_time = 3;

Returns
Type Description
boolean

Whether the relativeTime field is set.

hasTimeWindow()

public abstract boolean hasTimeWindow()

time range to fetch the data for.

.google.type.Interval time_window = 1;

Returns
Type Description
boolean

Whether the timeWindow field is set.