Class StructuredQuery.CollectionSelector.Builder (3.0.21)
Version 3.0.21keyboard_arrow_down
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.v1.StructuredQuery.CollectionSelector
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StructuredQuery . CollectionSelector . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public StructuredQuery . CollectionSelector build ()
Returns
buildPartial()
public StructuredQuery . CollectionSelector buildPartial ()
Returns
clear()
public StructuredQuery . CollectionSelector . Builder clear ()
Returns
Overrides
clearAllDescendants()
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;
Returns
clearCollectionId()
public StructuredQuery . CollectionSelector . Builder clearCollectionId ()
The collection ID.
When set, selects only collections with this ID.
string collection_id = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public StructuredQuery . CollectionSelector . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public StructuredQuery . CollectionSelector . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public StructuredQuery . CollectionSelector . Builder clone ()
Returns
Overrides
getAllDescendants()
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;
Returns
Type
Description
boolean
The allDescendants.
getCollectionId()
public String getCollectionId ()
The collection ID.
When set, selects only collections with this ID.
string collection_id = 2;
Returns
Type
Description
String
The collectionId.
getCollectionIdBytes()
public ByteString getCollectionIdBytes ()
The collection ID.
When set, selects only collections with this ID.
string collection_id = 2;
Returns
Type
Description
ByteString
The bytes for collectionId.
getDefaultInstanceForType()
public StructuredQuery . CollectionSelector getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(StructuredQuery.CollectionSelector other)
public StructuredQuery . CollectionSelector . Builder mergeFrom ( StructuredQuery . CollectionSelector other )
Parameter
Returns
public StructuredQuery . CollectionSelector . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public StructuredQuery . CollectionSelector . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StructuredQuery . CollectionSelector . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setAllDescendants(boolean value)
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;
Parameter
Name
Description
value
boolean The allDescendants to set.
Returns
setCollectionId(String value)
public StructuredQuery . CollectionSelector . Builder setCollectionId ( String value )
The collection ID.
When set, selects only collections with this ID.
string collection_id = 2;
Parameter
Name
Description
value
String The collectionId to set.
Returns
setCollectionIdBytes(ByteString value)
public StructuredQuery . CollectionSelector . Builder setCollectionIdBytes ( ByteString value )
The collection ID.
When set, selects only collections with this ID.
string collection_id = 2;
Parameter
Name
Description
value
ByteString The bytes for collectionId to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public StructuredQuery . CollectionSelector . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StructuredQuery . CollectionSelector . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final StructuredQuery . CollectionSelector . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-30 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]