Interface ListGroupStatsResponseOrBuilder

public interface ListGroupStatsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorGroupStats(int index)

public abstract ErrorGroupStats getErrorGroupStats(int index)

The error group stats which match the given request.

repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ErrorGroupStats

getErrorGroupStatsCount()

public abstract int getErrorGroupStatsCount()

The error group stats which match the given request.

repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;

Returns
TypeDescription
int

getErrorGroupStatsList()

public abstract List<ErrorGroupStats> getErrorGroupStatsList()

The error group stats which match the given request.

repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;

Returns
TypeDescription
List<ErrorGroupStats>

getErrorGroupStatsOrBuilder(int index)

public abstract ErrorGroupStatsOrBuilder getErrorGroupStatsOrBuilder(int index)

The error group stats which match the given request.

repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ErrorGroupStatsOrBuilder

getErrorGroupStatsOrBuilderList()

public abstract List<? extends ErrorGroupStatsOrBuilder> getErrorGroupStatsOrBuilderList()

The error group stats which match the given request.

repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;

Returns
TypeDescription
List<? extends com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStatsOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTimeRangeBegin()

public abstract Timestamp getTimeRangeBegin()

The timestamp specifies the start time to which the request was restricted. The start time is set based on the requested time range. It may be adjusted to a later time if a project has exceeded the storage quota and older data has been deleted.

.google.protobuf.Timestamp time_range_begin = 4;

Returns
TypeDescription
Timestamp

The timeRangeBegin.

getTimeRangeBeginOrBuilder()

public abstract TimestampOrBuilder getTimeRangeBeginOrBuilder()

The timestamp specifies the start time to which the request was restricted. The start time is set based on the requested time range. It may be adjusted to a later time if a project has exceeded the storage quota and older data has been deleted.

.google.protobuf.Timestamp time_range_begin = 4;

Returns
TypeDescription
TimestampOrBuilder

hasTimeRangeBegin()

public abstract boolean hasTimeRangeBegin()

The timestamp specifies the start time to which the request was restricted. The start time is set based on the requested time range. It may be adjusted to a later time if a project has exceeded the storage quota and older data has been deleted.

.google.protobuf.Timestamp time_range_begin = 4;

Returns
TypeDescription
boolean

Whether the timeRangeBegin field is set.