Class StructuredQuery.CollectionSelector.Builder (3.1.0)

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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public StructuredQuery.CollectionSelector.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
StructuredQuery.CollectionSelector.Builder
Overrides

build()

public StructuredQuery.CollectionSelector build()
Returns
TypeDescription
StructuredQuery.CollectionSelector

buildPartial()

public StructuredQuery.CollectionSelector buildPartial()
Returns
TypeDescription
StructuredQuery.CollectionSelector

clear()

public StructuredQuery.CollectionSelector.Builder clear()
Returns
TypeDescription
StructuredQuery.CollectionSelector.Builder
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
TypeDescription
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
TypeDescription
StructuredQuery.CollectionSelector.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public StructuredQuery.CollectionSelector.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
StructuredQuery.CollectionSelector.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public StructuredQuery.CollectionSelector.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
StructuredQuery.CollectionSelector.Builder
Overrides

clone()

public StructuredQuery.CollectionSelector.Builder clone()
Returns
TypeDescription
StructuredQuery.CollectionSelector.Builder
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
TypeDescription
boolean

The allDescendants.

getCollectionId()

public String getCollectionId()

The collection ID. When set, selects only collections with this ID.

string collection_id = 2;

Returns
TypeDescription
String

The collectionId.

getCollectionIdBytes()

public ByteString getCollectionIdBytes()

The collection ID. When set, selects only collections with this ID.

string collection_id = 2;

Returns
TypeDescription
ByteString

The bytes for collectionId.

getDefaultInstanceForType()

public StructuredQuery.CollectionSelector getDefaultInstanceForType()
Returns
TypeDescription
StructuredQuery.CollectionSelector

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(StructuredQuery.CollectionSelector other)

public StructuredQuery.CollectionSelector.Builder mergeFrom(StructuredQuery.CollectionSelector other)
Parameter
NameDescription
otherStructuredQuery.CollectionSelector
Returns
TypeDescription
StructuredQuery.CollectionSelector.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StructuredQuery.CollectionSelector.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StructuredQuery.CollectionSelector.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public StructuredQuery.CollectionSelector.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
StructuredQuery.CollectionSelector.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final StructuredQuery.CollectionSelector.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
StructuredQuery.CollectionSelector.Builder
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
NameDescription
valueboolean

The allDescendants to set.

Returns
TypeDescription
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
NameDescription
valueString

The collectionId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for collectionId to set.

Returns
TypeDescription
StructuredQuery.CollectionSelector.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public StructuredQuery.CollectionSelector.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
StructuredQuery.CollectionSelector.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public StructuredQuery.CollectionSelector.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
StructuredQuery.CollectionSelector.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final StructuredQuery.CollectionSelector.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
StructuredQuery.CollectionSelector.Builder
Overrides