public static final class StructuredAggregationQuery.Aggregation.Avg.Builder extends GeneratedMessageV3.Builder<StructuredAggregationQuery.Aggregation.Avg.Builder> implements StructuredAggregationQuery.Aggregation.AvgOrBuilder
Average of the values of the requested field.
Only numeric values will be aggregated. All non-numeric values including
NULL
are skipped.If the aggregated values contain
NaN
, returnsNaN
. Infinity math follows IEEE-754 standards.If the aggregated value set is empty, returns
NULL
.Always returns the result as a double.
Protobuf type google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > StructuredAggregationQuery.Aggregation.Avg.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StructuredAggregationQuery.Aggregation.Avg.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |
build()
public StructuredAggregationQuery.Aggregation.Avg build()
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg |
buildPartial()
public StructuredAggregationQuery.Aggregation.Avg buildPartial()
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg |
clear()
public StructuredAggregationQuery.Aggregation.Avg.Builder clear()
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |
clearField()
public StructuredAggregationQuery.Aggregation.Avg.Builder clearField()
The field to aggregate on.
.google.firestore.v1.StructuredQuery.FieldReference field = 1;
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |
clearField(Descriptors.FieldDescriptor field)
public StructuredAggregationQuery.Aggregation.Avg.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public StructuredAggregationQuery.Aggregation.Avg.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |
clone()
public StructuredAggregationQuery.Aggregation.Avg.Builder clone()
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |
getDefaultInstanceForType()
public StructuredAggregationQuery.Aggregation.Avg getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getField()
public StructuredQuery.FieldReference getField()
The field to aggregate on.
.google.firestore.v1.StructuredQuery.FieldReference field = 1;
Returns | |
---|---|
Type | Description |
StructuredQuery.FieldReference |
The field. |
getFieldBuilder()
public StructuredQuery.FieldReference.Builder getFieldBuilder()
The field to aggregate on.
.google.firestore.v1.StructuredQuery.FieldReference field = 1;
Returns | |
---|---|
Type | Description |
StructuredQuery.FieldReference.Builder |
getFieldOrBuilder()
public StructuredQuery.FieldReferenceOrBuilder getFieldOrBuilder()
The field to aggregate on.
.google.firestore.v1.StructuredQuery.FieldReference field = 1;
Returns | |
---|---|
Type | Description |
StructuredQuery.FieldReferenceOrBuilder |
hasField()
public boolean hasField()
The field to aggregate on.
.google.firestore.v1.StructuredQuery.FieldReference field = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the field field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeField(StructuredQuery.FieldReference value)
public StructuredAggregationQuery.Aggregation.Avg.Builder mergeField(StructuredQuery.FieldReference value)
The field to aggregate on.
.google.firestore.v1.StructuredQuery.FieldReference field = 1;
Parameter | |
---|---|
Name | Description |
value |
StructuredQuery.FieldReference |
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |
mergeFrom(StructuredAggregationQuery.Aggregation.Avg other)
public StructuredAggregationQuery.Aggregation.Avg.Builder mergeFrom(StructuredAggregationQuery.Aggregation.Avg other)
Parameter | |
---|---|
Name | Description |
other |
StructuredAggregationQuery.Aggregation.Avg |
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StructuredAggregationQuery.Aggregation.Avg.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public StructuredAggregationQuery.Aggregation.Avg.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StructuredAggregationQuery.Aggregation.Avg.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |
setField(StructuredQuery.FieldReference value)
public StructuredAggregationQuery.Aggregation.Avg.Builder setField(StructuredQuery.FieldReference value)
The field to aggregate on.
.google.firestore.v1.StructuredQuery.FieldReference field = 1;
Parameter | |
---|---|
Name | Description |
value |
StructuredQuery.FieldReference |
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |
setField(StructuredQuery.FieldReference.Builder builderForValue)
public StructuredAggregationQuery.Aggregation.Avg.Builder setField(StructuredQuery.FieldReference.Builder builderForValue)
The field to aggregate on.
.google.firestore.v1.StructuredQuery.FieldReference field = 1;
Parameter | |
---|---|
Name | Description |
builderForValue |
StructuredQuery.FieldReference.Builder |
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public StructuredAggregationQuery.Aggregation.Avg.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StructuredAggregationQuery.Aggregation.Avg.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final StructuredAggregationQuery.Aggregation.Avg.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
StructuredAggregationQuery.Aggregation.Avg.Builder |