- 0.174.0-beta (latest)
- 0.173.0-beta
- 0.172.0-beta
- 0.170.0-beta
- 0.169.0-beta
- 0.168.0-beta
- 0.167.0-beta
- 0.166.0-beta
- 0.165.0-beta
- 0.164.0-beta
- 0.163.0-beta
- 0.162.0-beta
- 0.161.0-beta
- 0.160.0-beta
- 0.158.0-beta
- 0.157.0-beta
- 0.156.0-beta
- 0.155.0-beta
- 0.154.0-beta
- 0.153.0-beta
- 0.152.0-beta
- 0.151.0-beta
- 0.150.0-beta
- 0.149.0-beta
- 0.148.0-beta
- 0.145.0-beta
- 0.144.0-beta
- 0.143.0-beta
- 0.142.0-beta
- 0.141.0-beta
- 0.140.0-beta
- 0.139.0-beta
- 0.138.0-beta
- 0.137.0-beta
- 0.136.0-beta
- 0.135.0-beta
- 0.134.0-beta
- 0.133.0-beta
- 0.132.0-beta
- 0.130.0-beta
- 0.129.0-beta
- 0.128.0-beta
- 0.127.0-beta
- 0.126.0-beta
- 0.125.0-beta
- 0.124.15-beta
- 0.123.4-beta
- 0.122.23-beta
public final class ListGroupStatsResponse extends GeneratedMessageV3 implements ListGroupStatsResponseOrBuilder
Contains a set of requested error group stats.
Protobuf type google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListGroupStatsResponseImplements
ListGroupStatsResponseOrBuilderStatic Fields
ERROR_GROUP_STATS_FIELD_NUMBER
public static final int ERROR_GROUP_STATS_FIELD_NUMBER
Type | Description |
int |
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Type | Description |
int |
TIME_RANGE_BEGIN_FIELD_NUMBER
public static final int TIME_RANGE_BEGIN_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListGroupStatsResponse getDefaultInstance()
Type | Description |
ListGroupStatsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ListGroupStatsResponse.Builder newBuilder()
Type | Description |
ListGroupStatsResponse.Builder |
newBuilder(ListGroupStatsResponse prototype)
public static ListGroupStatsResponse.Builder newBuilder(ListGroupStatsResponse prototype)
Name | Description |
prototype | ListGroupStatsResponse |
Type | Description |
ListGroupStatsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListGroupStatsResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListGroupStatsResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListGroupStatsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListGroupStatsResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListGroupStatsResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ListGroupStatsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListGroupStatsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListGroupStatsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListGroupStatsResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ListGroupStatsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListGroupStatsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListGroupStatsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListGroupStatsResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ListGroupStatsResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListGroupStatsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListGroupStatsResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListGroupStatsResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListGroupStatsResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListGroupStatsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListGroupStatsResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListGroupStatsResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ListGroupStatsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListGroupStatsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListGroupStatsResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListGroupStatsResponse> parser()
Type | Description |
Parser<ListGroupStatsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ListGroupStatsResponse getDefaultInstanceForType()
Type | Description |
ListGroupStatsResponse |
getErrorGroupStats(int index)
public ErrorGroupStats getErrorGroupStats(int index)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Name | Description |
index | int |
Type | Description |
ErrorGroupStats |
getErrorGroupStatsCount()
public int getErrorGroupStatsCount()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Type | Description |
int |
getErrorGroupStatsList()
public List<ErrorGroupStats> getErrorGroupStatsList()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Type | Description |
List<ErrorGroupStats> |
getErrorGroupStatsOrBuilder(int index)
public ErrorGroupStatsOrBuilder getErrorGroupStatsOrBuilder(int index)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Name | Description |
index | int |
Type | Description |
ErrorGroupStatsOrBuilder |
getErrorGroupStatsOrBuilderList()
public List<? extends ErrorGroupStatsOrBuilder> getErrorGroupStatsOrBuilderList()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
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;
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;
Type | Description |
ByteString | The bytes for nextPageToken. |
getParserForType()
public Parser<ListGroupStatsResponse> getParserForType()
Type | Description |
Parser<ListGroupStatsResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getTimeRangeBegin()
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;
Type | Description |
Timestamp | The timeRangeBegin. |
getTimeRangeBeginOrBuilder()
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;
Type | Description |
TimestampOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasTimeRangeBegin()
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;
Type | Description |
boolean | Whether the timeRangeBegin field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ListGroupStatsResponse.Builder newBuilderForType()
Type | Description |
ListGroupStatsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListGroupStatsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ListGroupStatsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ListGroupStatsResponse.Builder toBuilder()
Type | Description |
ListGroupStatsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |