public static final class ListGroupStatsResponse.Builder extends GeneratedMessageV3.Builder<ListGroupStatsResponse.Builder> implements ListGroupStatsResponseOrBuilder
Contains a set of requested error group stats.
Protobuf type google.devtools.clouderrorreporting.v1beta1.ListGroupStatsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public ListGroupStatsResponse.Builder addAllErrorGroupStats(Iterable<? extends ErrorGroupStats> values)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats>
|
Returns
public ListGroupStatsResponse.Builder addErrorGroupStats(ErrorGroupStats value)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Parameter
Returns
public ListGroupStatsResponse.Builder addErrorGroupStats(ErrorGroupStats.Builder builderForValue)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Parameter
Returns
public ListGroupStatsResponse.Builder addErrorGroupStats(int index, ErrorGroupStats value)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Parameters
Returns
public ListGroupStatsResponse.Builder addErrorGroupStats(int index, ErrorGroupStats.Builder builderForValue)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Parameters
Returns
public ErrorGroupStats.Builder addErrorGroupStatsBuilder()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Returns
public ErrorGroupStats.Builder addErrorGroupStatsBuilder(int index)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Parameter
Returns
public ListGroupStatsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ListGroupStatsResponse build()
Returns
public ListGroupStatsResponse buildPartial()
Returns
public ListGroupStatsResponse.Builder clear()
Returns
Overrides
public ListGroupStatsResponse.Builder clearErrorGroupStats()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Returns
public ListGroupStatsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearNextPageToken()
public ListGroupStatsResponse.Builder clearNextPageToken()
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
public ListGroupStatsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public ListGroupStatsResponse.Builder clearTimeRangeBegin()
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 ListGroupStatsResponse.Builder clone()
Returns
Overrides
public ListGroupStatsResponse getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
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 ErrorGroupStats.Builder getErrorGroupStatsBuilder(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<ErrorGroupStats.Builder> getErrorGroupStatsBuilderList()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
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 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 Timestamp.Builder getTimeRangeBeginBuilder()
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 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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ListGroupStatsResponse.Builder mergeFrom(ListGroupStatsResponse other)
Parameter
Returns
public ListGroupStatsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public ListGroupStatsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public ListGroupStatsResponse.Builder mergeTimeRangeBegin(Timestamp value)
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;
Parameter
Returns
public final ListGroupStatsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public ListGroupStatsResponse.Builder removeErrorGroupStats(int index)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Parameter
Returns
public ListGroupStatsResponse.Builder setErrorGroupStats(int index, ErrorGroupStats value)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Parameters
Returns
public ListGroupStatsResponse.Builder setErrorGroupStats(int index, ErrorGroupStats.Builder builderForValue)
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
Parameters
Returns
public ListGroupStatsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setNextPageToken(String value)
public ListGroupStatsResponse.Builder setNextPageToken(String value)
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;
Parameter
Name | Description |
value | String
The nextPageToken to set.
|
Returns
setNextPageTokenBytes(ByteString value)
public ListGroupStatsResponse.Builder setNextPageTokenBytes(ByteString value)
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;
Parameter
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
Returns
public ListGroupStatsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public ListGroupStatsResponse.Builder setTimeRangeBegin(Timestamp value)
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;
Parameter
Returns
public ListGroupStatsResponse.Builder setTimeRangeBegin(Timestamp.Builder builderForValue)
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;
Parameter
Name | Description |
builderForValue | Builder
|
Returns
public final ListGroupStatsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides