Interface ListGroupStatsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListGroupStatsResponse
,ListGroupStatsResponse.Builder
public interface ListGroupStatsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ErrorGroupStats
getErrorGroupStats(int index)
The error group stats which match the given request.int
getErrorGroupStatsCount()
The error group stats which match the given request.List<ErrorGroupStats>
getErrorGroupStatsList()
The error group stats which match the given request.ErrorGroupStatsOrBuilder
getErrorGroupStatsOrBuilder(int index)
The error group stats which match the given request.List<? extends ErrorGroupStatsOrBuilder>
getErrorGroupStatsOrBuilderList()
The error group stats which match the given request.String
getNextPageToken()
If non-empty, more results are available.com.google.protobuf.ByteString
getNextPageTokenBytes()
If non-empty, more results are available.com.google.protobuf.Timestamp
getTimeRangeBegin()
The timestamp specifies the start time to which the request was restricted.com.google.protobuf.TimestampOrBuilder
getTimeRangeBeginOrBuilder()
The timestamp specifies the start time to which the request was restricted.boolean
hasTimeRangeBegin()
The timestamp specifies the start time to which the request was restricted.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getErrorGroupStatsList
List<ErrorGroupStats> getErrorGroupStatsList()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
-
getErrorGroupStats
ErrorGroupStats getErrorGroupStats(int index)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
-
getErrorGroupStatsCount
int getErrorGroupStatsCount()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
-
getErrorGroupStatsOrBuilderList
List<? extends ErrorGroupStatsOrBuilder> getErrorGroupStatsOrBuilderList()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
-
getErrorGroupStatsOrBuilder
ErrorGroupStatsOrBuilder getErrorGroupStatsOrBuilder(int index)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
-
getNextPageToken
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:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.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:
- The bytes for nextPageToken.
-
hasTimeRangeBegin
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:
- Whether the timeRangeBegin field is set.
-
getTimeRangeBegin
com.google.protobuf.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:
- The timeRangeBegin.
-
getTimeRangeBeginOrBuilder
com.google.protobuf.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;
-
-