public final class ListGroupStatsResponse extends GeneratedMessageV3 implements ListGroupStatsResponseOrBuilder
Contains a set of requested error group stats.
Protobuf type google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse
Static Fields
public static final int ERROR_GROUP_STATS_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
public static final int TIME_RANGE_BEGIN_FIELD_NUMBER
Field Value
Static Methods
public static ListGroupStatsResponse getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static ListGroupStatsResponse.Builder newBuilder()
Returns
public static ListGroupStatsResponse.Builder newBuilder(ListGroupStatsResponse prototype)
Parameter
Returns
public static ListGroupStatsResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListGroupStatsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListGroupStatsResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static ListGroupStatsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListGroupStatsResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static ListGroupStatsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListGroupStatsResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListGroupStatsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListGroupStatsResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListGroupStatsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListGroupStatsResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static ListGroupStatsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<ListGroupStatsResponse> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public ListGroupStatsResponse getDefaultInstanceForType()
Returns
public ErrorGroupStats getErrorGroupStats(int index)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Parameter
Returns
public int getErrorGroupStatsCount()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Returns
public List<ErrorGroupStats> getErrorGroupStatsList()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Returns
public ErrorGroupStatsOrBuilder getErrorGroupStatsOrBuilder(int index)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Parameter
Returns
public List<? extends ErrorGroupStatsOrBuilder> getErrorGroupStatsOrBuilderList()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Returns
Type | Description |
List<? extends com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStatsOrBuilder> | |
getNextPageToken()
public 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
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public 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
Type | Description |
ByteString | The bytes for nextPageToken.
|
public Parser<ListGroupStatsResponse> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public 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
public 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
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public 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
Type | Description |
boolean | Whether the timeRangeBegin field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ListGroupStatsResponse.Builder newBuilderForType()
Returns
protected ListGroupStatsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public ListGroupStatsResponse.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions