Send feedback
Class ListGroupStatsResponse (0.148.0-beta)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.148.0-beta keyboard_arrow_down
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>)
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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-04 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-10-04 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-04 UTC."]]