public static final class StructuredQuery.CollectionSelector.Builder extends GeneratedMessageV3.Builder<StructuredQuery.CollectionSelector.Builder> implements StructuredQuery.CollectionSelectorOrBuilder
A selection of a collection, such as `messages as m1`.Protobuf type
google.firestore.v1beta1.StructuredQuery.CollectionSelector
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<StructuredQuery.CollectionSelector.Builder>
public StructuredQuery.CollectionSelector.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<StructuredQuery.CollectionSelector.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<StructuredQuery.CollectionSelector.Builder>
public StructuredQuery.CollectionSelector getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public StructuredQuery.CollectionSelector build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public StructuredQuery.CollectionSelector buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public StructuredQuery.CollectionSelector.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<StructuredQuery.CollectionSelector.Builder>
public StructuredQuery.CollectionSelector.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<StructuredQuery.CollectionSelector.Builder>
public StructuredQuery.CollectionSelector.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<StructuredQuery.CollectionSelector.Builder>
public StructuredQuery.CollectionSelector.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<StructuredQuery.CollectionSelector.Builder>
public StructuredQuery.CollectionSelector.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<StructuredQuery.CollectionSelector.Builder>
public StructuredQuery.CollectionSelector.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<StructuredQuery.CollectionSelector.Builder>
public StructuredQuery.CollectionSelector.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<StructuredQuery.CollectionSelector.Builder>
public StructuredQuery.CollectionSelector.Builder mergeFrom(StructuredQuery.CollectionSelector other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<StructuredQuery.CollectionSelector.Builder>
public StructuredQuery.CollectionSelector.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<StructuredQuery.CollectionSelector.Builder>
java.io.IOException
public java.lang.String getCollectionId()
The collection ID. When set, selects only collections with this ID.
string collection_id = 2;
getCollectionId
in interface StructuredQuery.CollectionSelectorOrBuilder
public ByteString getCollectionIdBytes()
The collection ID. When set, selects only collections with this ID.
string collection_id = 2;
getCollectionIdBytes
in interface StructuredQuery.CollectionSelectorOrBuilder
public StructuredQuery.CollectionSelector.Builder setCollectionId(java.lang.String value)
The collection ID. When set, selects only collections with this ID.
string collection_id = 2;
public StructuredQuery.CollectionSelector.Builder clearCollectionId()
The collection ID. When set, selects only collections with this ID.
string collection_id = 2;
public StructuredQuery.CollectionSelector.Builder setCollectionIdBytes(ByteString value)
The collection ID. When set, selects only collections with this ID.
string collection_id = 2;
public boolean getAllDescendants()
When false, selects only collections that are immediate children of the `parent` specified in the containing `RunQueryRequest`. When true, selects all descendant collections.
bool all_descendants = 3;
getAllDescendants
in interface StructuredQuery.CollectionSelectorOrBuilder
public StructuredQuery.CollectionSelector.Builder setAllDescendants(boolean value)
When false, selects only collections that are immediate children of the `parent` specified in the containing `RunQueryRequest`. When true, selects all descendant collections.
bool all_descendants = 3;
public StructuredQuery.CollectionSelector.Builder clearAllDescendants()
When false, selects only collections that are immediate children of the `parent` specified in the containing `RunQueryRequest`. When true, selects all descendant collections.
bool all_descendants = 3;
public final StructuredQuery.CollectionSelector.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<StructuredQuery.CollectionSelector.Builder>
public final StructuredQuery.CollectionSelector.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<StructuredQuery.CollectionSelector.Builder>