public static final class StructuredQuery.CollectionSelector.Builder extends GeneratedMessage.Builder<StructuredQuery.CollectionSelector.Builder> implements StructuredQuery.CollectionSelectorOrBuilder A selection of a collection, such as messages as m1.
Protobuf type google.firestore.v1.StructuredQuery.CollectionSelector
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > StructuredQuery.CollectionSelector.BuilderImplements
StructuredQuery.CollectionSelectorOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public StructuredQuery.CollectionSelector build()| Returns | |
|---|---|
| Type | Description |
StructuredQuery.CollectionSelector |
|
buildPartial()
public StructuredQuery.CollectionSelector buildPartial()| Returns | |
|---|---|
| Type | Description |
StructuredQuery.CollectionSelector |
|
clear()
public StructuredQuery.CollectionSelector.Builder clear()| Returns | |
|---|---|
| Type | Description |
StructuredQuery.CollectionSelector.Builder |
|
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 | |
|---|---|
| Type | Description |
StructuredQuery.CollectionSelector.Builder |
This builder for chaining. |
clearCollectionId()
public StructuredQuery.CollectionSelector.Builder clearCollectionId()The collection ID. When set, selects only collections with this ID.
string collection_id = 2;
| Returns | |
|---|---|
| Type | Description |
StructuredQuery.CollectionSelector.Builder |
This builder for chaining. |
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 | |
|---|---|
| Type | Description |
StructuredQuery.CollectionSelector |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(StructuredQuery.CollectionSelector other)
public StructuredQuery.CollectionSelector.Builder mergeFrom(StructuredQuery.CollectionSelector other)| Parameter | |
|---|---|
| Name | Description |
other |
StructuredQuery.CollectionSelector |
| Returns | |
|---|---|
| Type | Description |
StructuredQuery.CollectionSelector.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StructuredQuery.CollectionSelector.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StructuredQuery.CollectionSelector.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public StructuredQuery.CollectionSelector.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
StructuredQuery.CollectionSelector.Builder |
|
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 |
booleanThe allDescendants to set. |
| Returns | |
|---|---|
| Type | Description |
StructuredQuery.CollectionSelector.Builder |
This builder for chaining. |
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 |
StringThe collectionId to set. |
| Returns | |
|---|---|
| Type | Description |
StructuredQuery.CollectionSelector.Builder |
This builder for chaining. |
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 |
ByteStringThe bytes for collectionId to set. |
| Returns | |
|---|---|
| Type | Description |
StructuredQuery.CollectionSelector.Builder |
This builder for chaining. |