Class ListGroupStatsResponse.Builder (0.163.0-beta)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllErrorGroupStats(Iterable<? extends ErrorGroupStats> values)

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
Type Description
ListGroupStatsResponse.Builder

addErrorGroupStats(ErrorGroupStats value)

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
Name Description
value ErrorGroupStats
Returns
Type Description
ListGroupStatsResponse.Builder

addErrorGroupStats(ErrorGroupStats.Builder builderForValue)

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
Name Description
builderForValue ErrorGroupStats.Builder
Returns
Type Description
ListGroupStatsResponse.Builder

addErrorGroupStats(int index, ErrorGroupStats value)

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
Name Description
index int
value ErrorGroupStats
Returns
Type Description
ListGroupStatsResponse.Builder

addErrorGroupStats(int index, ErrorGroupStats.Builder builderForValue)

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
Name Description
index int
builderForValue ErrorGroupStats.Builder
Returns
Type Description
ListGroupStatsResponse.Builder

addErrorGroupStatsBuilder()

public ErrorGroupStats.Builder addErrorGroupStatsBuilder()

The error group stats which match the given request.

repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;

Returns
Type Description
ErrorGroupStats.Builder

addErrorGroupStatsBuilder(int index)

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
Returns
Type Description
ErrorGroupStats.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListGroupStatsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListGroupStatsResponse.Builder
Overrides

build()

public ListGroupStatsResponse build()
Returns
Type Description
ListGroupStatsResponse

buildPartial()

public ListGroupStatsResponse buildPartial()
Returns
Type Description
ListGroupStatsResponse

clear()

public ListGroupStatsResponse.Builder clear()
Returns
Type Description
ListGroupStatsResponse.Builder
Overrides

clearErrorGroupStats()

public ListGroupStatsResponse.Builder clearErrorGroupStats()

The error group stats which match the given request.

repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;

Returns
Type Description
ListGroupStatsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListGroupStatsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListGroupStatsResponse.Builder
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
Type Description
ListGroupStatsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListGroupStatsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListGroupStatsResponse.Builder
Overrides

clearTimeRangeBegin()

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
Type Description
ListGroupStatsResponse.Builder

clone()

public ListGroupStatsResponse.Builder clone()
Returns
Type Description
ListGroupStatsResponse.Builder
Overrides

getDefaultInstanceForType()

public ListGroupStatsResponse getDefaultInstanceForType()
Returns
Type Description
ListGroupStatsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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;

Parameter
Name Description
index int
Returns
Type Description
ErrorGroupStats

getErrorGroupStatsBuilder(int index)

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
Returns
Type Description
ErrorGroupStats.Builder

getErrorGroupStatsBuilderList()

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
Type Description
List<Builder>

getErrorGroupStatsCount()

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

getErrorGroupStatsList()

public List<ErrorGroupStats> getErrorGroupStatsList()

The error group stats which match the given request.

repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;

Returns
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;

Parameter
Name Description
index int
Returns
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;

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.

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;

Returns
Type Description
Timestamp

The timeRangeBegin.

getTimeRangeBeginBuilder()

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
Type Description
Builder

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;

Returns
Type Description
TimestampOrBuilder

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;

Returns
Type Description
boolean

Whether the timeRangeBegin field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListGroupStatsResponse other)

public ListGroupStatsResponse.Builder mergeFrom(ListGroupStatsResponse other)
Parameter
Name Description
other ListGroupStatsResponse
Returns
Type Description
ListGroupStatsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListGroupStatsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListGroupStatsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListGroupStatsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListGroupStatsResponse.Builder
Overrides

mergeTimeRangeBegin(Timestamp value)

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
Name Description
value Timestamp
Returns
Type Description
ListGroupStatsResponse.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListGroupStatsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListGroupStatsResponse.Builder
Overrides

removeErrorGroupStats(int index)

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
Returns
Type Description
ListGroupStatsResponse.Builder

setErrorGroupStats(int index, ErrorGroupStats value)

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
Name Description
index int
value ErrorGroupStats
Returns
Type Description
ListGroupStatsResponse.Builder

setErrorGroupStats(int index, ErrorGroupStats.Builder builderForValue)

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
Name Description
index int
builderForValue ErrorGroupStats.Builder
Returns
Type Description
ListGroupStatsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListGroupStatsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListGroupStatsResponse.Builder
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
Type Description
ListGroupStatsResponse.Builder

This builder for chaining.

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
Type Description
ListGroupStatsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListGroupStatsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListGroupStatsResponse.Builder
Overrides

setTimeRangeBegin(Timestamp value)

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
Name Description
value Timestamp
Returns
Type Description
ListGroupStatsResponse.Builder

setTimeRangeBegin(Timestamp.Builder builderForValue)

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
Type Description
ListGroupStatsResponse.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final ListGroupStatsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListGroupStatsResponse.Builder
Overrides