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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
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>
|
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;
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;
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;
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;
public ErrorGroupStats.Builder addErrorGroupStatsBuilder()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
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 |
Name |
Description |
index |
int
|
public ListGroupStatsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListGroupStatsResponse build()
public ListGroupStatsResponse buildPartial()
public ListGroupStatsResponse.Builder clear()
Overrides
public ListGroupStatsResponse.Builder clearErrorGroupStats()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
public ListGroupStatsResponse.Builder clearField(Descriptors.FieldDescriptor field)
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;
public ListGroupStatsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
public ListGroupStatsResponse.Builder clone()
Overrides
public ListGroupStatsResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
Name |
Description |
index |
int
|
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 |
Name |
Description |
index |
int
|
public List<ErrorGroupStats.Builder> getErrorGroupStatsBuilderList()
The error group stats which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;
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 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 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;
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListGroupStatsResponse.Builder mergeFrom(ListGroupStatsResponse other)
public ListGroupStatsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListGroupStatsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
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;
public final ListGroupStatsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 |
Name |
Description |
index |
int
|
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;
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;
public ListGroupStatsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
public ListGroupStatsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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;
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
|
public final ListGroupStatsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides