public static final class StructuredQuery.Projection.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StructuredQuery.Projection.Builder> implements StructuredQuery.ProjectionOrBuilder
The projection of document's fields to return.Protobuf type
google.firestore.v1.StructuredQuery.Projection
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<StructuredQuery.Projection.Builder>
public StructuredQuery.Projection.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<StructuredQuery.Projection.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<StructuredQuery.Projection.Builder>
public StructuredQuery.Projection getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public StructuredQuery.Projection build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public StructuredQuery.Projection buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public StructuredQuery.Projection.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<StructuredQuery.Projection.Builder>
public StructuredQuery.Projection.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<StructuredQuery.Projection.Builder>
public StructuredQuery.Projection.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<StructuredQuery.Projection.Builder>
public StructuredQuery.Projection.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<StructuredQuery.Projection.Builder>
public StructuredQuery.Projection.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<StructuredQuery.Projection.Builder>
public StructuredQuery.Projection.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<StructuredQuery.Projection.Builder>
public StructuredQuery.Projection.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<StructuredQuery.Projection.Builder>
public StructuredQuery.Projection.Builder mergeFrom(StructuredQuery.Projection other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<StructuredQuery.Projection.Builder>
public StructuredQuery.Projection.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<StructuredQuery.Projection.Builder>
IOException
public List<StructuredQuery.FieldReference> getFieldsList()
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
getFieldsList
in interface StructuredQuery.ProjectionOrBuilder
public int getFieldsCount()
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
getFieldsCount
in interface StructuredQuery.ProjectionOrBuilder
public StructuredQuery.FieldReference getFields(int index)
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
getFields
in interface StructuredQuery.ProjectionOrBuilder
public StructuredQuery.Projection.Builder setFields(int index, StructuredQuery.FieldReference value)
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
public StructuredQuery.Projection.Builder setFields(int index, StructuredQuery.FieldReference.Builder builderForValue)
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
public StructuredQuery.Projection.Builder addFields(StructuredQuery.FieldReference value)
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
public StructuredQuery.Projection.Builder addFields(int index, StructuredQuery.FieldReference value)
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
public StructuredQuery.Projection.Builder addFields(StructuredQuery.FieldReference.Builder builderForValue)
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
public StructuredQuery.Projection.Builder addFields(int index, StructuredQuery.FieldReference.Builder builderForValue)
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
public StructuredQuery.Projection.Builder addAllFields(Iterable<? extends StructuredQuery.FieldReference> values)
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
public StructuredQuery.Projection.Builder clearFields()
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
public StructuredQuery.Projection.Builder removeFields(int index)
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
public StructuredQuery.FieldReference.Builder getFieldsBuilder(int index)
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
public StructuredQuery.FieldReferenceOrBuilder getFieldsOrBuilder(int index)
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
getFieldsOrBuilder
in interface StructuredQuery.ProjectionOrBuilder
public List<? extends StructuredQuery.FieldReferenceOrBuilder> getFieldsOrBuilderList()
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
getFieldsOrBuilderList
in interface StructuredQuery.ProjectionOrBuilder
public StructuredQuery.FieldReference.Builder addFieldsBuilder()
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
public StructuredQuery.FieldReference.Builder addFieldsBuilder(int index)
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
public List<StructuredQuery.FieldReference.Builder> getFieldsBuilderList()
The fields to return. If empty, all fields are returned. To only return the name of the document, use `['__name__']`.
repeated .google.firestore.v1.StructuredQuery.FieldReference fields = 2;
public final StructuredQuery.Projection.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<StructuredQuery.Projection.Builder>
public final StructuredQuery.Projection.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<StructuredQuery.Projection.Builder>
Copyright © 2023 Google LLC. All rights reserved.