public final class ListGroupStatsResponse extends GeneratedMessageV3 implements ListGroupStatsResponseOrBuilder
Contains a set of requested error group stats.
Protobuf type google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int ERROR_GROUP_STATS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int TIME_RANGE_BEGIN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static ListGroupStatsResponse getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ListGroupStatsResponse.Builder newBuilder()
public static ListGroupStatsResponse.Builder newBuilder(ListGroupStatsResponse prototype)
public static ListGroupStatsResponse parseDelimitedFrom(InputStream input)
public static ListGroupStatsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListGroupStatsResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static ListGroupStatsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListGroupStatsResponse parseFrom(ByteString data)
public static ListGroupStatsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListGroupStatsResponse parseFrom(CodedInputStream input)
public static ListGroupStatsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListGroupStatsResponse parseFrom(InputStream input)
public static ListGroupStatsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListGroupStatsResponse parseFrom(ByteBuffer data)
public static ListGroupStatsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ListGroupStatsResponse> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public ListGroupStatsResponse getDefaultInstanceForType()
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 |
---|
Name | Description |
index | int
|
public int getErrorGroupStatsCount()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Returns |
---|
Type | Description |
int | |
public List<ErrorGroupStats> getErrorGroupStatsList()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
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 |
---|
Name | Description |
index | int
|
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()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
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 |
---|
Type | Description |
Timestamp | The timeRangeBegin.
|
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;
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 |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListGroupStatsResponse.Builder newBuilderForType()
protected ListGroupStatsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public ListGroupStatsResponse.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides