public final class ListGroupStatsResponse extends com.google.protobuf.GeneratedMessageV3 implements ListGroupStatsResponseOrBuilder
Contains a set of requested error group stats.Protobuf type
google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse| Modifier and Type | Class and Description |
|---|---|
static class |
ListGroupStatsResponse.Builder
Contains a set of requested error group stats.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_GROUP_STATS_FIELD_NUMBER |
static int |
NEXT_PAGE_TOKEN_FIELD_NUMBER |
static int |
TIME_RANGE_BEGIN_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static ListGroupStatsResponse |
getDefaultInstance() |
ListGroupStatsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ErrorGroupStats |
getErrorGroupStats(int index)
The error group stats which match the given request.
|
int |
getErrorGroupStatsCount()
The error group stats which match the given request.
|
java.util.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.
|
java.util.List<? extends ErrorGroupStatsOrBuilder> |
getErrorGroupStatsOrBuilderList()
The error group stats which match the given request.
|
java.lang.String |
getNextPageToken()
If non-empty, more results are available.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If non-empty, more results are available.
|
com.google.protobuf.Parser<ListGroupStatsResponse> |
getParserForType() |
int |
getSerializedSize() |
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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasTimeRangeBegin()
The timestamp specifies the start time to which the request was restricted.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListGroupStatsResponse.Builder |
newBuilder() |
static ListGroupStatsResponse.Builder |
newBuilder(ListGroupStatsResponse prototype) |
ListGroupStatsResponse.Builder |
newBuilderForType() |
protected ListGroupStatsResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ListGroupStatsResponse |
parseDelimitedFrom(java.io.InputStream input) |
static ListGroupStatsResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListGroupStatsResponse |
parseFrom(byte[] data) |
static ListGroupStatsResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListGroupStatsResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ListGroupStatsResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListGroupStatsResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ListGroupStatsResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListGroupStatsResponse |
parseFrom(java.io.InputStream input) |
static ListGroupStatsResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ListGroupStatsResponse> |
parser() |
ListGroupStatsResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ERROR_GROUP_STATS_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int TIME_RANGE_BEGIN_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.util.List<ErrorGroupStats> getErrorGroupStatsList()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;getErrorGroupStatsList in interface ListGroupStatsResponseOrBuilderpublic java.util.List<? extends ErrorGroupStatsOrBuilder> getErrorGroupStatsOrBuilderList()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;getErrorGroupStatsOrBuilderList in interface ListGroupStatsResponseOrBuilderpublic int getErrorGroupStatsCount()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;getErrorGroupStatsCount in interface ListGroupStatsResponseOrBuilderpublic ErrorGroupStats getErrorGroupStats(int index)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;getErrorGroupStats in interface ListGroupStatsResponseOrBuilderpublic ErrorGroupStatsOrBuilder getErrorGroupStatsOrBuilder(int index)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;getErrorGroupStatsOrBuilder in interface ListGroupStatsResponseOrBuilderpublic java.lang.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;getNextPageToken in interface ListGroupStatsResponseOrBuilderpublic 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;getNextPageTokenBytes in interface ListGroupStatsResponseOrBuilderpublic 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;hasTimeRangeBegin in interface ListGroupStatsResponseOrBuilderpublic 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;getTimeRangeBegin in interface ListGroupStatsResponseOrBuilderpublic 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;getTimeRangeBeginOrBuilder in interface ListGroupStatsResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ListGroupStatsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListGroupStatsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListGroupStatsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListGroupStatsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListGroupStatsResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListGroupStatsResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListGroupStatsResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListGroupStatsResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListGroupStatsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListGroupStatsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic ListGroupStatsResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ListGroupStatsResponse.Builder newBuilder()
public static ListGroupStatsResponse.Builder newBuilder(ListGroupStatsResponse prototype)
public ListGroupStatsResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ListGroupStatsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ListGroupStatsResponse getDefaultInstance()
public static com.google.protobuf.Parser<ListGroupStatsResponse> parser()
public com.google.protobuf.Parser<ListGroupStatsResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ListGroupStatsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder