Send feedback
Class StructuredQuery.CollectionSelector.Builder (3.26.5)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StructuredQuery . CollectionSelector . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public StructuredQuery . CollectionSelector build ()
buildPartial()
public StructuredQuery . CollectionSelector buildPartial ()
clear()
public StructuredQuery . CollectionSelector . Builder clear ()
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;
clearCollectionId()
public StructuredQuery . CollectionSelector . Builder clearCollectionId ()
The collection ID.
When set, selects only collections with this ID.
string collection_id = 2;
clearField(Descriptors.FieldDescriptor field)
public StructuredQuery . CollectionSelector . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public StructuredQuery . CollectionSelector . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public StructuredQuery . CollectionSelector . Builder clone ()
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 ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(StructuredQuery.CollectionSelector other)
public StructuredQuery . CollectionSelector . Builder mergeFrom ( StructuredQuery . CollectionSelector other )
public StructuredQuery . CollectionSelector . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public StructuredQuery . CollectionSelector . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StructuredQuery . CollectionSelector . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
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.
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.
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.
setField(Descriptors.FieldDescriptor field, Object value)
public StructuredQuery . CollectionSelector . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StructuredQuery . CollectionSelector . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final StructuredQuery . CollectionSelector . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
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 2024-10-04 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-10-04 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-04 UTC."]]