Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

ACTIVE_VALUE - Static variable in enum com.google.firestore.admin.v1.Field.TtlConfig.State
The TTL is active for all documents.
add(Map<String, Object>) - Method in class com.google.cloud.firestore.CollectionReference
Adds a new document to this collection with the specified data, assigning it a document ID automatically.
add(Object) - Method in class com.google.cloud.firestore.CollectionReference
Adds a new document to this collection with the specified POJO as contents, assigning it a document ID automatically.
add(DocumentSnapshot) - Method in class com.google.cloud.firestore.FirestoreBundle.Builder
Adds a Firestore document snapshot to the bundle.
add(String, QuerySnapshot) - Method in class com.google.cloud.firestore.FirestoreBundle.Builder
Adds a Firestore query snapshot to the bundle.
ADD_TARGET_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListenRequest
 
ADD_VALUE - Static variable in enum com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType
The single field index is being added.
ADD_VALUE - Static variable in enum com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType
The TTL config is being added.
ADD_VALUE - Static variable in enum com.google.firestore.v1.TargetChange.TargetChangeType
The targets have been added.
addAggregations(StructuredAggregationQuery.Aggregation) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
addAggregations(int, StructuredAggregationQuery.Aggregation) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
addAggregations(StructuredAggregationQuery.Aggregation.Builder) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
addAggregations(int, StructuredAggregationQuery.Aggregation.Builder) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
addAggregationsBuilder() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
addAggregationsBuilder(int) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
addAllAggregations(Iterable<? extends StructuredAggregationQuery.Aggregation>) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
addAllCollectionIds(Iterable<String>) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
Which collection ids are being exported.
addAllCollectionIds(Iterable<String>) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
Which collection ids to export.
addAllCollectionIds(Iterable<String>) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
Which collection ids are being imported.
addAllCollectionIds(Iterable<String>) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Which collection ids to import.
addAllCollectionIds(Iterable<String>) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
The collection ids.
addAllDatabases(Iterable<? extends Database>) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
addAllDocuments(Iterable<String>) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The names of the documents to retrieve.
addAllDocuments(Iterable<? extends Document>) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
addAllDocuments(Iterable<String>) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
The names of the documents to retrieve.
addAllFieldPaths(Iterable<String>) - Method in class com.google.firestore.v1.DocumentMask.Builder
The list of field paths in the mask.
addAllFields(Iterable<? extends Index.IndexField>) - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
addAllFields(Iterable<? extends Field>) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
addAllFields(Iterable<? extends StructuredQuery.FieldReference>) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
addAllFieldTransforms(Iterable<? extends DocumentTransform.FieldTransform>) - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
addAllFilters(Iterable<? extends StructuredQuery.Filter>) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
addAllFrom(Iterable<? extends StructuredQuery.CollectionSelector>) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
addAllIndexConfigDeltas(Iterable<? extends FieldOperationMetadata.IndexConfigDelta>) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
addAllIndexes(Iterable<? extends Index>) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
addAllIndexes(Iterable<? extends Index>) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
addAllOrderBy(Iterable<? extends StructuredQuery.Order>) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
addAllPartitions(Iterable<? extends Cursor>) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
addAllQueries(Iterable<String>) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The names of the queries in this bundle that this document matches to.
addAllRemovedTargetIds(Iterable<? extends Integer>) - Method in class com.google.firestore.v1.DocumentChange.Builder
A set of target IDs for targets that no longer match this document.
addAllRemovedTargetIds(Iterable<? extends Integer>) - Method in class com.google.firestore.v1.DocumentDelete.Builder
A set of target IDs for targets that previously matched this entity.
addAllRemovedTargetIds(Iterable<? extends Integer>) - Method in class com.google.firestore.v1.DocumentRemove.Builder
A set of target IDs for targets that previously matched this document.
addAllStatus(Iterable<? extends Status>) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
addAllTargetIds(Iterable<? extends Integer>) - Method in class com.google.firestore.v1.DocumentChange.Builder
A set of target IDs of targets that match this document.
addAllTargetIds(Iterable<? extends Integer>) - Method in class com.google.firestore.v1.TargetChange.Builder
The target IDs of targets that have changed.
addAllTransformResults(Iterable<? extends Value>) - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
addAllUpdateTransforms(Iterable<? extends DocumentTransform.FieldTransform>) - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
addAllValues(Iterable<? extends Value>) - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
addAllValues(Iterable<? extends Value>) - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
addAllWriteResults(Iterable<? extends WriteResult>) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
addAllWriteResults(Iterable<? extends WriteResult>) - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
addAllWriteResults(Iterable<? extends WriteResult>) - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
addAllWrites(Iterable<? extends Write>) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
addAllWrites(Iterable<? extends Write>) - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
addAllWrites(Iterable<? extends Write>) - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
addCollectionIds(String) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
Which collection ids are being exported.
addCollectionIds(String) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
Which collection ids to export.
addCollectionIds(String) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
Which collection ids are being imported.
addCollectionIds(String) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Which collection ids to import.
addCollectionIds(String) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
The collection ids.
addCollectionIdsBytes(ByteString) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
Which collection ids are being exported.
addCollectionIdsBytes(ByteString) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
Which collection ids to export.
addCollectionIdsBytes(ByteString) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
Which collection ids are being imported.
addCollectionIdsBytes(ByteString) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Which collection ids to import.
addCollectionIdsBytes(ByteString) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
The collection ids.
addDatabases(Database) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
addDatabases(int, Database) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
addDatabases(Database.Builder) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
addDatabases(int, Database.Builder) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
addDatabasesBuilder() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
addDatabasesBuilder(int) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
addDocuments(String) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The names of the documents to retrieve.
addDocuments(Document) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
addDocuments(int, Document) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
addDocuments(Document.Builder) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
addDocuments(int, Document.Builder) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
addDocuments(String) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
The names of the documents to retrieve.
addDocumentsBuilder() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
addDocumentsBuilder(int) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
addDocumentsBytes(ByteString) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The names of the documents to retrieve.
addDocumentsBytes(ByteString) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
The names of the documents to retrieve.
addFieldPaths(String) - Method in class com.google.firestore.v1.DocumentMask.Builder
The list of field paths in the mask.
addFieldPathsBytes(ByteString) - Method in class com.google.firestore.v1.DocumentMask.Builder
The list of field paths in the mask.
addFields(Index.IndexField) - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
addFields(int, Index.IndexField) - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
addFields(Index.IndexField.Builder) - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
addFields(int, Index.IndexField.Builder) - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
addFields(Field) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
addFields(int, Field) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
addFields(Field.Builder) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
addFields(int, Field.Builder) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
addFields(StructuredQuery.FieldReference) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
addFields(int, StructuredQuery.FieldReference) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
addFields(StructuredQuery.FieldReference.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
addFields(int, StructuredQuery.FieldReference.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
addFieldsBuilder() - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
addFieldsBuilder(int) - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
addFieldsBuilder() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
addFieldsBuilder(int) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
addFieldsBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
addFieldsBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
addFieldTransforms(DocumentTransform.FieldTransform) - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
addFieldTransforms(int, DocumentTransform.FieldTransform) - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
addFieldTransforms(DocumentTransform.FieldTransform.Builder) - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
addFieldTransforms(int, DocumentTransform.FieldTransform.Builder) - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
addFieldTransformsBuilder() - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
addFieldTransformsBuilder(int) - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
addFilters(StructuredQuery.Filter) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
addFilters(int, StructuredQuery.Filter) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
addFilters(StructuredQuery.Filter.Builder) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
addFilters(int, StructuredQuery.Filter.Builder) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
addFiltersBuilder() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
addFiltersBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
addFrom(StructuredQuery.CollectionSelector) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
addFrom(int, StructuredQuery.CollectionSelector) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
addFrom(StructuredQuery.CollectionSelector.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
addFrom(int, StructuredQuery.CollectionSelector.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
addFromBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
addFromBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
addIndexConfigDeltas(FieldOperationMetadata.IndexConfigDelta) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
addIndexConfigDeltas(int, FieldOperationMetadata.IndexConfigDelta) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
addIndexConfigDeltas(FieldOperationMetadata.IndexConfigDelta.Builder) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
addIndexConfigDeltas(int, FieldOperationMetadata.IndexConfigDelta.Builder) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
addIndexConfigDeltasBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
addIndexConfigDeltasBuilder(int) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
addIndexes(Index) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
addIndexes(int, Index) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
addIndexes(Index.Builder) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
addIndexes(int, Index.Builder) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
addIndexes(Index) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
addIndexes(int, Index) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
addIndexes(Index.Builder) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
addIndexes(int, Index.Builder) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
addIndexesBuilder() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
addIndexesBuilder(int) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
addIndexesBuilder() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
addIndexesBuilder(int) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
addOrderBy(StructuredQuery.Order) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
addOrderBy(int, StructuredQuery.Order) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
addOrderBy(StructuredQuery.Order.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
addOrderBy(int, StructuredQuery.Order.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
addOrderByBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
addOrderByBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
addPartitions(Cursor) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
addPartitions(int, Cursor) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
addPartitions(Cursor.Builder) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
addPartitions(int, Cursor.Builder) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
addPartitionsBuilder() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
addPartitionsBuilder(int) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
addQueries(String) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The names of the queries in this bundle that this document matches to.
addQueriesBytes(ByteString) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The names of the queries in this bundle that this document matches to.
addRemovedTargetIds(int) - Method in class com.google.firestore.v1.DocumentChange.Builder
A set of target IDs for targets that no longer match this document.
addRemovedTargetIds(int) - Method in class com.google.firestore.v1.DocumentDelete.Builder
A set of target IDs for targets that previously matched this entity.
addRemovedTargetIds(int) - Method in class com.google.firestore.v1.DocumentRemove.Builder
A set of target IDs for targets that previously matched this document.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.Database.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.Field.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.Index.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.Progress.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.bundle.BundleElement.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.AggregationResult.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ArrayValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BitSequence.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BloomFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.CommitRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.CommitResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Cursor.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Document.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.DocumentChange.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.DocumentMask.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ListenRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ListenResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.MapValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Precondition.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Target.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.TargetChange.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Value.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Write.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.WriteRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.WriteResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.WriteResult.Builder
 
addSnapshotListener(Executor, EventListener<DocumentSnapshot>) - Method in class com.google.cloud.firestore.DocumentReference
Starts listening to the document referenced by this DocumentReference.
addSnapshotListener(EventListener<DocumentSnapshot>) - Method in class com.google.cloud.firestore.DocumentReference
Starts listening to the document referenced by this DocumentReference.
addSnapshotListener(EventListener<QuerySnapshot>) - Method in class com.google.cloud.firestore.Query
Starts listening to this query.
addSnapshotListener(Executor, EventListener<QuerySnapshot>) - Method in class com.google.cloud.firestore.Query
Starts listening to this query.
addStatus(Status) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
addStatus(int, Status) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
addStatus(Status.Builder) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
addStatus(int, Status.Builder) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
addStatusBuilder() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
addStatusBuilder(int) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
addTargetIds(int) - Method in class com.google.firestore.v1.DocumentChange.Builder
A set of target IDs of targets that match this document.
addTargetIds(int) - Method in class com.google.firestore.v1.TargetChange.Builder
The target IDs of targets that have changed.
addTransformResults(Value) - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
addTransformResults(int, Value) - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
addTransformResults(Value.Builder) - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
addTransformResults(int, Value.Builder) - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
addTransformResultsBuilder() - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
addTransformResultsBuilder(int) - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
addUpdateTransforms(DocumentTransform.FieldTransform) - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
addUpdateTransforms(int, DocumentTransform.FieldTransform) - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
addUpdateTransforms(DocumentTransform.FieldTransform.Builder) - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
addUpdateTransforms(int, DocumentTransform.FieldTransform.Builder) - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
addUpdateTransformsBuilder() - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
addUpdateTransformsBuilder(int) - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
addValues(Value) - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
addValues(int, Value) - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
addValues(Value.Builder) - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
addValues(int, Value.Builder) - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
addValues(Value) - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
addValues(int, Value) - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
addValues(Value.Builder) - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
addValues(int, Value.Builder) - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
addValuesBuilder() - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
addValuesBuilder(int) - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
addValuesBuilder() - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
addValuesBuilder(int) - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
addWriteErrorListener(BulkWriter.WriteErrorCallback) - Method in class com.google.cloud.firestore.BulkWriter
Attaches an error handler listener that is run every time a BulkWriter operation fails.
addWriteErrorListener(Executor, BulkWriter.WriteErrorCallback) - Method in class com.google.cloud.firestore.BulkWriter
Attaches an error handler listener that is run every time a BulkWriter operation fails.
addWriteResultListener(BulkWriter.WriteResultCallback) - Method in class com.google.cloud.firestore.BulkWriter
Attaches a listener that is run every time a BulkWriter operation successfully completes.
addWriteResultListener(Executor, BulkWriter.WriteResultCallback) - Method in class com.google.cloud.firestore.BulkWriter
Attaches a listener that is run every time a BulkWriter operation successfully completes.
addWriteResults(WriteResult) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
addWriteResults(int, WriteResult) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
addWriteResults(WriteResult.Builder) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
addWriteResults(int, WriteResult.Builder) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
addWriteResults(WriteResult) - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
addWriteResults(int, WriteResult) - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
addWriteResults(WriteResult.Builder) - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
addWriteResults(int, WriteResult.Builder) - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
addWriteResults(WriteResult) - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
addWriteResults(int, WriteResult) - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
addWriteResults(WriteResult.Builder) - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
addWriteResults(int, WriteResult.Builder) - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
addWriteResultsBuilder() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
addWriteResultsBuilder(int) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
addWriteResultsBuilder() - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
addWriteResultsBuilder(int) - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
addWriteResultsBuilder() - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
addWriteResultsBuilder(int) - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
addWrites(Write) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
addWrites(int, Write) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
addWrites(Write.Builder) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
addWrites(int, Write.Builder) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
addWrites(Write) - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
addWrites(int, Write) - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
addWrites(Write.Builder) - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
addWrites(int, Write.Builder) - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
addWrites(Write) - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
addWrites(int, Write) - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
addWrites(Write.Builder) - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
addWrites(int, Write.Builder) - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
addWritesBuilder() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
addWritesBuilder(int) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
addWritesBuilder() - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
addWritesBuilder(int) - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
addWritesBuilder() - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
addWritesBuilder(int) - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
AGGREGATE_FIELDS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.AggregationResult
 
AggregateQuery - Class in com.google.cloud.firestore
A query that calculates aggregations over an underlying query.
AggregateQuerySnapshot - Class in com.google.cloud.firestore
The results of executing an AggregateQuery.
AggregationResult - Class in com.google.firestore.v1
The result of a single bucket from a Firestore aggregation query.
AggregationResult.Builder - Class in com.google.firestore.v1
The result of a single bucket from a Firestore aggregation query.
AggregationResultOrBuilder - Interface in com.google.firestore.v1
 
AggregationResultProto - Class in com.google.firestore.v1
 
AGGREGATIONS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredAggregationQuery
 
ALIAS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
ALL_DESCENDANTS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
ANCESTOR_FIELD_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Field.IndexConfig
 
and(Filter...) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter that is a conjunction of the given filters.
AND_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator
Documents are required to satisfy all of the combined filters.
ANY_API_VALUE - Static variable in enum com.google.firestore.admin.v1.Index.ApiScope
The index can only be used by the Firestore Native query API.
AnyPathName - Class in com.google.firestore.v1
AUTO-GENERATED DOCUMENTATION AND CLASS
AnyPathName.Builder - Class in com.google.firestore.v1
Builder for AnyPathName.
API_SCOPE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Index
 
APP_ENGINE_INTEGRATION_MODE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Database
 
APP_ENGINE_INTEGRATION_MODE_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.admin.v1.Database.AppEngineIntegrationMode
Not used.
APPEND_MISSING_ELEMENTS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void>) - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Applies the given settings updater function to all of the unary API methods in this service.
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void>) - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Applies the given settings updater function to all of the unary API methods in this service.
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void>) - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Applies the given settings updater function to all of the unary API methods in this service.
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void>) - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Applies the given settings updater function to all of the unary API methods in this service.
ARRAY_CONFIG_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Index.IndexField
 
ARRAY_CONFIG_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.admin.v1.Index.IndexField.ArrayConfig
The index does not support additional array queries.
ARRAY_CONTAINS_ANY_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
The given `field` is an array that contains any of the values in the given array.
ARRAY_CONTAINS_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
The given `field` is an array that contains the given `value`.
ARRAY_VALUE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Value
 
arrayContains(String, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given array field contains the given value.
arrayContains(FieldPath, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given array field contains the given value.
arrayContainsAny(String, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given array field contains any of the given values.
arrayContainsAny(FieldPath, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given array field contains any of the given values.
arrayRemove(Object...) - Static method in class com.google.cloud.firestore.FieldValue
Returns a special value that can be used with set(), create() or update() that tells the server to remove the given elements from any array value that already exists on the server.
ArraySortedMap<K,V> - Class in com.google.cloud.firestore.collection
This is an array backed implementation of ImmutableSortedMap.
ArraySortedMap(Comparator<K>) - Constructor for class com.google.cloud.firestore.collection.ArraySortedMap
 
arrayUnion(Object...) - Static method in class com.google.cloud.firestore.FieldValue
Returns a special value that can be used with set(), create() or update() that tells the server to union the given elements with any array value that already exists on the server.
ArrayValue - Class in com.google.firestore.v1
An array value.
ArrayValue.Builder - Class in com.google.firestore.v1
An array value.
ArrayValueOrBuilder - Interface in com.google.firestore.v1
 
ASCENDING_VALUE - Static variable in enum com.google.firestore.admin.v1.Index.IndexField.Order
The field is ordered by ascending field value.
ASCENDING_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.Direction
Ascending.
autoBuild() - Method in class com.google.cloud.firestore.BulkWriterOptions.Builder
 
autoId() - Static method in class com.google.cloud.firestore.Internal
 
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
 
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.firestore.v1.FirestoreClient
 
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
awaitTermination(long, TimeUnit) - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 

B

BasePath<B extends BasePath<B>> - Class in com.google.cloud.firestore
BasePath represents a path sequence in the Firestore database.
BasePath() - Constructor for class com.google.cloud.firestore.BasePath
 
batch() - Method in interface com.google.cloud.firestore.Firestore
Gets a Firestore WriteBatch instance that can be used to combine multiple writes.
batchGetDocuments(BatchGetDocumentsRequest, StreamObserver<BatchGetDocumentsResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Gets multiple documents.
batchGetDocuments(BatchGetDocumentsRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
Gets multiple documents.
batchGetDocuments(BatchGetDocumentsRequest, StreamObserver<BatchGetDocumentsResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Gets multiple documents.
batchGetDocumentsCallable() - Method in interface com.google.cloud.firestore.spi.v1.FirestoreRpc
Gets multiple documents.
batchGetDocumentsCallable() - Method in class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
batchGetDocumentsCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Gets multiple documents.
batchGetDocumentsCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
batchGetDocumentsCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
batchGetDocumentsCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
BatchGetDocumentsRequest - Class in com.google.firestore.v1
The request for [Firestore.BatchGetDocuments][google.firestore.v1.Firestore.BatchGetDocuments].
BatchGetDocumentsRequest.Builder - Class in com.google.firestore.v1
The request for [Firestore.BatchGetDocuments][google.firestore.v1.Firestore.BatchGetDocuments].
BatchGetDocumentsRequest.ConsistencySelectorCase - Enum in com.google.firestore.v1
 
BatchGetDocumentsRequestOrBuilder - Interface in com.google.firestore.v1
 
BatchGetDocumentsResponse - Class in com.google.firestore.v1
The streamed response for [Firestore.BatchGetDocuments][google.firestore.v1.Firestore.BatchGetDocuments].
BatchGetDocumentsResponse.Builder - Class in com.google.firestore.v1
The streamed response for [Firestore.BatchGetDocuments][google.firestore.v1.Firestore.BatchGetDocuments].
BatchGetDocumentsResponse.ResultCase - Enum in com.google.firestore.v1
 
BatchGetDocumentsResponseOrBuilder - Interface in com.google.firestore.v1
 
batchGetDocumentsSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to batchGetDocuments.
batchGetDocumentsSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to batchGetDocuments.
batchGetDocumentsSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to batchGetDocuments.
batchGetDocumentsSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to batchGetDocuments.
batchWrite(BatchWriteRequest) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Applies a batch of write operations.
batchWrite(BatchWriteRequest, StreamObserver<BatchWriteResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Applies a batch of write operations.
batchWrite(BatchWriteRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
Applies a batch of write operations.
batchWrite(BatchWriteRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
Applies a batch of write operations.
batchWrite(BatchWriteRequest, StreamObserver<BatchWriteResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Applies a batch of write operations.
batchWriteCallable() - Method in interface com.google.cloud.firestore.spi.v1.FirestoreRpc
 
batchWriteCallable() - Method in class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
batchWriteCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Applies a batch of write operations.
batchWriteCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
batchWriteCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
batchWriteCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
BatchWriteRequest - Class in com.google.firestore.v1
The request for [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
BatchWriteRequest.Builder - Class in com.google.firestore.v1
The request for [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
BatchWriteRequestOrBuilder - Interface in com.google.firestore.v1
 
BatchWriteResponse - Class in com.google.firestore.v1
The response from [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
BatchWriteResponse.Builder - Class in com.google.firestore.v1
The response from [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
BatchWriteResponseOrBuilder - Interface in com.google.firestore.v1
 
batchWriteSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to batchWrite.
batchWriteSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to batchWrite.
batchWriteSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to batchWrite.
batchWriteSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to batchWrite.
BEFORE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Cursor
 
beginTransaction(String) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Starts a new transaction.
beginTransaction(BeginTransactionRequest) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Starts a new transaction.
beginTransaction(BeginTransactionRequest, StreamObserver<BeginTransactionResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Starts a new transaction.
beginTransaction(BeginTransactionRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
Starts a new transaction.
beginTransaction(BeginTransactionRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
Starts a new transaction.
beginTransaction(BeginTransactionRequest, StreamObserver<BeginTransactionResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Starts a new transaction.
beginTransactionCallable() - Method in interface com.google.cloud.firestore.spi.v1.FirestoreRpc
Starts a new transaction.
beginTransactionCallable() - Method in class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
beginTransactionCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Starts a new transaction.
beginTransactionCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
beginTransactionCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
beginTransactionCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
BeginTransactionRequest - Class in com.google.firestore.v1
The request for [Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].
BeginTransactionRequest.Builder - Class in com.google.firestore.v1
The request for [Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].
BeginTransactionRequestOrBuilder - Interface in com.google.firestore.v1
 
BeginTransactionResponse - Class in com.google.firestore.v1
The response for [Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].
BeginTransactionResponse.Builder - Class in com.google.firestore.v1
The response for [Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].
BeginTransactionResponseOrBuilder - Interface in com.google.firestore.v1
 
beginTransactionSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to beginTransaction.
beginTransactionSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to beginTransaction.
beginTransactionSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to beginTransaction.
beginTransactionSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to beginTransaction.
bindService(FirestoreAdminGrpc.AsyncService) - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
 
bindService() - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminImplBase
 
bindService(FirestoreGrpc.AsyncService) - Static method in class com.google.firestore.v1.FirestoreGrpc
 
bindService() - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreImplBase
 
BITMAP_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BitSequence
 
BITS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BloomFilter
 
BitSequence - Class in com.google.firestore.v1
A sequence of bits, encoded in a byte array.
BitSequence.Builder - Class in com.google.firestore.v1
A sequence of bits, encoded in a byte array.
BitSequenceOrBuilder - Interface in com.google.firestore.v1
 
Blob - Class in com.google.cloud.firestore
Immutable class representing an array of bytes in Firestore.
BloomFilter - Class in com.google.firestore.v1
A bloom filter (https://en.wikipedia.org/wiki/Bloom_filter).
BloomFilter.Builder - Class in com.google.firestore.v1
A bloom filter (https://en.wikipedia.org/wiki/Bloom_filter).
BloomFilterOrBuilder - Interface in com.google.firestore.v1
 
BloomFilterProto - Class in com.google.firestore.v1
 
BOOLEAN_VALUE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Value
 
build() - Method in class com.google.cloud.firestore.BulkWriterOptions.Builder
 
build() - Method in class com.google.cloud.firestore.FirestoreBundle.Builder
 
build() - Method in class com.google.cloud.firestore.FirestoreOptions.Builder
 
build() - Method in class com.google.cloud.firestore.TransactionOptions.Builder
 
build() - Method in class com.google.cloud.firestore.TransactionOptions.ReadOnlyOptionsBuilder
 
build() - Method in class com.google.cloud.firestore.TransactionOptions.ReadWriteOptionsBuilder
 
build() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
 
build() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
 
build() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
 
build() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
 
build() - Method in class com.google.firestore.admin.v1.CollectionGroupName.Builder
 
build() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
build() - Method in class com.google.firestore.admin.v1.Database.Builder
 
build() - Method in class com.google.firestore.admin.v1.DatabaseName.Builder
 
build() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
build() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
build() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
build() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
build() - Method in class com.google.firestore.admin.v1.Field.Builder
 
build() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
build() - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
build() - Method in class com.google.firestore.admin.v1.FieldName.Builder
 
build() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
build() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
build() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
build(Channel, CallOptions) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminFutureStub
 
build(Channel, CallOptions) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminStub
 
build() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
build() - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
build() - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
build() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
build() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
build() - Method in class com.google.firestore.admin.v1.Index.Builder
 
build() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
build() - Method in class com.google.firestore.admin.v1.IndexName.Builder
 
build() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
build() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
build() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
build() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
build() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
build() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
build() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
build() - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
build() - Method in class com.google.firestore.admin.v1.ParentName.Builder
 
build() - Method in class com.google.firestore.admin.v1.Progress.Builder
 
build() - Method in class com.google.firestore.admin.v1.ProjectName.Builder
 
build() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
build() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
build() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
build() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
build() - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
build() - Method in class com.google.firestore.bundle.BundleElement.Builder
 
build() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
build() - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
build() - Method in class com.google.firestore.v1.AggregationResult.Builder
 
build() - Method in class com.google.firestore.v1.AnyPathName.Builder
 
build() - Method in class com.google.firestore.v1.ArrayValue.Builder
 
build() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
build() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
build() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
build() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
build() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
build() - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
build() - Method in class com.google.firestore.v1.BitSequence.Builder
 
build() - Method in class com.google.firestore.v1.BloomFilter.Builder
 
build() - Method in class com.google.firestore.v1.CommitRequest.Builder
 
build() - Method in class com.google.firestore.v1.CommitResponse.Builder
 
build() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
build() - Method in class com.google.firestore.v1.Cursor.Builder
 
build() - Method in class com.google.firestore.v1.DatabaseRootName.Builder
 
build() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
build() - Method in class com.google.firestore.v1.Document.Builder
 
build() - Method in class com.google.firestore.v1.DocumentChange.Builder
 
build() - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
build() - Method in class com.google.firestore.v1.DocumentMask.Builder
 
build() - Method in class com.google.firestore.v1.DocumentPathName.Builder
 
build() - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
build() - Method in class com.google.firestore.v1.DocumentRootName.Builder
 
build() - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
build() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
build() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
build(Channel, CallOptions) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
 
build(Channel, CallOptions) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
 
build() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
build() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
build() - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
build() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
build() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
build() - Method in class com.google.firestore.v1.ListenRequest.Builder
 
build() - Method in class com.google.firestore.v1.ListenResponse.Builder
 
build() - Method in class com.google.firestore.v1.MapValue.Builder
 
build() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
build() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
build() - Method in class com.google.firestore.v1.Precondition.Builder
 
build() - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
build() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
build() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
build() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
build() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
build() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
build() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
build() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
build() - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
build() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
build() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
build() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
build() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
build() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
build() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
build() - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
build() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
build() - Method in class com.google.firestore.v1.Target.Builder
 
build() - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
build() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
build() - Method in class com.google.firestore.v1.TargetChange.Builder
 
build() - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
build() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
build() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
build() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
build() - Method in class com.google.firestore.v1.Value.Builder
 
build() - Method in class com.google.firestore.v1.Write.Builder
 
build() - Method in class com.google.firestore.v1.WriteRequest.Builder
 
build() - Method in class com.google.firestore.v1.WriteResponse.Builder
 
build() - Method in class com.google.firestore.v1.WriteResult.Builder
 
builder() - Static method in class com.google.cloud.firestore.BulkWriterOptions
 
Builder() - Constructor for class com.google.cloud.firestore.BulkWriterOptions.Builder
 
Builder() - Constructor for class com.google.cloud.firestore.collection.ImmutableSortedMap.Builder
 
Builder(Executor) - Constructor for class com.google.cloud.firestore.TransactionOptions.Builder
 
Builder() - Constructor for class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
 
Builder(ClientContext) - Constructor for class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
 
Builder(FirestoreAdminSettings) - Constructor for class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
 
Builder(FirestoreAdminStubSettings.Builder) - Constructor for class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
 
Builder() - Constructor for class com.google.cloud.firestore.v1.FirestoreSettings.Builder
 
Builder(ClientContext) - Constructor for class com.google.cloud.firestore.v1.FirestoreSettings.Builder
 
Builder(FirestoreSettings) - Constructor for class com.google.cloud.firestore.v1.FirestoreSettings.Builder
 
Builder(FirestoreStubSettings.Builder) - Constructor for class com.google.cloud.firestore.v1.FirestoreSettings.Builder
 
Builder() - Constructor for class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
 
Builder(ClientContext) - Constructor for class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
 
Builder(FirestoreAdminStubSettings) - Constructor for class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
 
Builder() - Constructor for class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
 
Builder(ClientContext) - Constructor for class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
 
Builder(FirestoreStubSettings) - Constructor for class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
 
Builder() - Constructor for class com.google.firestore.admin.v1.CollectionGroupName.Builder
 
Builder() - Constructor for class com.google.firestore.admin.v1.DatabaseName.Builder
 
Builder() - Constructor for class com.google.firestore.admin.v1.FieldName.Builder
 
Builder() - Constructor for class com.google.firestore.admin.v1.IndexName.Builder
 
Builder() - Constructor for class com.google.firestore.admin.v1.ProjectName.Builder
 
buildFrom(List<A>, Map<B, C>, ImmutableSortedMap.Builder.KeyTranslator<A, B>, Comparator<A>) - Static method in class com.google.cloud.firestore.collection.ArraySortedMap
 
buildFrom(List<A>, Map<B, C>, ImmutableSortedMap.Builder.KeyTranslator<A, B>, Comparator<A>) - Static method in class com.google.cloud.firestore.collection.ImmutableSortedMap.Builder
 
buildFrom(List<A>, Map<B, C>, ImmutableSortedMap.Builder.KeyTranslator<A, B>, Comparator<A>) - Static method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
buildPartial() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.Database.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.Field.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.Index.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.Progress.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
buildPartial() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
buildPartial() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
buildPartial() - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
buildPartial() - Method in class com.google.firestore.bundle.BundleElement.Builder
 
buildPartial() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
buildPartial() - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
buildPartial() - Method in class com.google.firestore.v1.AggregationResult.Builder
 
buildPartial() - Method in class com.google.firestore.v1.ArrayValue.Builder
 
buildPartial() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
buildPartial() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
buildPartial() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
buildPartial() - Method in class com.google.firestore.v1.BitSequence.Builder
 
buildPartial() - Method in class com.google.firestore.v1.BloomFilter.Builder
 
buildPartial() - Method in class com.google.firestore.v1.CommitRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.CommitResponse.Builder
 
buildPartial() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.Cursor.Builder
 
buildPartial() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.Document.Builder
 
buildPartial() - Method in class com.google.firestore.v1.DocumentChange.Builder
 
buildPartial() - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
buildPartial() - Method in class com.google.firestore.v1.DocumentMask.Builder
 
buildPartial() - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
buildPartial() - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
buildPartial() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
buildPartial() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
buildPartial() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
buildPartial() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
buildPartial() - Method in class com.google.firestore.v1.ListenRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.ListenResponse.Builder
 
buildPartial() - Method in class com.google.firestore.v1.MapValue.Builder
 
buildPartial() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
buildPartial() - Method in class com.google.firestore.v1.Precondition.Builder
 
buildPartial() - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
buildPartial() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
buildPartial() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
buildPartial() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
buildPartial() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
buildPartial() - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
buildPartial() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
buildPartial() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
buildPartial() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
buildPartial() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
buildPartial() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
buildPartial() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
buildPartial() - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
buildPartial() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
buildPartial() - Method in class com.google.firestore.v1.Target.Builder
 
buildPartial() - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
buildPartial() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
buildPartial() - Method in class com.google.firestore.v1.TargetChange.Builder
 
buildPartial() - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
buildPartial() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
buildPartial() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
buildPartial() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.Value.Builder
 
buildPartial() - Method in class com.google.firestore.v1.Write.Builder
 
buildPartial() - Method in class com.google.firestore.v1.WriteRequest.Builder
 
buildPartial() - Method in class com.google.firestore.v1.WriteResponse.Builder
 
buildPartial() - Method in class com.google.firestore.v1.WriteResult.Builder
 
BulkWriter - Class in com.google.cloud.firestore
A Firestore BulkWriter that can be used to perform a large number of writes in parallel.
bulkWriter() - Method in interface com.google.cloud.firestore.Firestore
Creates a BulkWriter instance, used for performing multiple writes in parallel.
bulkWriter(BulkWriterOptions) - Method in interface com.google.cloud.firestore.Firestore
Creates a BulkWriter instance, used for performing multiple writes in parallel.
BulkWriter.WriteErrorCallback - Interface in com.google.cloud.firestore
A callback set by `addWriteErrorListener()` to be run every time an operation fails and determines if an operation should be retried.
BulkWriter.WriteResultCallback - Interface in com.google.cloud.firestore
A callback set by `addWriteResultListener()` to be run every time an operation successfully completes.
BulkWriterException - Exception in com.google.cloud.firestore
The error thrown when a BulkWriter operation fails.
BulkWriterException(Status, String, DocumentReference, BulkWriter.OperationType, int) - Constructor for exception com.google.cloud.firestore.BulkWriterException
 
BulkWriterOptions - Class in com.google.cloud.firestore
Options used to configure request throttling in BulkWriter.
BulkWriterOptions() - Constructor for class com.google.cloud.firestore.BulkWriterOptions
 
BulkWriterOptions.Builder - Class in com.google.cloud.firestore
 
bundleBuilder() - Method in interface com.google.cloud.firestore.Firestore
Returns a FirestoreBundle.Builder FirestoreBundle.Builder instance using an automatically generated bundle ID.
bundleBuilder(String) - Method in interface com.google.cloud.firestore.Firestore
Returns a FirestoreBundle.Builder FirestoreBundle.Builder instance for the given bundle ID.
BUNDLED_QUERY_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.NamedQuery
 
BundledDocumentMetadata - Class in com.google.firestore.bundle
Metadata describing a Firestore document saved in the bundle.
BundledDocumentMetadata.Builder - Class in com.google.firestore.bundle
Metadata describing a Firestore document saved in the bundle.
BundledDocumentMetadataOrBuilder - Interface in com.google.firestore.bundle
 
BundledQuery - Class in com.google.firestore.bundle
Encodes a query saved in the bundle.
BundledQuery.Builder - Class in com.google.firestore.bundle
Encodes a query saved in the bundle.
BundledQuery.LimitType - Enum in com.google.firestore.bundle
If the query is a limit query, should the limit be applied to the beginning or the end of results.
BundledQuery.QueryTypeCase - Enum in com.google.firestore.bundle
 
BundledQueryOrBuilder - Interface in com.google.firestore.bundle
 
BundleElement - Class in com.google.firestore.bundle
A Firestore bundle is a length-prefixed stream of JSON representations of `BundleElement`.
BundleElement.Builder - Class in com.google.firestore.bundle
A Firestore bundle is a length-prefixed stream of JSON representations of `BundleElement`.
BundleElement.ElementTypeCase - Enum in com.google.firestore.bundle
 
BundleElementOrBuilder - Interface in com.google.firestore.bundle
 
BundleMetadata - Class in com.google.firestore.bundle
Metadata describing the bundle file/stream.
BundleMetadata.Builder - Class in com.google.firestore.bundle
Metadata describing the bundle file/stream.
BundleMetadataOrBuilder - Interface in com.google.firestore.bundle
 
BundleProto - Class in com.google.firestore.bundle
 
BYTES_VALUE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Value
 

C

CANCELLED_VALUE - Static variable in enum com.google.firestore.admin.v1.OperationState
Request has finished being cancelled after user called google.longrunning.Operations.CancelOperation.
CANCELLING_VALUE - Static variable in enum com.google.firestore.admin.v1.OperationState
Request is in the process of being cancelled after user called google.longrunning.Operations.CancelOperation on the operation.
CAUSE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.TargetChange
 
CHANGE_TYPE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
CHANGE_TYPE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
CHANGE_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType
The type of change is not specified or known.
CHANGE_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType
The type of change is not specified or known.
clear() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
clear() - Method in class com.google.firestore.admin.v1.Database.Builder
 
clear() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
clear() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
clear() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
clear() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
clear() - Method in class com.google.firestore.admin.v1.Field.Builder
 
clear() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
clear() - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
clear() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
clear() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
clear() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
clear() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
clear() - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
clear() - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
clear() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
clear() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
clear() - Method in class com.google.firestore.admin.v1.Index.Builder
 
clear() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
clear() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
clear() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
clear() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
clear() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
clear() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
clear() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
clear() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
clear() - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
clear() - Method in class com.google.firestore.admin.v1.Progress.Builder
 
clear() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
clear() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
clear() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
clear() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
clear() - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
clear() - Method in class com.google.firestore.bundle.BundleElement.Builder
 
clear() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
clear() - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
clear() - Method in class com.google.firestore.v1.AggregationResult.Builder
 
clear() - Method in class com.google.firestore.v1.ArrayValue.Builder
 
clear() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
clear() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
clear() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
clear() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
clear() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
clear() - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
clear() - Method in class com.google.firestore.v1.BitSequence.Builder
 
clear() - Method in class com.google.firestore.v1.BloomFilter.Builder
 
clear() - Method in class com.google.firestore.v1.CommitRequest.Builder
 
clear() - Method in class com.google.firestore.v1.CommitResponse.Builder
 
clear() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
clear() - Method in class com.google.firestore.v1.Cursor.Builder
 
clear() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
clear() - Method in class com.google.firestore.v1.Document.Builder
 
clear() - Method in class com.google.firestore.v1.DocumentChange.Builder
 
clear() - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
clear() - Method in class com.google.firestore.v1.DocumentMask.Builder
 
clear() - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
clear() - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
clear() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
clear() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
clear() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
clear() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
clear() - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
clear() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
clear() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
clear() - Method in class com.google.firestore.v1.ListenRequest.Builder
 
clear() - Method in class com.google.firestore.v1.ListenResponse.Builder
 
clear() - Method in class com.google.firestore.v1.MapValue.Builder
 
clear() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
clear() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
clear() - Method in class com.google.firestore.v1.Precondition.Builder
 
clear() - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
clear() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
clear() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
clear() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
clear() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
clear() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
clear() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
clear() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
clear() - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
clear() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
clear() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
clear() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
clear() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
clear() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
clear() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
clear() - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
clear() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
clear() - Method in class com.google.firestore.v1.Target.Builder
 
clear() - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
clear() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
clear() - Method in class com.google.firestore.v1.TargetChange.Builder
 
clear() - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
clear() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
clear() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
clear() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
clear() - Method in class com.google.firestore.v1.Value.Builder
 
clear() - Method in class com.google.firestore.v1.Write.Builder
 
clear() - Method in class com.google.firestore.v1.WriteRequest.Builder
 
clear() - Method in class com.google.firestore.v1.WriteResponse.Builder
 
clear() - Method in class com.google.firestore.v1.WriteResult.Builder
 
clearAddTarget() - Method in class com.google.firestore.v1.ListenRequest.Builder
A target to add to this stream.
clearAggregateFields() - Method in class com.google.firestore.v1.AggregationResult.Builder
 
clearAggregations() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
clearAlias() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
Optional.
clearAllDescendants() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
When false, selects only collections that are immediate children of the `parent` specified in the containing `RunQueryRequest`.
clearAncestorField() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
Output only.
clearApiScope() - Method in class com.google.firestore.admin.v1.Index.Builder
The API scope supported by this index.
clearAppendMissingElements() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Append the given elements in order if they are not already present in the current field value.
clearAppEngineIntegrationMode() - Method in class com.google.firestore.admin.v1.Database.Builder
The App Engine integration mode to use for this database.
clearArrayConfig() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Indicates that this field supports operations on `array_value`s.
clearArrayValue() - Method in class com.google.firestore.v1.Value.Builder
An array value.
clearBefore() - Method in class com.google.firestore.v1.Cursor.Builder
If the position is just before or just after the given values, relative to the sort order defined by the query.
clearBitmap() - Method in class com.google.firestore.v1.BitSequence.Builder
The bytes that encode the bit sequence.
clearBits() - Method in class com.google.firestore.v1.BloomFilter.Builder
The bloom filter data.
clearBooleanValue() - Method in class com.google.firestore.v1.Value.Builder
A boolean value.
clearBundledQuery() - Method in class com.google.firestore.bundle.NamedQuery.Builder
The query saved in the bundle.
clearBytesValue() - Method in class com.google.firestore.v1.Value.Builder
A bytes value.
clearCause() - Method in class com.google.firestore.v1.TargetChange.Builder
The error that resulted in this change, if applicable.
clearChangeType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
Specifies how the index is changing.
clearChangeType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
Specifies how the TTL configuration is changing.
clearCollectionId() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
clearCollectionId() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
clearCollectionId() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
The collection ID.
clearCollectionIds() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
Which collection ids are being exported.
clearCollectionIds() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
Which collection ids to export.
clearCollectionIds() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
Which collection ids are being imported.
clearCollectionIds() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Which collection ids to import.
clearCollectionIds() - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
The collection ids.
clearCommitTime() - Method in class com.google.firestore.v1.CommitResponse.Builder
The time at which the commit occurred.
clearCommitTime() - Method in class com.google.firestore.v1.WriteResponse.Builder
The time at which the commit occurred.
clearCompletedWork() - Method in class com.google.firestore.admin.v1.Progress.Builder
The amount of work completed.
clearCompositeFilter() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A composite filter.
clearConcurrencyMode() - Method in class com.google.firestore.admin.v1.Database.Builder
The concurrency control mode to use for this database.
clearConditionType() - Method in class com.google.firestore.v1.Precondition.Builder
 
clearConsistencySelector() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
clearConsistencySelector() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
clearConsistencySelector() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
clearConsistencySelector() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
clearConsistencySelector() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
clearConsistencySelector() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
clearConsistencySelector() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
clearConsistencySelector() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
clearContinuationSelector() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
clearCount() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
The total count of documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id].
clearCount() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
Count aggregator.
clearCreateTime() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
Time at which the documents snapshot is taken for this bundle.
clearCreateTime() - Method in class com.google.firestore.v1.Document.Builder
Output only.
clearCurrentDocument() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
An optional precondition on the document.
clearCurrentDocument() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
An optional precondition on the document.
clearCurrentDocument() - Method in class com.google.firestore.v1.Write.Builder
An optional precondition on the document.
clearDatabase() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
Required.
clearDatabase() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Required.
clearDatabase() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
Required.
clearDatabase() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
Required.
clearDatabase() - Method in class com.google.firestore.v1.CommitRequest.Builder
Required.
clearDatabase() - Method in class com.google.firestore.v1.ListenRequest.Builder
Required.
clearDatabase() - Method in class com.google.firestore.v1.RollbackRequest.Builder
Required.
clearDatabase() - Method in class com.google.firestore.v1.WriteRequest.Builder
Required.
clearDatabases() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
clearDelete() - Method in class com.google.firestore.v1.Write.Builder
A document name to delete.
clearDirection() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
The direction to order by.
clearDocument() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.v1.Document document = 4;
clearDocument() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
clearDocument() - Method in class com.google.firestore.v1.DocumentChange.Builder
The new state of the [Document][google.firestore.v1.Document].
clearDocument() - Method in class com.google.firestore.v1.DocumentDelete.Builder
The resource name of the [Document][google.firestore.v1.Document] that was deleted.
clearDocument() - Method in class com.google.firestore.v1.DocumentRemove.Builder
The resource name of the [Document][google.firestore.v1.Document] that has gone out of view.
clearDocument() - Method in class com.google.firestore.v1.DocumentTransform.Builder
The name of the document to transform.
clearDocument() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
A query result, not set when reporting partial progress.
clearDocument() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
Required.
clearDocumentChange() - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has changed.
clearDocumentDelete() - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been deleted.
clearDocumentId() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
The client-assigned document ID to use for this document.
clearDocumentMetadata() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
clearDocumentRemove() - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
clearDocuments() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The names of the documents to retrieve.
clearDocuments() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
clearDocuments() - Method in class com.google.firestore.v1.Target.Builder
A target specified by a set of document names.
clearDocuments() - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
The names of the documents to retrieve.
clearDone() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
If present, Firestore has completely finished the request and no more documents will be returned.
clearDoubleValue() - Method in class com.google.firestore.v1.Value.Builder
A double value.
clearElementType() - Method in class com.google.firestore.bundle.BundleElement.Builder
 
clearEndAt() - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to end the query at.
clearEndTime() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation completed.
clearEndTime() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation completed.
clearEndTime() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation completed.
clearEndTime() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation completed.
clearEstimatedWork() - Method in class com.google.firestore.admin.v1.Progress.Builder
The amount of work estimated.
clearEtag() - Method in class com.google.firestore.admin.v1.Database.Builder
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
clearExists() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
Whether the document exists.
clearExists() - Method in class com.google.firestore.v1.Precondition.Builder
When set to `true`, the target document must exist.
clearExpectedCount() - Method in class com.google.firestore.v1.Target.Builder
The number of documents that last matched the query at the resume token or read time.
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.Database.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.Field.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
clearField() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The field resource that this operation is acting on.
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.Index.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.Progress.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
clearField() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
Required.
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.bundle.BundleElement.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.AggregationResult.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.ArrayValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.BitSequence.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.BloomFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.CommitRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.CommitResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.Cursor.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.Document.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.DocumentChange.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.DocumentMask.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.ListenRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.ListenResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.MapValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.Precondition.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
clearField() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The field to filter by.
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
clearField() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
The field to order by.
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
clearField() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
The field to which to apply the operator.
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.Target.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.TargetChange.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.Value.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.Write.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.WriteRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.WriteResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.firestore.v1.WriteResult.Builder
 
clearFieldFilter() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter on a document field.
clearFieldPath() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Can be __name__.
clearFieldPath() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
The path of the field.
clearFieldPath() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
The relative path of the document being referenced.
clearFieldPaths() - Method in class com.google.firestore.v1.DocumentMask.Builder
The list of field paths in the mask.
clearFields() - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
clearFields() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
clearFields() - Method in class com.google.firestore.v1.Document.Builder
 
clearFields() - Method in class com.google.firestore.v1.MapValue.Builder
 
clearFields() - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
clearFieldTransforms() - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
clearFilter() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
The filter to apply to list results.
clearFilter() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
The filter to apply to list results.
clearFilter() - Method in class com.google.firestore.v1.ListenResponse.Builder
A filter to apply to the set of documents previously returned for the given target.
clearFilters() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
clearFilterType() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
clearFound() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
A document that was requested.
clearFrom() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
clearGeoPointValue() - Method in class com.google.firestore.v1.Value.Builder
A geo point value representing a point on the surface of Earth.
clearHashCount() - Method in class com.google.firestore.v1.BloomFilter.Builder
The number of hashes used by the algorithm.
clearId() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
The ID of the bundle.
clearIncrement() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Adds the given value to the field's current value.
clearIndex() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
Required.
clearIndex() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
The index being changed.
clearIndex() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The index resource that this operation is acting on.
clearIndexConfig() - Method in class com.google.firestore.admin.v1.Field.Builder
The index configuration for this field.
clearIndexConfigDeltas() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
clearIndexes() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
clearIndexes() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
clearInputUriPrefix() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The location of the documents being imported.
clearInputUriPrefix() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Location of the exported files.
clearIntegerValue() - Method in class com.google.firestore.v1.Value.Builder
An integer value.
clearKeyPrefix() - Method in class com.google.firestore.admin.v1.Database.Builder
Output only.
clearLabels() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
clearLabels() - Method in class com.google.firestore.v1.ListenRequest.Builder
 
clearLabels() - Method in class com.google.firestore.v1.WriteRequest.Builder
 
clearLimit() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The maximum number of results to return.
clearLimitType() - Method in class com.google.firestore.bundle.BundledQuery.Builder
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3;
clearLocationId() - Method in class com.google.firestore.admin.v1.Database.Builder
The location of the database.
clearMapValue() - Method in class com.google.firestore.v1.Value.Builder
A map value.
clearMask() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The fields to return.
clearMask() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
The fields to return.
clearMask() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
The fields to return.
clearMask() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
clearMask() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to return.
clearMaximum() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the maximum of its current value and the given value.
clearMetadata() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundleMetadata metadata = 1;
clearMinimum() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the minimum of its current value and the given value.
clearMissing() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
A document name that was requested but does not exist.
clearMode() - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
clearName() - Method in class com.google.firestore.admin.v1.Database.Builder
The resource name of the Database.
clearName() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
Required.
clearName() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
Required.
clearName() - Method in class com.google.firestore.admin.v1.Field.Builder
Required.
clearName() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
Required.
clearName() - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
Required.
clearName() - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
Required.
clearName() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Required.
clearName() - Method in class com.google.firestore.admin.v1.Index.Builder
Output only.
clearName() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The document key of a bundled document.
clearName() - Method in class com.google.firestore.bundle.NamedQuery.Builder
Name of the query, such that client can use the name to load this query from bundle, and resume from when the query results are materialized into this bundle.
clearName() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
Required.
clearName() - Method in class com.google.firestore.v1.Document.Builder
The resource name of the document, for example `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
clearName() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Required.
clearNamedQuery() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.NamedQuery named_query = 2;
clearNewTransaction() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Starts a new transaction and reads the documents.
clearNewTransaction() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Starts a new transaction as part of the query, defaulting to read-only.
clearNewTransaction() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Starts a new transaction and reads the documents.
clearNextPageToken() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
A page token that may be used to request another page of results.
clearNextPageToken() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
A page token that may be used to request another page of results.
clearNextPageToken() - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
A page token that may be used to continue the list.
clearNextPageToken() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
A token to retrieve the next page of documents.
clearNextPageToken() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
A page token that may be used to request an additional set of results, up to the number specified by `partition_count` in the PartitionQuery request.
clearNullValue() - Method in class com.google.firestore.v1.Value.Builder
A null value.
clearOffset() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The number of documents to skip before returning the first result.
clearOnce() - Method in class com.google.firestore.v1.Target.Builder
If the target should be removed once it is current and consistent.
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.Database.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.Field.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.Index.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.Progress.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.bundle.BundleElement.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.AggregationResult.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.ArrayValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.BitSequence.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.BloomFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.CommitRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.CommitResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.Cursor.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.Document.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.DocumentChange.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.DocumentMask.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.ListenRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.ListenResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.MapValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.Precondition.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.Target.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.TargetChange.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.Value.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.Write.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.WriteRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.WriteResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.firestore.v1.WriteResult.Builder
 
clearOp() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The operator for combining multiple filters.
clearOp() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The operator to filter by.
clearOp() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
The unary operator to apply.
clearOperandType() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
clearOperation() - Method in class com.google.firestore.v1.Write.Builder
 
clearOperationState() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The state of the export operation.
clearOperationState() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The state of the import operation.
clearOperator() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
clearOptions() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
The options for the transaction.
clearOrder() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=.
clearOrderBy() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
clearOrderBy() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
clearOutputUriPrefix() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
Where the entities are being exported to.
clearOutputUriPrefix() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
The output URI.
clearOutputUriPrefix() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
Location of the output files.
clearPadding() - Method in class com.google.firestore.v1.BitSequence.Builder
The number of bits of the last byte in `bitmap` to ignore as "padding".
clearPageSize() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
The number of results to return.
clearPageSize() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
The number of results to return.
clearPageSize() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
The maximum number of results to return.
clearPageSize() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
clearPageSize() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
The maximum number of partitions to return in this call, subject to `partition_count`.
clearPageToken() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
A page token, returned from a previous call to [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields], that may be used to get the next page of results.
clearPageToken() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
A page token, returned from a previous call to [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes], that may be used to get the next page of results.
clearPageToken() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
A page token.
clearPageToken() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
clearPageToken() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
The `next_page_token` value returned from a previous call to PartitionQuery that may be used to get an additional set of results.
clearParent() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
Required.
clearParent() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
Required.
clearParent() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
Required.
clearParent() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
Required.
clearParent() - Method in class com.google.firestore.bundle.BundledQuery.Builder
The parent resource name.
clearParent() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
clearParent() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
Required.
clearParent() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Required.
clearParent() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
Required.
clearParent() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Required.
clearParent() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Required.
clearParent() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
The parent resource name.
clearPartitionCount() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
The desired maximum number of partition points.
clearPartitions() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
clearProgressBytes() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
clearProgressBytes() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in bytes, of this operation.
clearProgressBytes() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
clearProgressBytes() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in bytes, of this operation.
clearProgressDocuments() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in documents, of this operation.
clearProgressDocuments() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in documents, of this operation.
clearProgressDocuments() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in documents, of this operation.
clearProgressDocuments() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in documents, of this operation.
clearQueries() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The names of the queries in this bundle that this document matches to.
clearQuery() - Method in class com.google.firestore.v1.Target.Builder
A target specified by a query.
clearQueryScope() - Method in class com.google.firestore.admin.v1.Index.Builder
Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection id.
clearQueryType() - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
clearQueryType() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
clearQueryType() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
clearQueryType() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
clearQueryType() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
clearQueryType() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
clearReadOnly() - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can only be used for read operations.
clearReadTime() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The snapshot version of the document data bundled.
clearReadTime() - Method in class com.google.firestore.bundle.NamedQuery.Builder
The read time of the query, when it is used to build the bundle.
clearReadTime() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Reads documents as they were at the given time.
clearReadTime() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
The time at which the document was read.
clearReadTime() - Method in class com.google.firestore.v1.DocumentDelete.Builder
The read timestamp at which the delete was observed.
clearReadTime() - Method in class com.google.firestore.v1.DocumentRemove.Builder
The read timestamp at which the remove was observed.
clearReadTime() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Reads the version of the document at the given time.
clearReadTime() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
Reads documents as they were at the given time.
clearReadTime() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Perform the read at the provided time.
clearReadTime() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
Reads documents as they were at the given time.
clearReadTime() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Executes the query at the given timestamp.
clearReadTime() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
The time at which the aggregate result was computed.
clearReadTime() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Reads documents as they were at the given time.
clearReadTime() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
The time at which the document was read.
clearReadTime() - Method in class com.google.firestore.v1.Target.Builder
Start listening after a specific `read_time`.
clearReadTime() - Method in class com.google.firestore.v1.TargetChange.Builder
The consistent `read_time` for the given `target_ids` (omitted when the target_ids are not at a consistent snapshot).
clearReadTime() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
Reads documents at the given time.
clearReadWrite() - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can be used for both read and write operations.
clearReferenceValue() - Method in class com.google.firestore.v1.Value.Builder
A reference to a document.
clearRemoveAllFromArray() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Remove all of the given elements from the array in the field.
clearRemovedTargetIds() - Method in class com.google.firestore.v1.DocumentChange.Builder
A set of target IDs for targets that no longer match this document.
clearRemovedTargetIds() - Method in class com.google.firestore.v1.DocumentDelete.Builder
A set of target IDs for targets that previously matched this entity.
clearRemovedTargetIds() - Method in class com.google.firestore.v1.DocumentRemove.Builder
A set of target IDs for targets that previously matched this document.
clearRemoveTarget() - Method in class com.google.firestore.v1.ListenRequest.Builder
The ID of a target to remove from this stream.
clearResponseType() - Method in class com.google.firestore.v1.ListenResponse.Builder
 
clearResult() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
clearResult() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
A single aggregation result.
clearResumeToken() - Method in class com.google.firestore.v1.Target.Builder
A resume token from a prior [TargetChange][google.firestore.v1.TargetChange] for an identical target.
clearResumeToken() - Method in class com.google.firestore.v1.TargetChange.Builder
A token that can be used to resume the stream for the given `target_ids`, or all targets if `target_ids` is empty.
clearResumeType() - Method in class com.google.firestore.v1.Target.Builder
 
clearRetryTransaction() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
An optional transaction to retry.
clearReverting() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
Output only When true, the `Field`'s index configuration is in the process of being reverted.
clearSelect() - Method in class com.google.firestore.v1.StructuredQuery.Builder
Optional sub-set of the fields to return.
clearSetToServerValue() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the given server value.
clearShowMissing() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
If the list should show missing documents.
clearSkippedResults() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
The number of results that have been skipped due to an offset between the last response and the current response.
clearStartAt() - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to start the query at.
clearStartTime() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation started.
clearStartTime() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation started.
clearStartTime() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation started.
clearStartTime() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation started.
clearState() - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
Output only.
clearState() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The state of the operation.
clearState() - Method in class com.google.firestore.admin.v1.Index.Builder
Output only.
clearState() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The state of the operation.
clearStatus() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
clearStreamId() - Method in class com.google.firestore.v1.WriteRequest.Builder
The ID of the write stream to resume.
clearStreamId() - Method in class com.google.firestore.v1.WriteResponse.Builder
The ID of the stream.
clearStreamToken() - Method in class com.google.firestore.v1.WriteRequest.Builder
A stream token that was previously sent by the server.
clearStreamToken() - Method in class com.google.firestore.v1.WriteResponse.Builder
A token that represents the position of this response in the stream.
clearStringValue() - Method in class com.google.firestore.v1.Value.Builder
A string value.
clearStructuredAggregationQuery() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
An aggregation query.
clearStructuredQuery() - Method in class com.google.firestore.bundle.BundledQuery.Builder
A structured query.
clearStructuredQuery() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
A structured query.
clearStructuredQuery() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
A structured query.
clearStructuredQuery() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Nested structured query.
clearStructuredQuery() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
A structured query.
clearTargetChange() - Method in class com.google.firestore.v1.ListenRequest.Builder
 
clearTargetChange() - Method in class com.google.firestore.v1.ListenResponse.Builder
Targets have changed.
clearTargetChangeType() - Method in class com.google.firestore.v1.TargetChange.Builder
The type of change that occurred.
clearTargetId() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
The target ID to which this filter applies.
clearTargetId() - Method in class com.google.firestore.v1.Target.Builder
The target ID that identifies the target on the stream.
clearTargetIds() - Method in class com.google.firestore.v1.DocumentChange.Builder
A set of target IDs of targets that match this document.
clearTargetIds() - Method in class com.google.firestore.v1.TargetChange.Builder
The target IDs of targets that have changed.
clearTargetType() - Method in class com.google.firestore.v1.Target.Builder
 
clearTimestampValue() - Method in class com.google.firestore.v1.Value.Builder
A timestamp value.
clearTotalBytes() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
The size of the bundle in bytes, excluding this `BundleMetadata`.
clearTotalDocuments() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
The number of documents in the bundle.
clearTransaction() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Reads documents in a transaction.
clearTransaction() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
The transaction that was started as part of this request.
clearTransaction() - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
The transaction that was started.
clearTransaction() - Method in class com.google.firestore.v1.CommitRequest.Builder
If set, applies all writes in this transaction, and commits it.
clearTransaction() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Reads the document in a transaction.
clearTransaction() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Perform the read as part of an already active transaction.
clearTransaction() - Method in class com.google.firestore.v1.RollbackRequest.Builder
Required.
clearTransaction() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Run the aggregation within an already active transaction.
clearTransaction() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
The transaction that was started as part of this request.
clearTransaction() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Run the query within an already active transaction.
clearTransaction() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
The transaction that was started as part of this request.
clearTransform() - Method in class com.google.firestore.v1.Write.Builder
Applies a transformation to a document.
clearTransformResults() - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
clearTransformType() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
clearTtlConfig() - Method in class com.google.firestore.admin.v1.Field.Builder
The TTL configuration for this `Field`.
clearTtlConfigDelta() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
Describes the deltas of TTL configuration.
clearType() - Method in class com.google.firestore.admin.v1.Database.Builder
The type of the database.
clearUnaryFilter() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter that takes exactly one argument.
clearUnchangedNames() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
A bloom filter that contains the UTF-8 byte encodings of the resource names of the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}` that have NOT changed since the query results indicated by the resume token or timestamp given in `Target.resume_type`.
clearUpdate() - Method in class com.google.firestore.v1.Write.Builder
A document to write.
clearUpdateMask() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
The list of fields to be updated.
clearUpdateMask() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
A mask, relative to the field.
clearUpdateMask() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to update.
clearUpdateMask() - Method in class com.google.firestore.v1.Write.Builder
The fields to update in this write.
clearUpdateTime() - Method in class com.google.firestore.v1.Document.Builder
Output only.
clearUpdateTime() - Method in class com.google.firestore.v1.Precondition.Builder
When set, the target document must exist and have been last updated at that time.
clearUpdateTime() - Method in class com.google.firestore.v1.WriteResult.Builder
The last update time of the document after applying the write.
clearUpdateTransforms() - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
clearUpTo() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
Optional.
clearUsesAncestorConfig() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
Output only.
clearValue() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The value to compare to.
clearValueMode() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
clearValues() - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
clearValues() - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
clearValueType() - Method in class com.google.firestore.v1.Value.Builder
 
clearVersion() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
The schema version of the bundle.
clearWhere() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The filter to apply.
clearWriteResults() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
clearWriteResults() - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
clearWriteResults() - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
clearWrites() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
clearWrites() - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
clearWrites() - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
clone() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
clone() - Method in class com.google.firestore.admin.v1.Database.Builder
 
clone() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
clone() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
clone() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
clone() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
clone() - Method in class com.google.firestore.admin.v1.Field.Builder
 
clone() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
clone() - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
clone() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
clone() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
clone() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
clone() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
clone() - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
clone() - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
clone() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
clone() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
clone() - Method in class com.google.firestore.admin.v1.Index.Builder
 
clone() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
clone() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
clone() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
clone() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
clone() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
clone() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
clone() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
clone() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
clone() - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
clone() - Method in class com.google.firestore.admin.v1.Progress.Builder
 
clone() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
clone() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
clone() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
clone() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
clone() - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
clone() - Method in class com.google.firestore.bundle.BundleElement.Builder
 
clone() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
clone() - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
clone() - Method in class com.google.firestore.v1.AggregationResult.Builder
 
clone() - Method in class com.google.firestore.v1.ArrayValue.Builder
 
clone() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
clone() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
clone() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
clone() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
clone() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
clone() - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
clone() - Method in class com.google.firestore.v1.BitSequence.Builder
 
clone() - Method in class com.google.firestore.v1.BloomFilter.Builder
 
clone() - Method in class com.google.firestore.v1.CommitRequest.Builder
 
clone() - Method in class com.google.firestore.v1.CommitResponse.Builder
 
clone() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
clone() - Method in class com.google.firestore.v1.Cursor.Builder
 
clone() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
clone() - Method in class com.google.firestore.v1.Document.Builder
 
clone() - Method in class com.google.firestore.v1.DocumentChange.Builder
 
clone() - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
clone() - Method in class com.google.firestore.v1.DocumentMask.Builder
 
clone() - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
clone() - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
clone() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
clone() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
clone() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
clone() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
clone() - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
clone() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
clone() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
clone() - Method in class com.google.firestore.v1.ListenRequest.Builder
 
clone() - Method in class com.google.firestore.v1.ListenResponse.Builder
 
clone() - Method in class com.google.firestore.v1.MapValue.Builder
 
clone() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
clone() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
clone() - Method in class com.google.firestore.v1.Precondition.Builder
 
clone() - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
clone() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
clone() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
clone() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
clone() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
clone() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
clone() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
clone() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
clone() - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
clone() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
clone() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
clone() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
clone() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
clone() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
clone() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
clone() - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
clone() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
clone() - Method in class com.google.firestore.v1.Target.Builder
 
clone() - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
clone() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
clone() - Method in class com.google.firestore.v1.TargetChange.Builder
 
clone() - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
clone() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
clone() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
clone() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
clone() - Method in class com.google.firestore.v1.Value.Builder
 
clone() - Method in class com.google.firestore.v1.Write.Builder
 
clone() - Method in class com.google.firestore.v1.WriteRequest.Builder
 
clone() - Method in class com.google.firestore.v1.WriteResponse.Builder
 
clone() - Method in class com.google.firestore.v1.WriteResult.Builder
 
close() - Method in class com.google.cloud.firestore.BulkWriter
Commits all enqueued writes and marks the BulkWriter instance as closed.
close() - Method in interface com.google.cloud.firestore.Firestore
Closes the gRPC channels associated with this instance and frees up their resources.
close() - Method in class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
close() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
 
close() - Method in class com.google.cloud.firestore.v1.FirestoreClient
 
close() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
close() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
close() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
close() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
close() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
close() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
collection(String) - Method in class com.google.cloud.firestore.DocumentReference
Gets a CollectionReference instance that refers to the collection that is a child of this document.
collection(String) - Method in interface com.google.cloud.firestore.Firestore
Gets a CollectionReference that refers to the collection at the specified path.
COLLECTION_GROUP_VALUE - Static variable in enum com.google.firestore.admin.v1.Index.QueryScope
Indexes with a collection group query scope specified allow queries against all collections that has the collection id specified by the index.
COLLECTION_ID_FIELD_NUMBER - Static variable in class com.google.firestore.v1.CreateDocumentRequest
 
COLLECTION_ID_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListDocumentsRequest
 
COLLECTION_ID_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
COLLECTION_IDS_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
COLLECTION_IDS_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
COLLECTION_IDS_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
COLLECTION_IDS_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
COLLECTION_IDS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListCollectionIdsResponse
 
COLLECTION_RECURSIVE_VALUE - Static variable in enum com.google.firestore.admin.v1.Index.QueryScope
Include all the collections's ancestor in the index.
COLLECTION_VALUE - Static variable in enum com.google.firestore.admin.v1.Index.QueryScope
Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the collection id specified by the index.
CollectionGroup - Class in com.google.cloud.firestore
A Collection Group query matches all documents that are contained in a collection or subcollection with a specific collection ID.
collectionGroup(String) - Method in interface com.google.cloud.firestore.Firestore
Creates and returns a new CollectionGroup that includes all documents in the database that are contained in a collection or subcollection with the given @code{collectionId}.
CollectionGroupName - Class in com.google.firestore.admin.v1
 
CollectionGroupName() - Constructor for class com.google.firestore.admin.v1.CollectionGroupName
Deprecated.
CollectionGroupName.Builder - Class in com.google.firestore.admin.v1
Builder for projects/{project}/databases/{database}/collectionGroups/{collection}.
CollectionReference - Class in com.google.cloud.firestore
A CollectionReference can be used for adding documents, getting document references, and querying for documents (using the methods inherited from Query).
com.google.cloud.firestore - package com.google.cloud.firestore
 
com.google.cloud.firestore.annotation - package com.google.cloud.firestore.annotation
 
com.google.cloud.firestore.collection - package com.google.cloud.firestore.collection
 
com.google.cloud.firestore.spi.v1 - package com.google.cloud.firestore.spi.v1
 
com.google.cloud.firestore.v1 - package com.google.cloud.firestore.v1
A client to Cloud Firestore API
com.google.cloud.firestore.v1.stub - package com.google.cloud.firestore.v1.stub
 
com.google.firestore.admin.v1 - package com.google.firestore.admin.v1
 
com.google.firestore.bundle - package com.google.firestore.bundle
 
com.google.firestore.v1 - package com.google.firestore.v1
 
commit(String, List<Write>) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Commits a transaction, while optionally updating documents.
commit(CommitRequest) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Commits a transaction, while optionally updating documents.
commit() - Method in class com.google.cloud.firestore.WriteBatch
Applies the current WriteBatch and returns an array with WriteResults.
commit(CommitRequest, StreamObserver<CommitResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Commits a transaction, while optionally updating documents.
commit(CommitRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
Commits a transaction, while optionally updating documents.
commit(CommitRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
Commits a transaction, while optionally updating documents.
commit(CommitRequest, StreamObserver<CommitResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Commits a transaction, while optionally updating documents.
COMMIT_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.CommitResponse
 
COMMIT_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.WriteResponse
 
commitCallable() - Method in interface com.google.cloud.firestore.spi.v1.FirestoreRpc
Commits a transaction, while optionally updating documents.
commitCallable() - Method in class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
commitCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Commits a transaction, while optionally updating documents.
commitCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
commitCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
commitCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
CommitRequest - Class in com.google.firestore.v1
The request for [Firestore.Commit][google.firestore.v1.Firestore.Commit].
CommitRequest.Builder - Class in com.google.firestore.v1
The request for [Firestore.Commit][google.firestore.v1.Firestore.Commit].
CommitRequestOrBuilder - Interface in com.google.firestore.v1
 
CommitResponse - Class in com.google.firestore.v1
The response for [Firestore.Commit][google.firestore.v1.Firestore.Commit].
CommitResponse.Builder - Class in com.google.firestore.v1
The response for [Firestore.Commit][google.firestore.v1.Firestore.Commit].
CommitResponseOrBuilder - Interface in com.google.firestore.v1
 
commitSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to commit.
commitSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to commit.
commitSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to commit.
commitSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to commit.
committed - Variable in class com.google.cloud.firestore.UpdateBuilder
 
CommonProto - Class in com.google.firestore.v1
 
compare(A, A) - Method in class com.google.cloud.firestore.collection.StandardComparator
 
compareTo(B) - Method in class com.google.cloud.firestore.BasePath
Compare the current path lexicographically against another Path object.
COMPLETED_WORK_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Progress
 
COMPOSITE_FILTER_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.Filter
 
CONCURRENCY_MODE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Database
 
CONCURRENCY_MODE_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.admin.v1.Database.ConcurrencyMode
Not used.
contains(T) - Method in class com.google.cloud.firestore.collection.ImmutableSortedSet
 
contains(String) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns whether or not the field exists in the document.
contains(FieldPath) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns whether or not the field exists in the document.
CONTAINS_VALUE - Static variable in enum com.google.firestore.admin.v1.Index.IndexField.ArrayConfig
The index supports array containment queries.
containsAggregateFields(String) - Method in class com.google.firestore.v1.AggregationResult.Builder
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
containsAggregateFields(String) - Method in class com.google.firestore.v1.AggregationResult
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
containsAggregateFields(String) - Method in interface com.google.firestore.v1.AggregationResultOrBuilder
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
containsFields(String) - Method in class com.google.firestore.v1.Document.Builder
The document's fields.
containsFields(String) - Method in class com.google.firestore.v1.Document
The document's fields.
containsFields(String) - Method in interface com.google.firestore.v1.DocumentOrBuilder
The document's fields.
containsFields(String) - Method in class com.google.firestore.v1.MapValue.Builder
The map's fields.
containsFields(String) - Method in class com.google.firestore.v1.MapValue
The map's fields.
containsFields(String) - Method in interface com.google.firestore.v1.MapValueOrBuilder
The map's fields.
containsKey(K) - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
containsKey(K) - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
containsKey(K) - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
containsLabels(String) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
Labels associated with this batch write.
containsLabels(String) - Method in class com.google.firestore.v1.BatchWriteRequest
Labels associated with this batch write.
containsLabels(String) - Method in interface com.google.firestore.v1.BatchWriteRequestOrBuilder
Labels associated with this batch write.
containsLabels(String) - Method in class com.google.firestore.v1.ListenRequest.Builder
Labels associated with this target change.
containsLabels(String) - Method in class com.google.firestore.v1.ListenRequest
Labels associated with this target change.
containsLabels(String) - Method in interface com.google.firestore.v1.ListenRequestOrBuilder
Labels associated with this target change.
containsLabels(String) - Method in class com.google.firestore.v1.WriteRequest.Builder
Labels associated with this write request.
containsLabels(String) - Method in class com.google.firestore.v1.WriteRequest
Labels associated with this write request.
containsLabels(String) - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
Labels associated with this write request.
copy(K, V, LLRBNode<K, V>, LLRBNode<K, V>) - Method in class com.google.cloud.firestore.collection.LLRBBlackValueNode
 
copy(K, V, LLRBNode.Color, LLRBNode<K, V>, LLRBNode<K, V>) - Method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
copy(K, V, LLRBNode.Color, LLRBNode<K, V>, LLRBNode<K, V>) - Method in interface com.google.cloud.firestore.collection.LLRBNode
 
copy(K, V, LLRBNode<K, V>, LLRBNode<K, V>) - Method in class com.google.cloud.firestore.collection.LLRBRedValueNode
 
copy(K, V, LLRBNode<K, V>, LLRBNode<K, V>) - Method in class com.google.cloud.firestore.collection.LLRBValueNode
 
copy(K, V, LLRBNode.Color, LLRBNode<K, V>, LLRBNode<K, V>) - Method in class com.google.cloud.firestore.collection.LLRBValueNode
 
count() - Method in class com.google.cloud.firestore.Query
Returns a query that counts the documents in the result set of this query.
COUNT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ExistenceFilter
 
COUNT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
create(DocumentReference, Map<String, Object>) - Method in class com.google.cloud.firestore.BulkWriter
Create a document with the provided data.
create(DocumentReference, Object) - Method in class com.google.cloud.firestore.BulkWriter
Create a document with the provided data.
create(Map<String, Object>) - Method in class com.google.cloud.firestore.DocumentReference
Creates a new Document at the DocumentReference's Location.
create(Object) - Method in class com.google.cloud.firestore.DocumentReference
Creates a new Document at the DocumentReference location.
create(FirestoreOptions) - Method in class com.google.cloud.firestore.FirestoreOptions.DefaultFirestoreFactory
 
create(FirestoreOptions) - Method in class com.google.cloud.firestore.FirestoreOptions.DefaultFirestoreRpcFactory
 
create() - Static method in class com.google.cloud.firestore.TransactionOptions
Create a default set of options suitable for most use cases.
create(int) - Static method in class com.google.cloud.firestore.TransactionOptions
create(Executor) - Static method in class com.google.cloud.firestore.TransactionOptions
Deprecated.
create(Executor, int) - Static method in class com.google.cloud.firestore.TransactionOptions
create(DocumentReference, Map<String, Object>) - Method in class com.google.cloud.firestore.UpdateBuilder
Creates a new Document at the DocumentReference's location.
create(DocumentReference, Object) - Method in class com.google.cloud.firestore.UpdateBuilder
Creates a new Document at the DocumentReference location.
create() - Static method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Constructs an instance of FirestoreAdminClient with default settings.
create(FirestoreAdminSettings) - Static method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Constructs an instance of FirestoreAdminClient, using the given settings.
create(FirestoreAdminStub) - Static method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Constructs an instance of FirestoreAdminClient, using the given stub for making calls.
create(FirestoreAdminStubSettings) - Static method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
 
create() - Static method in class com.google.cloud.firestore.v1.FirestoreClient
Constructs an instance of FirestoreClient with default settings.
create(FirestoreSettings) - Static method in class com.google.cloud.firestore.v1.FirestoreClient
Constructs an instance of FirestoreClient, using the given settings.
create(FirestoreStub) - Static method in class com.google.cloud.firestore.v1.FirestoreClient
Constructs an instance of FirestoreClient, using the given stub for making calls.
create(FirestoreStubSettings) - Static method in class com.google.cloud.firestore.v1.FirestoreSettings
 
create(FirestoreAdminStubSettings) - Static method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
create(ClientContext) - Static method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
create(ClientContext, GrpcStubCallableFactory) - Static method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
create(FirestoreStubSettings) - Static method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
create(ClientContext) - Static method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
create(ClientContext, GrpcStubCallableFactory) - Static method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
create(FirestoreAdminStubSettings) - Static method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
create(ClientContext) - Static method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
create(ClientContext, HttpJsonStubCallableFactory) - Static method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
create(FirestoreStubSettings) - Static method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
create(ClientContext) - Static method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
create(ClientContext, HttpJsonStubCallableFactory) - Static method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
CREATE_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundleMetadata
 
CREATE_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Document
 
createAsync(PageContext<ListFieldsRequest, ListFieldsResponse, Field>, ApiFuture<ListFieldsResponse>) - Static method in class com.google.cloud.firestore.v1.FirestoreAdminClient.ListFieldsPagedResponse
 
createAsync(PageContext<ListIndexesRequest, ListIndexesResponse, Index>, ApiFuture<ListIndexesResponse>) - Static method in class com.google.cloud.firestore.v1.FirestoreAdminClient.ListIndexesPagedResponse
 
createAsync(PageContext<ListCollectionIdsRequest, ListCollectionIdsResponse, String>, ApiFuture<ListCollectionIdsResponse>) - Static method in class com.google.cloud.firestore.v1.FirestoreClient.ListCollectionIdsPagedResponse
 
createAsync(PageContext<ListDocumentsRequest, ListDocumentsResponse, Document>, ApiFuture<ListDocumentsResponse>) - Static method in class com.google.cloud.firestore.v1.FirestoreClient.ListDocumentsPagedResponse
 
createAsync(PageContext<PartitionQueryRequest, PartitionQueryResponse, Cursor>, ApiFuture<PartitionQueryResponse>) - Static method in class com.google.cloud.firestore.v1.FirestoreClient.PartitionQueryPagedResponse
 
createBatchingCallable(GrpcCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminCallableFactory
 
createBatchingCallable(GrpcCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreCallableFactory
 
createBatchingCallable(HttpJsonCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminCallableFactory
 
createBatchingCallable(HttpJsonCallSettings<RequestT, ResponseT>, BatchingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreCallableFactory
 
createBidiStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminCallableFactory
 
createBidiStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreCallableFactory
 
createClientStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminCallableFactory
 
createClientStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, StreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreCallableFactory
 
createCollection(List<FirestoreAdminClient.ListFieldsPage>, int) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient.ListFieldsFixedSizeCollection
 
createCollection(List<FirestoreAdminClient.ListIndexesPage>, int) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient.ListIndexesFixedSizeCollection
 
createCollection(List<FirestoreClient.ListCollectionIdsPage>, int) - Method in class com.google.cloud.firestore.v1.FirestoreClient.ListCollectionIdsFixedSizeCollection
 
createCollection(List<FirestoreClient.ListDocumentsPage>, int) - Method in class com.google.cloud.firestore.v1.FirestoreClient.ListDocumentsFixedSizeCollection
 
createCollection(List<FirestoreClient.PartitionQueryPage>, int) - Method in class com.google.cloud.firestore.v1.FirestoreClient.PartitionQueryFixedSizeCollection
 
createDocument(CreateDocumentRequest) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Creates a new document.
createDocument(CreateDocumentRequest, StreamObserver<Document>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Creates a new document.
createDocument(CreateDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
Creates a new document.
createDocument(CreateDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
Creates a new document.
createDocument(CreateDocumentRequest, StreamObserver<Document>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Creates a new document.
createDocumentCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Creates a new document.
createDocumentCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
createDocumentCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
createDocumentCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
CreateDocumentRequest - Class in com.google.firestore.v1
The request for [Firestore.CreateDocument][google.firestore.v1.Firestore.CreateDocument].
CreateDocumentRequest.Builder - Class in com.google.firestore.v1
The request for [Firestore.CreateDocument][google.firestore.v1.Firestore.CreateDocument].
CreateDocumentRequestOrBuilder - Interface in com.google.firestore.v1
 
createDocumentSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to createDocument.
createDocumentSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to createDocument.
createDocumentSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to createDocument.
createDocumentSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to createDocument.
createIndex(CreateIndexRequest, StreamObserver<Operation>) - Method in interface com.google.firestore.admin.v1.FirestoreAdminGrpc.AsyncService
Creates a composite index.
createIndex(CreateIndexRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminBlockingStub
Creates a composite index.
createIndex(CreateIndexRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminFutureStub
Creates a composite index.
createIndex(CreateIndexRequest, StreamObserver<Operation>) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminStub
Creates a composite index.
createIndexAsync(CollectionGroupName, Index) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Creates a composite index.
createIndexAsync(String, Index) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Creates a composite index.
createIndexAsync(CreateIndexRequest) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Creates a composite index.
createIndexCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Creates a composite index.
createIndexCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
createIndexCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
createIndexCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
createIndexOperationCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Creates a composite index.
createIndexOperationCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
createIndexOperationCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
createIndexOperationCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
createIndexOperationSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to createIndex.
createIndexOperationSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to createIndex.
createIndexOperationSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to createIndex.
createIndexOperationSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to createIndex.
CreateIndexRequest - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.CreateIndex][google.firestore.admin.v1.FirestoreAdmin.CreateIndex].
CreateIndexRequest.Builder - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.CreateIndex][google.firestore.admin.v1.FirestoreAdmin.CreateIndex].
CreateIndexRequestOrBuilder - Interface in com.google.firestore.admin.v1
 
createIndexSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to createIndex.
createIndexSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to createIndex.
createIndexSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to createIndex.
createIndexSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to createIndex.
createOperationCallable(GrpcCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminCallableFactory
 
createOperationCallable(GrpcCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreCallableFactory
 
createOperationCallable(HttpJsonCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminCallableFactory
 
createOperationCallable(HttpJsonCallSettings<RequestT, Operation>, OperationCallSettings<RequestT, ResponseT, MetadataT>, ClientContext, OperationsStub) - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreCallableFactory
 
createPage(PageContext<ListFieldsRequest, ListFieldsResponse, Field>, ListFieldsResponse) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient.ListFieldsPage
 
createPage(PageContext<ListIndexesRequest, ListIndexesResponse, Index>, ListIndexesResponse) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient.ListIndexesPage
 
createPage(PageContext<ListCollectionIdsRequest, ListCollectionIdsResponse, String>, ListCollectionIdsResponse) - Method in class com.google.cloud.firestore.v1.FirestoreClient.ListCollectionIdsPage
 
createPage(PageContext<ListDocumentsRequest, ListDocumentsResponse, Document>, ListDocumentsResponse) - Method in class com.google.cloud.firestore.v1.FirestoreClient.ListDocumentsPage
 
createPage(PageContext<PartitionQueryRequest, PartitionQueryResponse, Cursor>, PartitionQueryResponse) - Method in class com.google.cloud.firestore.v1.FirestoreClient.PartitionQueryPage
 
createPageAsync(PageContext<ListFieldsRequest, ListFieldsResponse, Field>, ApiFuture<ListFieldsResponse>) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient.ListFieldsPage
 
createPageAsync(PageContext<ListIndexesRequest, ListIndexesResponse, Index>, ApiFuture<ListIndexesResponse>) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient.ListIndexesPage
 
createPageAsync(PageContext<ListCollectionIdsRequest, ListCollectionIdsResponse, String>, ApiFuture<ListCollectionIdsResponse>) - Method in class com.google.cloud.firestore.v1.FirestoreClient.ListCollectionIdsPage
 
createPageAsync(PageContext<ListDocumentsRequest, ListDocumentsResponse, Document>, ApiFuture<ListDocumentsResponse>) - Method in class com.google.cloud.firestore.v1.FirestoreClient.ListDocumentsPage
 
createPageAsync(PageContext<PartitionQueryRequest, PartitionQueryResponse, Cursor>, ApiFuture<PartitionQueryResponse>) - Method in class com.google.cloud.firestore.v1.FirestoreClient.PartitionQueryPage
 
createPagedCallable(GrpcCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminCallableFactory
 
createPagedCallable(GrpcCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreCallableFactory
 
createPagedCallable(HttpJsonCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminCallableFactory
 
createPagedCallable(HttpJsonCallSettings<RequestT, ResponseT>, PagedCallSettings<RequestT, ResponseT, PagedListResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreCallableFactory
 
createQuery() - Method in class com.google.cloud.firestore.QueryPartition
Returns a query that only returns the documents for this partition.
createReadOnlyOptionsBuilder() - Static method in class com.google.cloud.firestore.TransactionOptions
 
createReadWriteOptionsBuilder() - Static method in class com.google.cloud.firestore.TransactionOptions
 
createServerStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminCallableFactory
 
createServerStreamingCallable(GrpcCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreCallableFactory
 
createServerStreamingCallable(HttpJsonCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminCallableFactory
 
createServerStreamingCallable(HttpJsonCallSettings<RequestT, ResponseT>, ServerStreamingCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreCallableFactory
 
createStub() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
 
createStub() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
 
createUnaryCallable(GrpcCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminCallableFactory
 
createUnaryCallable(GrpcCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreCallableFactory
 
createUnaryCallable(HttpJsonCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminCallableFactory
 
createUnaryCallable(HttpJsonCallSettings<RequestT, ResponseT>, UnaryCallSettings<RequestT, ResponseT>, ClientContext) - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreCallableFactory
 
CREATING_VALUE - Static variable in enum com.google.firestore.admin.v1.Field.TtlConfig.State
The TTL is being applied.
CREATING_VALUE - Static variable in enum com.google.firestore.admin.v1.Index.State
The index is being created.
CURRENT_DOCUMENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DeleteDocumentRequest
 
CURRENT_DOCUMENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.UpdateDocumentRequest
 
CURRENT_DOCUMENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Write
 
CURRENT_VALUE - Static variable in enum com.google.firestore.v1.TargetChange.TargetChangeType
The targets reflect all changes committed before the targets were added to the stream.
Cursor - Class in com.google.firestore.v1
A position in a query result set.
Cursor.Builder - Class in com.google.firestore.v1
A position in a query result set.
CursorOrBuilder - Interface in com.google.firestore.v1
 

D

Database - Class in com.google.firestore.admin.v1
A Cloud Firestore Database.
Database.AppEngineIntegrationMode - Enum in com.google.firestore.admin.v1
The type of App Engine integration mode.
Database.Builder - Class in com.google.firestore.admin.v1
A Cloud Firestore Database.
Database.ConcurrencyMode - Enum in com.google.firestore.admin.v1
The type of concurrency control mode for transactions.
Database.DatabaseType - Enum in com.google.firestore.admin.v1
The type of the database.
DATABASE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BatchGetDocumentsRequest
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BatchWriteRequest
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BeginTransactionRequest
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.CommitRequest
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListenRequest
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RollbackRequest
 
DATABASE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.WriteRequest
 
DATABASE_TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.admin.v1.Database.DatabaseType
The default value.
DatabaseName - Class in com.google.firestore.admin.v1
 
DatabaseName() - Constructor for class com.google.firestore.admin.v1.DatabaseName
Deprecated.
DatabaseName.Builder - Class in com.google.firestore.admin.v1
Builder for projects/{project}/databases/{database}.
DatabaseOrBuilder - Interface in com.google.firestore.admin.v1
 
DatabaseProto - Class in com.google.firestore.admin.v1
 
DatabaseRootName - Class in com.google.firestore.v1
AUTO-GENERATED DOCUMENTATION AND CLASS
DatabaseRootName.Builder - Class in com.google.firestore.v1
Builder for DatabaseRootName.
DATABASES_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ListDatabasesResponse
 
DATASTORE_MODE_API_VALUE - Static variable in enum com.google.firestore.admin.v1.Index.ApiScope
The index can only be used by the Firestore in Datastore Mode query API.
DATASTORE_MODE_VALUE - Static variable in enum com.google.firestore.admin.v1.Database.DatabaseType
Firestore in Datastore Mode.
defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
 
defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.firestore.v1.FirestoreSettings
 
defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
 
defaultApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
 
defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns a builder for the default credentials for this service.
defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns a builder for the default credentials for this service.
defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns a builder for the default credentials for this service.
defaultCredentialsProviderBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns a builder for the default credentials for this service.
defaultExecutorProviderBuilder() - Static method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns a builder for the default ExecutorProvider for this service.
defaultExecutorProviderBuilder() - Static method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns a builder for the default ExecutorProvider for this service.
defaultExecutorProviderBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns a builder for the default ExecutorProvider for this service.
defaultExecutorProviderBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns a builder for the default ExecutorProvider for this service.
DefaultFirestoreFactory() - Constructor for class com.google.cloud.firestore.FirestoreOptions.DefaultFirestoreFactory
 
DefaultFirestoreRpcFactory() - Constructor for class com.google.cloud.firestore.FirestoreOptions.DefaultFirestoreRpcFactory
 
defaultGrpcApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
 
defaultGrpcApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
 
defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns a builder for the default gRPC ChannelProvider for this service.
defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns a builder for the default gRPC ChannelProvider for this service.
defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns a builder for the default gRPC ChannelProvider for this service.
defaultGrpcTransportProviderBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns a builder for the default gRPC ChannelProvider for this service.
defaultHttpJsonApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
 
defaultHttpJsonApiClientHeaderProviderBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
 
defaultHttpJsonTransportProviderBuilder() - Static method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns a builder for the default REST ChannelProvider for this service.
defaultHttpJsonTransportProviderBuilder() - Static method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns a builder for the default REST ChannelProvider for this service.
defaultHttpJsonTransportProviderBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns a builder for the default REST ChannelProvider for this service.
defaultHttpJsonTransportProviderBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns a builder for the default REST ChannelProvider for this service.
defaultTransportChannelProvider() - Static method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
 
defaultTransportChannelProvider() - Static method in class com.google.cloud.firestore.v1.FirestoreSettings
 
defaultTransportChannelProvider() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
 
defaultTransportChannelProvider() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
 
delete(DocumentReference) - Method in class com.google.cloud.firestore.BulkWriter
Delete a document from the database.
delete(DocumentReference, Precondition) - Method in class com.google.cloud.firestore.BulkWriter
Delete a document from the database.
delete(Precondition) - Method in class com.google.cloud.firestore.DocumentReference
Deletes the document referred to by this DocumentReference.
delete() - Method in class com.google.cloud.firestore.DocumentReference
Deletes the document referred to by this DocumentReference.
delete() - Static method in class com.google.cloud.firestore.FieldValue
Returns a sentinel used with update() to mark a field for deletion.
delete(DocumentReference, Precondition) - Method in class com.google.cloud.firestore.UpdateBuilder
Deletes the document referred to by this DocumentReference.
delete(DocumentReference) - Method in class com.google.cloud.firestore.UpdateBuilder
Deletes the document referred to by this DocumentReference.
DELETE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Write
 
deleteDocument(String) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Deletes a document.
deleteDocument(DeleteDocumentRequest) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Deletes a document.
deleteDocument(DeleteDocumentRequest, StreamObserver<Empty>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Deletes a document.
deleteDocument(DeleteDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
Deletes a document.
deleteDocument(DeleteDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
Deletes a document.
deleteDocument(DeleteDocumentRequest, StreamObserver<Empty>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Deletes a document.
deleteDocumentCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Deletes a document.
deleteDocumentCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
deleteDocumentCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
deleteDocumentCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
DeleteDocumentRequest - Class in com.google.firestore.v1
The request for [Firestore.DeleteDocument][google.firestore.v1.Firestore.DeleteDocument].
DeleteDocumentRequest.Builder - Class in com.google.firestore.v1
The request for [Firestore.DeleteDocument][google.firestore.v1.Firestore.DeleteDocument].
DeleteDocumentRequestOrBuilder - Interface in com.google.firestore.v1
 
deleteDocumentSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to deleteDocument.
deleteDocumentSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to deleteDocument.
deleteDocumentSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to deleteDocument.
deleteDocumentSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to deleteDocument.
deleteIndex(IndexName) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Deletes a composite index.
deleteIndex(String) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Deletes a composite index.
deleteIndex(DeleteIndexRequest) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Deletes a composite index.
deleteIndex(DeleteIndexRequest, StreamObserver<Empty>) - Method in interface com.google.firestore.admin.v1.FirestoreAdminGrpc.AsyncService
Deletes a composite index.
deleteIndex(DeleteIndexRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminBlockingStub
Deletes a composite index.
deleteIndex(DeleteIndexRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminFutureStub
Deletes a composite index.
deleteIndex(DeleteIndexRequest, StreamObserver<Empty>) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminStub
Deletes a composite index.
deleteIndexCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Deletes a composite index.
deleteIndexCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
deleteIndexCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
deleteIndexCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
DeleteIndexRequest - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.DeleteIndex][google.firestore.admin.v1.FirestoreAdmin.DeleteIndex].
DeleteIndexRequest.Builder - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.DeleteIndex][google.firestore.admin.v1.FirestoreAdmin.DeleteIndex].
DeleteIndexRequestOrBuilder - Interface in com.google.firestore.admin.v1
 
deleteIndexSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to deleteIndex.
deleteIndexSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to deleteIndex.
deleteIndexSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to deleteIndex.
deleteIndexSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to deleteIndex.
DESCENDING_VALUE - Static variable in enum com.google.firestore.admin.v1.Index.IndexField.Order
The field is ordered by descending field value.
DESCENDING_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.Direction
Descending.
DIRECTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.Order
 
DIRECTION_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.Direction
Unspecified.
DISABLED_VALUE - Static variable in enum com.google.firestore.admin.v1.Database.AppEngineIntegrationMode
Appengine has no affect on the ability of this database to serve requests.
document() - Method in class com.google.cloud.firestore.CollectionReference
Returns a DocumentReference pointing to a new document with an auto-generated ID within this collection.
document(String) - Method in class com.google.cloud.firestore.CollectionReference
Gets a DocumentReference instance that refers to the document that is a child of this Collection.
document(String) - Method in interface com.google.cloud.firestore.Firestore
Gets a DocumentReference that refers to the document at the specified path.
Document - Class in com.google.firestore.v1
A Firestore document.
Document.Builder - Class in com.google.firestore.v1
A Firestore document.
DOCUMENT_CHANGE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListenResponse
 
DOCUMENT_DELETE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListenResponse
 
DOCUMENT_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundleElement
 
DOCUMENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.CreateDocumentRequest
 
DOCUMENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentChange
 
DOCUMENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentDelete
 
DOCUMENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentRemove
 
DOCUMENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentTransform
 
DOCUMENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunQueryResponse
 
DOCUMENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.UpdateDocumentRequest
 
DOCUMENT_ID_FIELD_NUMBER - Static variable in class com.google.firestore.v1.CreateDocumentRequest
 
DOCUMENT_METADATA_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundleElement
 
DOCUMENT_REMOVE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListenResponse
 
DocumentChange - Class in com.google.cloud.firestore
A DocumentChange represents a change to the documents matching a query.
DocumentChange - Class in com.google.firestore.v1
A [Document][google.firestore.v1.Document] has changed.
DocumentChange.Builder - Class in com.google.firestore.v1
A [Document][google.firestore.v1.Document] has changed.
DocumentChange.Type - Enum in com.google.cloud.firestore
An enumeration of snapshot diff types.
DocumentChangeOrBuilder - Interface in com.google.firestore.v1
 
DocumentDelete - Class in com.google.firestore.v1
A [Document][google.firestore.v1.Document] has been deleted.
DocumentDelete.Builder - Class in com.google.firestore.v1
A [Document][google.firestore.v1.Document] has been deleted.
DocumentDeleteOrBuilder - Interface in com.google.firestore.v1
 
DocumentId - Annotation Type in com.google.cloud.firestore.annotation
Annotation used to mark a POJO property to be automatically populated with the document's ID when the POJO is created from a Cloud Firestore document (for example, via DocumentSnapshot.toObject(java.lang.Class<T>)).
documentId() - Static method in class com.google.cloud.firestore.FieldPath
A special sentinel to refer to the ID of a document.
DocumentMask - Class in com.google.firestore.v1
A set of field paths on a document.
DocumentMask.Builder - Class in com.google.firestore.v1
A set of field paths on a document.
DocumentMaskOrBuilder - Interface in com.google.firestore.v1
 
DocumentOrBuilder - Interface in com.google.firestore.v1
 
DocumentPathName - Class in com.google.firestore.v1
AUTO-GENERATED DOCUMENTATION AND CLASS
DocumentPathName.Builder - Class in com.google.firestore.v1
Builder for DocumentPathName.
DocumentProto - Class in com.google.firestore.v1
 
DocumentReference - Class in com.google.cloud.firestore
A DocumentReference refers to a document location in a Firestore database and can be used to write, read, or listen to the location.
DocumentRemove - Class in com.google.firestore.v1
A [Document][google.firestore.v1.Document] has been removed from the view of the targets.
DocumentRemove.Builder - Class in com.google.firestore.v1
A [Document][google.firestore.v1.Document] has been removed from the view of the targets.
DocumentRemoveOrBuilder - Interface in com.google.firestore.v1
 
DocumentRootName - Class in com.google.firestore.v1
AUTO-GENERATED DOCUMENTATION AND CLASS
DocumentRootName.Builder - Class in com.google.firestore.v1
Builder for DocumentRootName.
DOCUMENTS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BatchGetDocumentsRequest
 
DOCUMENTS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListDocumentsResponse
 
DOCUMENTS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Target
 
DOCUMENTS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Target.DocumentsTarget
 
DocumentSnapshot - Class in com.google.cloud.firestore
A DocumentSnapshot contains data read from a document in a Firestore database.
DocumentTransform - Class in com.google.firestore.v1
A transformation of a document.
DocumentTransform.Builder - Class in com.google.firestore.v1
A transformation of a document.
DocumentTransform.FieldTransform - Class in com.google.firestore.v1
A transformation of a field of the document.
DocumentTransform.FieldTransform.Builder - Class in com.google.firestore.v1
A transformation of a field of the document.
DocumentTransform.FieldTransform.ServerValue - Enum in com.google.firestore.v1
A value that is calculated by the server.
DocumentTransform.FieldTransform.TransformTypeCase - Enum in com.google.firestore.v1
 
DocumentTransform.FieldTransformOrBuilder - Interface in com.google.firestore.v1
 
DocumentTransformOrBuilder - Interface in com.google.firestore.v1
 
DONE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunQueryResponse
 
DOUBLE_VALUE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Value
 

E

emptyMap(Comparator<K>) - Static method in class com.google.cloud.firestore.collection.ImmutableSortedMap.Builder
 
EmulatorCredentials() - Constructor for class com.google.cloud.firestore.FirestoreOptions.EmulatorCredentials
 
ENABLED_VALUE - Static variable in enum com.google.firestore.admin.v1.Database.AppEngineIntegrationMode
If an App Engine application exists in the same region as this database, App Engine configuration will impact this database.
END_AT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery
 
END_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
END_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.FieldOperationMetadata
 
END_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
END_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.IndexOperationMetadata
 
endAt(Object...) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query that ends at the provided fields relative to the order of the query.
endAt(DocumentSnapshot) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query that ends at the provided document (inclusive).
endBefore(DocumentSnapshot) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query that ends before the provided document (exclusive).
endBefore(Object...) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query that ends before the provided fields relative to the order of the query.
EQUAL_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
The given `field` is equal to the given `value`.
equals(Object) - Method in class com.google.cloud.firestore.AggregateQuery
Compares this object with the given object for equality.
equals(Object) - Method in class com.google.cloud.firestore.AggregateQuerySnapshot
Compares this object with the given object for equality.
equals(Object) - Method in class com.google.cloud.firestore.Blob
Returns true if this Blob is equal to the provided object.
equals(Object) - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
equals(Object) - Method in class com.google.cloud.firestore.collection.ImmutableSortedSet
 
equals(Object) - Method in class com.google.cloud.firestore.DocumentChange
Returns true if this DocumentChange is equal to the provided object.
equals(Object) - Method in class com.google.cloud.firestore.DocumentReference
Returns true if this DocumentReference is equal to the provided object.
equals(Object) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns true if the document's data and path in this DocumentSnapshot equals the provided snapshot.
equals(Object) - Method in class com.google.cloud.firestore.FieldValue
Returns true if this FieldValue is equal to the provided object.
equals(Object) - Method in class com.google.cloud.firestore.FirestoreOptions
 
equals(Object) - Method in class com.google.cloud.firestore.GeoPoint
Returns true if this GeoPoint is equal to the provided object.
equals(Object) - Method in class com.google.cloud.firestore.Precondition
Returns true if this Precondition is equal to the provided object.
equals(Object) - Method in class com.google.cloud.firestore.Query
Returns true if this Query is equal to the provided object.
equals(Object) - Method in class com.google.cloud.firestore.QueryPartition
 
equals(Object) - Method in class com.google.cloud.firestore.QuerySnapshot
Returns true if the document data in this QuerySnapshot equals the provided snapshot.
equals(Object) - Method in class com.google.cloud.firestore.SetOptions
Returns true if this SetOptions is equal to the provided object.
equals(Object) - Method in class com.google.cloud.firestore.WriteResult
Returns true if this WriteResult is equal to the provided object.
equals(Object) - Method in class com.google.firestore.admin.v1.CollectionGroupName
 
equals(Object) - Method in class com.google.firestore.admin.v1.CreateIndexRequest
 
equals(Object) - Method in class com.google.firestore.admin.v1.Database
 
equals(Object) - Method in class com.google.firestore.admin.v1.DatabaseName
 
equals(Object) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
equals(Object) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
equals(Object) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
equals(Object) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
equals(Object) - Method in class com.google.firestore.admin.v1.Field
 
equals(Object) - Method in class com.google.firestore.admin.v1.Field.IndexConfig
 
equals(Object) - Method in class com.google.firestore.admin.v1.Field.TtlConfig
 
equals(Object) - Method in class com.google.firestore.admin.v1.FieldName
 
equals(Object) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
equals(Object) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
equals(Object) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
equals(Object) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
equals(Object) - Method in class com.google.firestore.admin.v1.GetFieldRequest
 
equals(Object) - Method in class com.google.firestore.admin.v1.GetIndexRequest
 
equals(Object) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
equals(Object) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
equals(Object) - Method in class com.google.firestore.admin.v1.Index
 
equals(Object) - Method in class com.google.firestore.admin.v1.Index.IndexField
 
equals(Object) - Method in class com.google.firestore.admin.v1.IndexName
 
equals(Object) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
equals(Object) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
equals(Object) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
equals(Object) - Method in class com.google.firestore.admin.v1.ListFieldsRequest
 
equals(Object) - Method in class com.google.firestore.admin.v1.ListFieldsResponse
 
equals(Object) - Method in class com.google.firestore.admin.v1.ListIndexesRequest
 
equals(Object) - Method in class com.google.firestore.admin.v1.ListIndexesResponse
 
equals(Object) - Method in class com.google.firestore.admin.v1.LocationMetadata
 
equals(Object) - Method in class com.google.firestore.admin.v1.ParentName
 
equals(Object) - Method in class com.google.firestore.admin.v1.Progress
 
equals(Object) - Method in class com.google.firestore.admin.v1.ProjectName
 
equals(Object) - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
equals(Object) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
equals(Object) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
equals(Object) - Method in class com.google.firestore.bundle.BundledDocumentMetadata
 
equals(Object) - Method in class com.google.firestore.bundle.BundledQuery
 
equals(Object) - Method in class com.google.firestore.bundle.BundleElement
 
equals(Object) - Method in class com.google.firestore.bundle.BundleMetadata
 
equals(Object) - Method in class com.google.firestore.bundle.NamedQuery
 
equals(Object) - Method in class com.google.firestore.v1.AggregationResult
 
equals(Object) - Method in class com.google.firestore.v1.AnyPathName
 
equals(Object) - Method in class com.google.firestore.v1.ArrayValue
 
equals(Object) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
equals(Object) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
equals(Object) - Method in class com.google.firestore.v1.BatchWriteRequest
 
equals(Object) - Method in class com.google.firestore.v1.BatchWriteResponse
 
equals(Object) - Method in class com.google.firestore.v1.BeginTransactionRequest
 
equals(Object) - Method in class com.google.firestore.v1.BeginTransactionResponse
 
equals(Object) - Method in class com.google.firestore.v1.BitSequence
 
equals(Object) - Method in class com.google.firestore.v1.BloomFilter
 
equals(Object) - Method in class com.google.firestore.v1.CommitRequest
 
equals(Object) - Method in class com.google.firestore.v1.CommitResponse
 
equals(Object) - Method in class com.google.firestore.v1.CreateDocumentRequest
 
equals(Object) - Method in class com.google.firestore.v1.Cursor
 
equals(Object) - Method in class com.google.firestore.v1.DatabaseRootName
 
equals(Object) - Method in class com.google.firestore.v1.DeleteDocumentRequest
 
equals(Object) - Method in class com.google.firestore.v1.Document
 
equals(Object) - Method in class com.google.firestore.v1.DocumentChange
 
equals(Object) - Method in class com.google.firestore.v1.DocumentDelete
 
equals(Object) - Method in class com.google.firestore.v1.DocumentMask
 
equals(Object) - Method in class com.google.firestore.v1.DocumentPathName
 
equals(Object) - Method in class com.google.firestore.v1.DocumentRemove
 
equals(Object) - Method in class com.google.firestore.v1.DocumentRootName
 
equals(Object) - Method in class com.google.firestore.v1.DocumentTransform
 
equals(Object) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
equals(Object) - Method in class com.google.firestore.v1.ExistenceFilter
 
equals(Object) - Method in class com.google.firestore.v1.GetDocumentRequest
 
equals(Object) - Method in class com.google.firestore.v1.ListCollectionIdsRequest
 
equals(Object) - Method in class com.google.firestore.v1.ListCollectionIdsResponse
 
equals(Object) - Method in class com.google.firestore.v1.ListDocumentsRequest
 
equals(Object) - Method in class com.google.firestore.v1.ListDocumentsResponse
 
equals(Object) - Method in class com.google.firestore.v1.ListenRequest
 
equals(Object) - Method in class com.google.firestore.v1.ListenResponse
 
equals(Object) - Method in class com.google.firestore.v1.MapValue
 
equals(Object) - Method in class com.google.firestore.v1.PartitionQueryRequest
 
equals(Object) - Method in class com.google.firestore.v1.PartitionQueryResponse
 
equals(Object) - Method in class com.google.firestore.v1.Precondition
 
equals(Object) - Method in class com.google.firestore.v1.RollbackRequest
 
equals(Object) - Method in class com.google.firestore.v1.RunAggregationQueryRequest
 
equals(Object) - Method in class com.google.firestore.v1.RunAggregationQueryResponse
 
equals(Object) - Method in class com.google.firestore.v1.RunQueryRequest
 
equals(Object) - Method in class com.google.firestore.v1.RunQueryResponse
 
equals(Object) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
equals(Object) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
equals(Object) - Method in class com.google.firestore.v1.StructuredAggregationQuery
 
equals(Object) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
equals(Object) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
equals(Object) - Method in class com.google.firestore.v1.StructuredQuery
 
equals(Object) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
equals(Object) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
equals(Object) - Method in class com.google.firestore.v1.StructuredQuery.Filter
 
equals(Object) - Method in class com.google.firestore.v1.StructuredQuery.Order
 
equals(Object) - Method in class com.google.firestore.v1.StructuredQuery.Projection
 
equals(Object) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
equals(Object) - Method in class com.google.firestore.v1.Target.DocumentsTarget
 
equals(Object) - Method in class com.google.firestore.v1.Target
 
equals(Object) - Method in class com.google.firestore.v1.Target.QueryTarget
 
equals(Object) - Method in class com.google.firestore.v1.TargetChange
 
equals(Object) - Method in class com.google.firestore.v1.TransactionOptions
 
equals(Object) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
equals(Object) - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
equals(Object) - Method in class com.google.firestore.v1.UpdateDocumentRequest
 
equals(Object) - Method in class com.google.firestore.v1.Value
 
equals(Object) - Method in class com.google.firestore.v1.Write
 
equals(Object) - Method in class com.google.firestore.v1.WriteRequest
 
equals(Object) - Method in class com.google.firestore.v1.WriteResponse
 
equals(Object) - Method in class com.google.firestore.v1.WriteResult
 
equalTo(String, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field is equal to the given value.
equalTo(FieldPath, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field is equal to the given value.
ESTIMATED_WORK_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Progress
 
ETAG_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Database
 
EventListener<T> - Interface in com.google.cloud.firestore
An interface for event listeners.
Exclude - Annotation Type in com.google.cloud.firestore.annotation
Marks a field as excluded from the Database.
executor - Variable in class com.google.cloud.firestore.TransactionOptions.Builder
 
ExistenceFilter - Class in com.google.firestore.v1
A digest of all the documents that match a given target.
ExistenceFilter.Builder - Class in com.google.firestore.v1
A digest of all the documents that match a given target.
ExistenceFilterOrBuilder - Interface in com.google.firestore.v1
 
exists() - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns whether or not the field exists in the document.
EXISTS_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundledDocumentMetadata
 
EXISTS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Precondition
 
EXPECTED_COUNT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Target
 
exportDocuments(ExportDocumentsRequest, StreamObserver<Operation>) - Method in interface com.google.firestore.admin.v1.FirestoreAdminGrpc.AsyncService
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage system, such as Google Cloud Storage.
exportDocuments(ExportDocumentsRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminBlockingStub
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage system, such as Google Cloud Storage.
exportDocuments(ExportDocumentsRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminFutureStub
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage system, such as Google Cloud Storage.
exportDocuments(ExportDocumentsRequest, StreamObserver<Operation>) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminStub
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage system, such as Google Cloud Storage.
exportDocumentsAsync(DatabaseName) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage system, such as Google Cloud Storage.
exportDocumentsAsync(String) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage system, such as Google Cloud Storage.
exportDocumentsAsync(ExportDocumentsRequest) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage system, such as Google Cloud Storage.
exportDocumentsCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage system, such as Google Cloud Storage.
exportDocumentsCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
exportDocumentsCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
exportDocumentsCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
ExportDocumentsMetadata - Class in com.google.firestore.admin.v1
Metadata for [google.longrunning.Operation][google.longrunning.Operation] results from [FirestoreAdmin.ExportDocuments][google.firestore.admin.v1.FirestoreAdmin.ExportDocuments].
ExportDocumentsMetadata.Builder - Class in com.google.firestore.admin.v1
Metadata for [google.longrunning.Operation][google.longrunning.Operation] results from [FirestoreAdmin.ExportDocuments][google.firestore.admin.v1.FirestoreAdmin.ExportDocuments].
ExportDocumentsMetadataOrBuilder - Interface in com.google.firestore.admin.v1
 
exportDocumentsOperationCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage system, such as Google Cloud Storage.
exportDocumentsOperationCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
exportDocumentsOperationCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
exportDocumentsOperationCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
exportDocumentsOperationSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to exportDocuments.
exportDocumentsOperationSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to exportDocuments.
exportDocumentsOperationSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to exportDocuments.
exportDocumentsOperationSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to exportDocuments.
ExportDocumentsRequest - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.ExportDocuments][google.firestore.admin.v1.FirestoreAdmin.ExportDocuments].
ExportDocumentsRequest.Builder - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.ExportDocuments][google.firestore.admin.v1.FirestoreAdmin.ExportDocuments].
ExportDocumentsRequestOrBuilder - Interface in com.google.firestore.admin.v1
 
ExportDocumentsResponse - Class in com.google.firestore.admin.v1
Returned in the [google.longrunning.Operation][google.longrunning.Operation] response field.
ExportDocumentsResponse.Builder - Class in com.google.firestore.admin.v1
Returned in the [google.longrunning.Operation][google.longrunning.Operation] response field.
ExportDocumentsResponseOrBuilder - Interface in com.google.firestore.admin.v1
 
exportDocumentsSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to exportDocuments.
exportDocumentsSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to exportDocuments.
exportDocumentsSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to exportDocuments.
exportDocumentsSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to exportDocuments.

F

FAILED_VALUE - Static variable in enum com.google.firestore.admin.v1.OperationState
Request has finished being processed, but encountered an error.
Field - Class in com.google.firestore.admin.v1
Represents a single field in the database.
Field.Builder - Class in com.google.firestore.admin.v1
Represents a single field in the database.
Field.IndexConfig - Class in com.google.firestore.admin.v1
The index configuration for this field.
Field.IndexConfig.Builder - Class in com.google.firestore.admin.v1
The index configuration for this field.
Field.IndexConfigOrBuilder - Interface in com.google.firestore.admin.v1
 
Field.TtlConfig - Class in com.google.firestore.admin.v1
The TTL (time-to-live) configuration for documents that have this `Field` set.
Field.TtlConfig.Builder - Class in com.google.firestore.admin.v1
The TTL (time-to-live) configuration for documents that have this `Field` set.
Field.TtlConfig.State - Enum in com.google.firestore.admin.v1
The state of applying the TTL configuration to all documents.
Field.TtlConfigOrBuilder - Interface in com.google.firestore.admin.v1
 
FIELD_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.FieldOperationMetadata
 
FIELD_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.UpdateFieldRequest
 
FIELD_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
FIELD_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.Order
 
FIELD_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
FIELD_FILTER_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.Filter
 
FIELD_PATH_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Index.IndexField
 
FIELD_PATH_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
FIELD_PATH_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.FieldReference
 
FIELD_PATHS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentMask
 
FIELD_TRANSFORMS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentTransform
 
FieldMask - Class in com.google.cloud.firestore
A FieldMask can be used to limit the number of fields returned by a `getAll()` call.
FieldName - Class in com.google.firestore.admin.v1
 
FieldName() - Constructor for class com.google.firestore.admin.v1.FieldName
Deprecated.
FieldName.Builder - Class in com.google.firestore.admin.v1
Builder for projects/{project}/databases/{database}/collectionGroups/{collection}/fields/{field}.
FieldOperationMetadata - Class in com.google.firestore.admin.v1
Metadata for [google.longrunning.Operation][google.longrunning.Operation] results from [FirestoreAdmin.UpdateField][google.firestore.admin.v1.FirestoreAdmin.UpdateField].
FieldOperationMetadata.Builder - Class in com.google.firestore.admin.v1
Metadata for [google.longrunning.Operation][google.longrunning.Operation] results from [FirestoreAdmin.UpdateField][google.firestore.admin.v1.FirestoreAdmin.UpdateField].
FieldOperationMetadata.IndexConfigDelta - Class in com.google.firestore.admin.v1
Information about an index configuration change.
FieldOperationMetadata.IndexConfigDelta.Builder - Class in com.google.firestore.admin.v1
Information about an index configuration change.
FieldOperationMetadata.IndexConfigDelta.ChangeType - Enum in com.google.firestore.admin.v1
Specifies how the index is changing.
FieldOperationMetadata.IndexConfigDeltaOrBuilder - Interface in com.google.firestore.admin.v1
 
FieldOperationMetadata.TtlConfigDelta - Class in com.google.firestore.admin.v1
Information about an TTL configuration change.
FieldOperationMetadata.TtlConfigDelta.Builder - Class in com.google.firestore.admin.v1
Information about an TTL configuration change.
FieldOperationMetadata.TtlConfigDelta.ChangeType - Enum in com.google.firestore.admin.v1
Specifies how the TTL config is changing.
FieldOperationMetadata.TtlConfigDeltaOrBuilder - Interface in com.google.firestore.admin.v1
 
FieldOperationMetadataOrBuilder - Interface in com.google.firestore.admin.v1
 
FieldOrBuilder - Interface in com.google.firestore.admin.v1
 
FieldPath - Class in com.google.cloud.firestore
A FieldPath refers to a field in a document.
FieldPath() - Constructor for class com.google.cloud.firestore.FieldPath
 
FieldProto - Class in com.google.firestore.admin.v1
 
FIELDS_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Index
 
FIELDS_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ListFieldsResponse
 
FIELDS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Document
 
FIELDS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.MapValue
 
FIELDS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.Projection
 
FieldValue - Class in com.google.cloud.firestore
Sentinel values that can be used when writing document fields with set() or update().
Filter - Class in com.google.cloud.firestore
 
Filter() - Constructor for class com.google.cloud.firestore.Filter
 
FILTER_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ListFieldsRequest
 
FILTER_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ListIndexesRequest
 
FILTER_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListenResponse
 
FILTERS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
FINALIZING_VALUE - Static variable in enum com.google.firestore.admin.v1.OperationState
Request has been processed and is in its finalization stage.
Firestore - Interface in com.google.cloud.firestore
Represents a Firestore Database and is the entry point for all Firestore operations
FIRESTORE_NATIVE_VALUE - Static variable in enum com.google.firestore.admin.v1.Database.DatabaseType
Firestore Native Mode
FirestoreAdminClient - Class in com.google.cloud.firestore.v1
Service Description: The Cloud Firestore Admin API.
FirestoreAdminClient(FirestoreAdminSettings) - Constructor for class com.google.cloud.firestore.v1.FirestoreAdminClient
Constructs an instance of FirestoreAdminClient, using the given settings.
FirestoreAdminClient(FirestoreAdminStub) - Constructor for class com.google.cloud.firestore.v1.FirestoreAdminClient
 
FirestoreAdminClient.ListFieldsFixedSizeCollection - Class in com.google.cloud.firestore.v1
 
FirestoreAdminClient.ListFieldsPage - Class in com.google.cloud.firestore.v1
 
FirestoreAdminClient.ListFieldsPagedResponse - Class in com.google.cloud.firestore.v1
 
FirestoreAdminClient.ListIndexesFixedSizeCollection - Class in com.google.cloud.firestore.v1
 
FirestoreAdminClient.ListIndexesPage - Class in com.google.cloud.firestore.v1
 
FirestoreAdminClient.ListIndexesPagedResponse - Class in com.google.cloud.firestore.v1
 
FirestoreAdminGrpc - Class in com.google.firestore.admin.v1
The Cloud Firestore Admin API.
FirestoreAdminGrpc.AsyncService - Interface in com.google.firestore.admin.v1
The Cloud Firestore Admin API.
FirestoreAdminGrpc.FirestoreAdminBlockingStub - Class in com.google.firestore.admin.v1
A stub to allow clients to do synchronous rpc calls to service FirestoreAdmin.
FirestoreAdminGrpc.FirestoreAdminFutureStub - Class in com.google.firestore.admin.v1
A stub to allow clients to do ListenableFuture-style rpc calls to service FirestoreAdmin.
FirestoreAdminGrpc.FirestoreAdminImplBase - Class in com.google.firestore.admin.v1
Base class for the server implementation of the service FirestoreAdmin.
FirestoreAdminGrpc.FirestoreAdminStub - Class in com.google.firestore.admin.v1
A stub to allow clients to do asynchronous rpc calls to service FirestoreAdmin.
FirestoreAdminImplBase() - Constructor for class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminImplBase
 
FirestoreAdminProto - Class in com.google.firestore.admin.v1
 
FirestoreAdminSettings - Class in com.google.cloud.firestore.v1
Settings class to configure an instance of FirestoreAdminClient.
FirestoreAdminSettings(FirestoreAdminSettings.Builder) - Constructor for class com.google.cloud.firestore.v1.FirestoreAdminSettings
 
FirestoreAdminSettings.Builder - Class in com.google.cloud.firestore.v1
Builder for FirestoreAdminSettings.
FirestoreAdminStub - Class in com.google.cloud.firestore.v1.stub
Base stub class for the FirestoreAdmin service API.
FirestoreAdminStub() - Constructor for class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
FirestoreAdminStubSettings - Class in com.google.cloud.firestore.v1.stub
Settings class to configure an instance of FirestoreAdminStub.
FirestoreAdminStubSettings(FirestoreAdminStubSettings.Builder) - Constructor for class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
 
FirestoreAdminStubSettings.Builder - Class in com.google.cloud.firestore.v1.stub
Builder for FirestoreAdminStubSettings.
FirestoreBundle - Class in com.google.cloud.firestore
Represents a Firestore data bundle with results from the given document and query snapshots.
FirestoreBundle.Builder - Class in com.google.cloud.firestore
Builds a Firestore data bundle with results from the given document and query snapshots.
FirestoreClient - Class in com.google.cloud.firestore.v1
Service Description: The Cloud Firestore service.
FirestoreClient(FirestoreSettings) - Constructor for class com.google.cloud.firestore.v1.FirestoreClient
Constructs an instance of FirestoreClient, using the given settings.
FirestoreClient(FirestoreStub) - Constructor for class com.google.cloud.firestore.v1.FirestoreClient
 
FirestoreClient.ListCollectionIdsFixedSizeCollection - Class in com.google.cloud.firestore.v1
 
FirestoreClient.ListCollectionIdsPage - Class in com.google.cloud.firestore.v1
 
FirestoreClient.ListCollectionIdsPagedResponse - Class in com.google.cloud.firestore.v1
 
FirestoreClient.ListDocumentsFixedSizeCollection - Class in com.google.cloud.firestore.v1
 
FirestoreClient.ListDocumentsPage - Class in com.google.cloud.firestore.v1
 
FirestoreClient.ListDocumentsPagedResponse - Class in com.google.cloud.firestore.v1
 
FirestoreClient.PartitionQueryFixedSizeCollection - Class in com.google.cloud.firestore.v1
 
FirestoreClient.PartitionQueryPage - Class in com.google.cloud.firestore.v1
 
FirestoreClient.PartitionQueryPagedResponse - Class in com.google.cloud.firestore.v1
 
FirestoreException - Exception in com.google.cloud.firestore
A Firestore Service exception.
FirestoreFactory - Interface in com.google.cloud.firestore
An interface for Firestore factories.
FirestoreGrpc - Class in com.google.firestore.v1
The Cloud Firestore service.
FirestoreGrpc.AsyncService - Interface in com.google.firestore.v1
The Cloud Firestore service.
FirestoreGrpc.FirestoreBlockingStub - Class in com.google.firestore.v1
A stub to allow clients to do synchronous rpc calls to service Firestore.
FirestoreGrpc.FirestoreFutureStub - Class in com.google.firestore.v1
A stub to allow clients to do ListenableFuture-style rpc calls to service Firestore.
FirestoreGrpc.FirestoreImplBase - Class in com.google.firestore.v1
Base class for the server implementation of the service Firestore.
FirestoreGrpc.FirestoreStub - Class in com.google.firestore.v1
A stub to allow clients to do asynchronous rpc calls to service Firestore.
FirestoreImplBase() - Constructor for class com.google.firestore.v1.FirestoreGrpc.FirestoreImplBase
 
FirestoreOptions - Class in com.google.cloud.firestore
A Factory class to create new Firestore instances.
FirestoreOptions(FirestoreOptions.Builder) - Constructor for class com.google.cloud.firestore.FirestoreOptions
 
FirestoreOptions.Builder - Class in com.google.cloud.firestore
 
FirestoreOptions.DefaultFirestoreFactory - Class in com.google.cloud.firestore
 
FirestoreOptions.DefaultFirestoreRpcFactory - Class in com.google.cloud.firestore
 
FirestoreOptions.EmulatorCredentials - Class in com.google.cloud.firestore
 
FirestoreProto - Class in com.google.firestore.v1
 
FirestoreRpc - Interface in com.google.cloud.firestore.spi.v1
Contains the RPC stubs used by the manual Cloud Firestore client.
FirestoreRpcFactory - Interface in com.google.cloud.firestore
An interface for Firestore RPC factory.
FirestoreSettings - Class in com.google.cloud.firestore.v1
Settings class to configure an instance of FirestoreClient.
FirestoreSettings(FirestoreSettings.Builder) - Constructor for class com.google.cloud.firestore.v1.FirestoreSettings
 
FirestoreSettings.Builder - Class in com.google.cloud.firestore.v1
Builder for FirestoreSettings.
FirestoreStub - Class in com.google.cloud.firestore.v1.stub
Base stub class for the Firestore service API.
FirestoreStub() - Constructor for class com.google.cloud.firestore.v1.stub.FirestoreStub
 
FirestoreStubSettings - Class in com.google.cloud.firestore.v1.stub
Settings class to configure an instance of FirestoreStub.
FirestoreStubSettings(FirestoreStubSettings.Builder) - Constructor for class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
 
FirestoreStubSettings.Builder - Class in com.google.cloud.firestore.v1.stub
Builder for FirestoreStubSettings.
FIRST_VALUE - Static variable in enum com.google.firestore.bundle.BundledQuery.LimitType
FIRST = 0;
flush() - Method in class com.google.cloud.firestore.BulkWriter
Commits all writes that have been enqueued up to this point in parallel.
forApiException(ApiException) - Static method in exception com.google.cloud.firestore.FirestoreException
Creates a FirestoreException from an ApiException.
forApiException(ApiException, String) - Static method in exception com.google.cloud.firestore.FirestoreException
Creates a FirestoreException from an ApiException.
forInvalidArgument(String, Object...) - Static method in exception com.google.cloud.firestore.FirestoreException
Creates a FirestoreException with an INVALID_ARGUMENT status code and the provided message in a nested exception.
forIOException(IOException, boolean) - Static method in exception com.google.cloud.firestore.FirestoreException
Creates a FirestoreException from an IOException.
format(String, String, String) - Static method in class com.google.firestore.admin.v1.CollectionGroupName
 
format(String, String) - Static method in class com.google.firestore.admin.v1.DatabaseName
 
format(String, String, String, String) - Static method in class com.google.firestore.admin.v1.FieldName
 
format(String, String, String, String) - Static method in class com.google.firestore.admin.v1.IndexName
 
format(String, String, String) - Static method in class com.google.firestore.admin.v1.ParentName
 
format(String) - Static method in class com.google.firestore.admin.v1.ProjectName
 
format(String, String, String, String) - Static method in class com.google.firestore.v1.AnyPathName
 
format(String, String) - Static method in class com.google.firestore.v1.DatabaseRootName
 
format(String, String, String) - Static method in class com.google.firestore.v1.DocumentPathName
 
format(String, String) - Static method in class com.google.firestore.v1.DocumentRootName
 
forNumber(int) - Static method in enum com.google.firestore.admin.v1.Database.AppEngineIntegrationMode
 
forNumber(int) - Static method in enum com.google.firestore.admin.v1.Database.ConcurrencyMode
 
forNumber(int) - Static method in enum com.google.firestore.admin.v1.Database.DatabaseType
 
forNumber(int) - Static method in enum com.google.firestore.admin.v1.Field.TtlConfig.State
 
forNumber(int) - Static method in enum com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType
 
forNumber(int) - Static method in enum com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType
 
forNumber(int) - Static method in enum com.google.firestore.admin.v1.Index.ApiScope
 
forNumber(int) - Static method in enum com.google.firestore.admin.v1.Index.IndexField.ArrayConfig
 
forNumber(int) - Static method in enum com.google.firestore.admin.v1.Index.IndexField.Order
 
forNumber(int) - Static method in enum com.google.firestore.admin.v1.Index.IndexField.ValueModeCase
 
forNumber(int) - Static method in enum com.google.firestore.admin.v1.Index.QueryScope
 
forNumber(int) - Static method in enum com.google.firestore.admin.v1.Index.State
 
forNumber(int) - Static method in enum com.google.firestore.admin.v1.OperationState
 
forNumber(int) - Static method in enum com.google.firestore.bundle.BundledQuery.LimitType
 
forNumber(int) - Static method in enum com.google.firestore.bundle.BundledQuery.QueryTypeCase
 
forNumber(int) - Static method in enum com.google.firestore.bundle.BundleElement.ElementTypeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.BatchGetDocumentsRequest.ConsistencySelectorCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.BatchGetDocumentsResponse.ResultCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue
 
forNumber(int) - Static method in enum com.google.firestore.v1.DocumentTransform.FieldTransform.TransformTypeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.GetDocumentRequest.ConsistencySelectorCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.ListCollectionIdsRequest.ConsistencySelectorCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.ListDocumentsRequest.ConsistencySelectorCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.ListenRequest.TargetChangeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.ListenResponse.ResponseTypeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.PartitionQueryRequest.ConsistencySelectorCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.PartitionQueryRequest.QueryTypeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.Precondition.ConditionTypeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.RunAggregationQueryRequest.ConsistencySelectorCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.RunAggregationQueryRequest.QueryTypeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.RunQueryRequest.ConsistencySelectorCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.RunQueryRequest.QueryTypeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.RunQueryResponse.ContinuationSelectorCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.StructuredAggregationQuery.Aggregation.OperatorCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.StructuredAggregationQuery.QueryTypeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator
 
forNumber(int) - Static method in enum com.google.firestore.v1.StructuredQuery.Direction
 
forNumber(int) - Static method in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
 
forNumber(int) - Static method in enum com.google.firestore.v1.StructuredQuery.Filter.FilterTypeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.OperandTypeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
 
forNumber(int) - Static method in enum com.google.firestore.v1.Target.QueryTarget.QueryTypeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.Target.ResumeTypeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.Target.TargetTypeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.TargetChange.TargetChangeType
 
forNumber(int) - Static method in enum com.google.firestore.v1.TransactionOptions.ModeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.TransactionOptions.ReadOnly.ConsistencySelectorCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.Value.ValueTypeCase
 
forNumber(int) - Static method in enum com.google.firestore.v1.Write.OperationCase
 
forServerRejection(Status, String, Object...) - Static method in exception com.google.cloud.firestore.FirestoreException
Creates a FirestoreException with the provided GRPC Status code and message in a nested exception.
forServerRejection(Status, Throwable, String, Object...) - Static method in exception com.google.cloud.firestore.FirestoreException
Creates a FirestoreException with the provided GRPC Status code and message in a nested exception.
FOUND_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BatchGetDocumentsResponse
 
FROM_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery
 
fromBytes(byte[]) - Static method in class com.google.cloud.firestore.Blob
Creates a new Blob instance from the provided bytes.
fromByteString(ByteString) - Static method in class com.google.cloud.firestore.Blob
Creates a new Blob instance from the provided ByteString.
fromMap(Map<K, V>, Comparator<K>) - Static method in class com.google.cloud.firestore.collection.ArraySortedMap
 
fromMap(Map<A, B>, Comparator<A>) - Static method in class com.google.cloud.firestore.collection.ImmutableSortedMap.Builder
 
fromMap(Map<A, B>, Comparator<A>) - Static method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
fromProto(Firestore, RunAggregationQueryRequest) - Static method in class com.google.cloud.firestore.AggregateQuery
Returns an AggregateQuery instance that can be used to execute the provided RunAggregationQueryRequest.
fromProto(Firestore, RunQueryRequest) - Static method in class com.google.cloud.firestore.Query
Returns a Query instance that can be used to execute the provided RunQueryRequest.

G

GEO_POINT_VALUE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Value
 
GeoPoint - Class in com.google.cloud.firestore
Immutable class representing a geographic location in Firestore
GeoPoint(double, double) - Constructor for class com.google.cloud.firestore.GeoPoint
Construct a new GeoPoint using the provided latitude and longitude values.
get() - Method in class com.google.cloud.firestore.AggregateQuery
Executes this query.
get(K) - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
get(K) - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
get(K) - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
get() - Method in class com.google.cloud.firestore.DocumentReference
Reads the document referenced by this DocumentReference.
get(FieldMask) - Method in class com.google.cloud.firestore.DocumentReference
Reads the document referenced by this DocumentReference.
get(String) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the value at the field or null if the field doesn't exist.
get(String, Class<T>) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the value at the field, converted to a POJO, or null if the field or document doesn't exist.
get(FieldPath) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the value at the field or null if the field doesn't exist.
get(FieldPath, Class<T>) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the value at the field, converted to a POJO, or null if the field or document doesn't exist.
get() - Method in class com.google.cloud.firestore.Query
Executes the query and returns the results as QuerySnapshot.
get(DocumentReference) - Method in class com.google.cloud.firestore.Transaction
Reads the document referred to by the provided DocumentReference.
get(Query) - Method in class com.google.cloud.firestore.Transaction
Returns the result set from the provided query.
get(AggregateQuery) - Method in class com.google.cloud.firestore.Transaction
Returns the result from the provided aggregate query.
getAddTarget() - Method in class com.google.firestore.v1.ListenRequest.Builder
A target to add to this stream.
getAddTarget() - Method in class com.google.firestore.v1.ListenRequest
A target to add to this stream.
getAddTarget() - Method in interface com.google.firestore.v1.ListenRequestOrBuilder
A target to add to this stream.
getAddTargetBuilder() - Method in class com.google.firestore.v1.ListenRequest.Builder
A target to add to this stream.
getAddTargetOrBuilder() - Method in class com.google.firestore.v1.ListenRequest.Builder
A target to add to this stream.
getAddTargetOrBuilder() - Method in class com.google.firestore.v1.ListenRequest
A target to add to this stream.
getAddTargetOrBuilder() - Method in interface com.google.firestore.v1.ListenRequestOrBuilder
A target to add to this stream.
getAggregateFields() - Method in class com.google.firestore.v1.AggregationResult.Builder
Deprecated.
getAggregateFields() - Method in class com.google.firestore.v1.AggregationResult
Deprecated.
getAggregateFields() - Method in interface com.google.firestore.v1.AggregationResultOrBuilder
Deprecated.
getAggregateFieldsCount() - Method in class com.google.firestore.v1.AggregationResult.Builder
 
getAggregateFieldsCount() - Method in class com.google.firestore.v1.AggregationResult
 
getAggregateFieldsCount() - Method in interface com.google.firestore.v1.AggregationResultOrBuilder
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
getAggregateFieldsMap() - Method in class com.google.firestore.v1.AggregationResult.Builder
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
getAggregateFieldsMap() - Method in class com.google.firestore.v1.AggregationResult
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
getAggregateFieldsMap() - Method in interface com.google.firestore.v1.AggregationResultOrBuilder
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
getAggregateFieldsOrDefault(String, Value) - Method in class com.google.firestore.v1.AggregationResult.Builder
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
getAggregateFieldsOrDefault(String, Value) - Method in class com.google.firestore.v1.AggregationResult
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
getAggregateFieldsOrDefault(String, Value) - Method in interface com.google.firestore.v1.AggregationResultOrBuilder
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
getAggregateFieldsOrThrow(String) - Method in class com.google.firestore.v1.AggregationResult.Builder
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
getAggregateFieldsOrThrow(String) - Method in class com.google.firestore.v1.AggregationResult
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
getAggregateFieldsOrThrow(String) - Method in interface com.google.firestore.v1.AggregationResultOrBuilder
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
getAggregations(int) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
getAggregations(int) - Method in class com.google.firestore.v1.StructuredAggregationQuery
Optional.
getAggregations(int) - Method in interface com.google.firestore.v1.StructuredAggregationQueryOrBuilder
Optional.
getAggregationsBuilder(int) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
getAggregationsBuilderList() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
getAggregationsCount() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
getAggregationsCount() - Method in class com.google.firestore.v1.StructuredAggregationQuery
Optional.
getAggregationsCount() - Method in interface com.google.firestore.v1.StructuredAggregationQueryOrBuilder
Optional.
getAggregationsList() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
getAggregationsList() - Method in class com.google.firestore.v1.StructuredAggregationQuery
Optional.
getAggregationsList() - Method in interface com.google.firestore.v1.StructuredAggregationQueryOrBuilder
Optional.
getAggregationsOrBuilder(int) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
getAggregationsOrBuilder(int) - Method in class com.google.firestore.v1.StructuredAggregationQuery
Optional.
getAggregationsOrBuilder(int) - Method in interface com.google.firestore.v1.StructuredAggregationQueryOrBuilder
Optional.
getAggregationsOrBuilderList() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
getAggregationsOrBuilderList() - Method in class com.google.firestore.v1.StructuredAggregationQuery
Optional.
getAggregationsOrBuilderList() - Method in interface com.google.firestore.v1.StructuredAggregationQueryOrBuilder
Optional.
getAlias() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
Optional.
getAlias() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
Optional.
getAlias() - Method in interface com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder
Optional.
getAliasBytes() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
Optional.
getAliasBytes() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
Optional.
getAliasBytes() - Method in interface com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder
Optional.
getAll(DocumentReference...) - Method in interface com.google.cloud.firestore.Firestore
Retrieves multiple documents from Firestore.
getAll(DocumentReference[], FieldMask) - Method in interface com.google.cloud.firestore.Firestore
Retrieves multiple documents from Firestore, while optionally applying a field mask to reduce the amount of data transmitted.
getAll(DocumentReference[], FieldMask, ApiStreamObserver<DocumentSnapshot>) - Method in interface com.google.cloud.firestore.Firestore
Retrieves multiple documents from Firestore while optionally applying a field mask to reduce the amount of data transmitted.
getAll(DocumentReference...) - Method in class com.google.cloud.firestore.Transaction
Retrieves multiple documents from Firestore.
getAll(DocumentReference[], FieldMask) - Method in class com.google.cloud.firestore.Transaction
Retrieves multiple documents from Firestore, while optionally applying a field mask to reduce the amount of data transmitted from the backend.
getAllDescendants() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
When false, selects only collections that are immediate children of the `parent` specified in the containing `RunQueryRequest`.
getAllDescendants() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
When false, selects only collections that are immediate children of the `parent` specified in the containing `RunQueryRequest`.
getAllDescendants() - Method in interface com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder
When false, selects only collections that are immediate children of the `parent` specified in the containing `RunQueryRequest`.
getAncestorField() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
Output only.
getAncestorField() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
Output only.
getAncestorField() - Method in interface com.google.firestore.admin.v1.Field.IndexConfigOrBuilder
Output only.
getAncestorFieldBytes() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
Output only.
getAncestorFieldBytes() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
Output only.
getAncestorFieldBytes() - Method in interface com.google.firestore.admin.v1.Field.IndexConfigOrBuilder
Output only.
getAnyPath() - Method in class com.google.firestore.v1.AnyPathName.Builder
 
getAnyPath() - Method in class com.google.firestore.v1.AnyPathName
 
getApiScope() - Method in class com.google.firestore.admin.v1.Index.Builder
The API scope supported by this index.
getApiScope() - Method in class com.google.firestore.admin.v1.Index
The API scope supported by this index.
getApiScope() - Method in interface com.google.firestore.admin.v1.IndexOrBuilder
The API scope supported by this index.
getApiScopeValue() - Method in class com.google.firestore.admin.v1.Index.Builder
The API scope supported by this index.
getApiScopeValue() - Method in class com.google.firestore.admin.v1.Index
The API scope supported by this index.
getApiScopeValue() - Method in interface com.google.firestore.admin.v1.IndexOrBuilder
The API scope supported by this index.
getAppendMissingElements() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Append the given elements in order if they are not already present in the current field value.
getAppendMissingElements() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Append the given elements in order if they are not already present in the current field value.
getAppendMissingElements() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Append the given elements in order if they are not already present in the current field value.
getAppendMissingElementsBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Append the given elements in order if they are not already present in the current field value.
getAppendMissingElementsOrBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Append the given elements in order if they are not already present in the current field value.
getAppendMissingElementsOrBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Append the given elements in order if they are not already present in the current field value.
getAppendMissingElementsOrBuilder() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Append the given elements in order if they are not already present in the current field value.
getAppEngineIntegrationMode() - Method in class com.google.firestore.admin.v1.Database.Builder
The App Engine integration mode to use for this database.
getAppEngineIntegrationMode() - Method in class com.google.firestore.admin.v1.Database
The App Engine integration mode to use for this database.
getAppEngineIntegrationMode() - Method in interface com.google.firestore.admin.v1.DatabaseOrBuilder
The App Engine integration mode to use for this database.
getAppEngineIntegrationModeValue() - Method in class com.google.firestore.admin.v1.Database.Builder
The App Engine integration mode to use for this database.
getAppEngineIntegrationModeValue() - Method in class com.google.firestore.admin.v1.Database
The App Engine integration mode to use for this database.
getAppEngineIntegrationModeValue() - Method in interface com.google.firestore.admin.v1.DatabaseOrBuilder
The App Engine integration mode to use for this database.
getArrayConfig() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Indicates that this field supports operations on `array_value`s.
getArrayConfig() - Method in class com.google.firestore.admin.v1.Index.IndexField
Indicates that this field supports operations on `array_value`s.
getArrayConfig() - Method in interface com.google.firestore.admin.v1.Index.IndexFieldOrBuilder
Indicates that this field supports operations on `array_value`s.
getArrayConfigValue() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Indicates that this field supports operations on `array_value`s.
getArrayConfigValue() - Method in class com.google.firestore.admin.v1.Index.IndexField
Indicates that this field supports operations on `array_value`s.
getArrayConfigValue() - Method in interface com.google.firestore.admin.v1.Index.IndexFieldOrBuilder
Indicates that this field supports operations on `array_value`s.
getArrayValue() - Method in class com.google.firestore.v1.Value.Builder
An array value.
getArrayValue() - Method in class com.google.firestore.v1.Value
An array value.
getArrayValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
An array value.
getArrayValueBuilder() - Method in class com.google.firestore.v1.Value.Builder
An array value.
getArrayValueOrBuilder() - Method in class com.google.firestore.v1.Value.Builder
An array value.
getArrayValueOrBuilder() - Method in class com.google.firestore.v1.Value
An array value.
getArrayValueOrBuilder() - Method in interface com.google.firestore.v1.ValueOrBuilder
An array value.
getAuthenticationType() - Method in class com.google.cloud.firestore.FirestoreOptions.EmulatorCredentials
 
getBatchGetDocumentsMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getBatchWriteMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getBefore() - Method in class com.google.firestore.v1.Cursor.Builder
If the position is just before or just after the given values, relative to the sort order defined by the query.
getBefore() - Method in class com.google.firestore.v1.Cursor
If the position is just before or just after the given values, relative to the sort order defined by the query.
getBefore() - Method in interface com.google.firestore.v1.CursorOrBuilder
If the position is just before or just after the given values, relative to the sort order defined by the query.
getBeginTransactionMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getBitmap() - Method in class com.google.firestore.v1.BitSequence.Builder
The bytes that encode the bit sequence.
getBitmap() - Method in class com.google.firestore.v1.BitSequence
The bytes that encode the bit sequence.
getBitmap() - Method in interface com.google.firestore.v1.BitSequenceOrBuilder
The bytes that encode the bit sequence.
getBits() - Method in class com.google.firestore.v1.BloomFilter.Builder
The bloom filter data.
getBits() - Method in class com.google.firestore.v1.BloomFilter
The bloom filter data.
getBits() - Method in interface com.google.firestore.v1.BloomFilterOrBuilder
The bloom filter data.
getBitsBuilder() - Method in class com.google.firestore.v1.BloomFilter.Builder
The bloom filter data.
getBitsOrBuilder() - Method in class com.google.firestore.v1.BloomFilter.Builder
The bloom filter data.
getBitsOrBuilder() - Method in class com.google.firestore.v1.BloomFilter
The bloom filter data.
getBitsOrBuilder() - Method in interface com.google.firestore.v1.BloomFilterOrBuilder
The bloom filter data.
getBlob(String) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the value of the field as a Blob.
getBoolean(String) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the value of the field as a boolean.
getBooleanValue() - Method in class com.google.firestore.v1.Value.Builder
A boolean value.
getBooleanValue() - Method in class com.google.firestore.v1.Value
A boolean value.
getBooleanValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A boolean value.
getBundledQuery() - Method in class com.google.firestore.bundle.NamedQuery.Builder
The query saved in the bundle.
getBundledQuery() - Method in class com.google.firestore.bundle.NamedQuery
The query saved in the bundle.
getBundledQuery() - Method in interface com.google.firestore.bundle.NamedQueryOrBuilder
The query saved in the bundle.
getBundledQueryBuilder() - Method in class com.google.firestore.bundle.NamedQuery.Builder
The query saved in the bundle.
getBundledQueryOrBuilder() - Method in class com.google.firestore.bundle.NamedQuery.Builder
The query saved in the bundle.
getBundledQueryOrBuilder() - Method in class com.google.firestore.bundle.NamedQuery
The query saved in the bundle.
getBundledQueryOrBuilder() - Method in interface com.google.firestore.bundle.NamedQueryOrBuilder
The query saved in the bundle.
getBytesValue() - Method in class com.google.firestore.v1.Value.Builder
A bytes value.
getBytesValue() - Method in class com.google.firestore.v1.Value
A bytes value.
getBytesValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A bytes value.
getCause() - Method in class com.google.firestore.v1.TargetChange.Builder
The error that resulted in this change, if applicable.
getCause() - Method in class com.google.firestore.v1.TargetChange
The error that resulted in this change, if applicable.
getCause() - Method in interface com.google.firestore.v1.TargetChangeOrBuilder
The error that resulted in this change, if applicable.
getCauseBuilder() - Method in class com.google.firestore.v1.TargetChange.Builder
The error that resulted in this change, if applicable.
getCauseOrBuilder() - Method in class com.google.firestore.v1.TargetChange.Builder
The error that resulted in this change, if applicable.
getCauseOrBuilder() - Method in class com.google.firestore.v1.TargetChange
The error that resulted in this change, if applicable.
getCauseOrBuilder() - Method in interface com.google.firestore.v1.TargetChangeOrBuilder
The error that resulted in this change, if applicable.
getChangeType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
Specifies how the index is changing.
getChangeType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
Specifies how the index is changing.
getChangeType() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder
Specifies how the index is changing.
getChangeType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
Specifies how the TTL configuration is changing.
getChangeType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
Specifies how the TTL configuration is changing.
getChangeType() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder
Specifies how the TTL configuration is changing.
getChangeTypeValue() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
Specifies how the index is changing.
getChangeTypeValue() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
Specifies how the index is changing.
getChangeTypeValue() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder
Specifies how the index is changing.
getChangeTypeValue() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
Specifies how the TTL configuration is changing.
getChangeTypeValue() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
Specifies how the TTL configuration is changing.
getChangeTypeValue() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDeltaOrBuilder
Specifies how the TTL configuration is changing.
getCollection() - Method in class com.google.firestore.admin.v1.CollectionGroupName.Builder
 
getCollection() - Method in class com.google.firestore.admin.v1.CollectionGroupName
 
getCollection() - Method in class com.google.firestore.admin.v1.FieldName.Builder
 
getCollection() - Method in class com.google.firestore.admin.v1.FieldName
 
getCollection() - Method in class com.google.firestore.admin.v1.IndexName.Builder
 
getCollection() - Method in class com.google.firestore.admin.v1.IndexName
 
getCollectionId() - Method in class com.google.firestore.admin.v1.ParentName.Builder
 
getCollectionId() - Method in class com.google.firestore.admin.v1.ParentName
 
getCollectionId() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
getCollectionId() - Method in class com.google.firestore.v1.CreateDocumentRequest
Required.
getCollectionId() - Method in interface com.google.firestore.v1.CreateDocumentRequestOrBuilder
Required.
getCollectionId() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
getCollectionId() - Method in class com.google.firestore.v1.ListDocumentsRequest
Optional.
getCollectionId() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Optional.
getCollectionId() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
The collection ID.
getCollectionId() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
The collection ID.
getCollectionId() - Method in interface com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder
The collection ID.
getCollectionIdBytes() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
getCollectionIdBytes() - Method in class com.google.firestore.v1.CreateDocumentRequest
Required.
getCollectionIdBytes() - Method in interface com.google.firestore.v1.CreateDocumentRequestOrBuilder
Required.
getCollectionIdBytes() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
getCollectionIdBytes() - Method in class com.google.firestore.v1.ListDocumentsRequest
Optional.
getCollectionIdBytes() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Optional.
getCollectionIdBytes() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
The collection ID.
getCollectionIdBytes() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
The collection ID.
getCollectionIdBytes() - Method in interface com.google.firestore.v1.StructuredQuery.CollectionSelectorOrBuilder
The collection ID.
getCollectionIds(int) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
Which collection ids are being exported.
getCollectionIds(int) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
Which collection ids are being exported.
getCollectionIds(int) - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
Which collection ids are being exported.
getCollectionIds(int) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
Which collection ids to export.
getCollectionIds(int) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
Which collection ids to export.
getCollectionIds(int) - Method in interface com.google.firestore.admin.v1.ExportDocumentsRequestOrBuilder
Which collection ids to export.
getCollectionIds(int) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
Which collection ids are being imported.
getCollectionIds(int) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
Which collection ids are being imported.
getCollectionIds(int) - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
Which collection ids are being imported.
getCollectionIds(int) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Which collection ids to import.
getCollectionIds(int) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
Which collection ids to import.
getCollectionIds(int) - Method in interface com.google.firestore.admin.v1.ImportDocumentsRequestOrBuilder
Which collection ids to import.
getCollectionIds(int) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
The collection ids.
getCollectionIds(int) - Method in class com.google.firestore.v1.ListCollectionIdsResponse
The collection ids.
getCollectionIds(int) - Method in interface com.google.firestore.v1.ListCollectionIdsResponseOrBuilder
The collection ids.
getCollectionIdsBytes(int) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
Which collection ids are being exported.
getCollectionIdsBytes(int) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
Which collection ids are being exported.
getCollectionIdsBytes(int) - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
Which collection ids are being exported.
getCollectionIdsBytes(int) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
Which collection ids to export.
getCollectionIdsBytes(int) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
Which collection ids to export.
getCollectionIdsBytes(int) - Method in interface com.google.firestore.admin.v1.ExportDocumentsRequestOrBuilder
Which collection ids to export.
getCollectionIdsBytes(int) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
Which collection ids are being imported.
getCollectionIdsBytes(int) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
Which collection ids are being imported.
getCollectionIdsBytes(int) - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
Which collection ids are being imported.
getCollectionIdsBytes(int) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Which collection ids to import.
getCollectionIdsBytes(int) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
Which collection ids to import.
getCollectionIdsBytes(int) - Method in interface com.google.firestore.admin.v1.ImportDocumentsRequestOrBuilder
Which collection ids to import.
getCollectionIdsBytes(int) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
The collection ids.
getCollectionIdsBytes(int) - Method in class com.google.firestore.v1.ListCollectionIdsResponse
The collection ids.
getCollectionIdsBytes(int) - Method in interface com.google.firestore.v1.ListCollectionIdsResponseOrBuilder
The collection ids.
getCollectionIdsCount() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
Which collection ids are being exported.
getCollectionIdsCount() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
Which collection ids are being exported.
getCollectionIdsCount() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
Which collection ids are being exported.
getCollectionIdsCount() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
Which collection ids to export.
getCollectionIdsCount() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
Which collection ids to export.
getCollectionIdsCount() - Method in interface com.google.firestore.admin.v1.ExportDocumentsRequestOrBuilder
Which collection ids to export.
getCollectionIdsCount() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
Which collection ids are being imported.
getCollectionIdsCount() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
Which collection ids are being imported.
getCollectionIdsCount() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
Which collection ids are being imported.
getCollectionIdsCount() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Which collection ids to import.
getCollectionIdsCount() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
Which collection ids to import.
getCollectionIdsCount() - Method in interface com.google.firestore.admin.v1.ImportDocumentsRequestOrBuilder
Which collection ids to import.
getCollectionIdsCount() - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
The collection ids.
getCollectionIdsCount() - Method in class com.google.firestore.v1.ListCollectionIdsResponse
The collection ids.
getCollectionIdsCount() - Method in interface com.google.firestore.v1.ListCollectionIdsResponseOrBuilder
The collection ids.
getCollectionIdsList() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
Which collection ids are being exported.
getCollectionIdsList() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
Which collection ids are being exported.
getCollectionIdsList() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
Which collection ids are being exported.
getCollectionIdsList() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
Which collection ids to export.
getCollectionIdsList() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
Which collection ids to export.
getCollectionIdsList() - Method in interface com.google.firestore.admin.v1.ExportDocumentsRequestOrBuilder
Which collection ids to export.
getCollectionIdsList() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
Which collection ids are being imported.
getCollectionIdsList() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
Which collection ids are being imported.
getCollectionIdsList() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
Which collection ids are being imported.
getCollectionIdsList() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Which collection ids to import.
getCollectionIdsList() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
Which collection ids to import.
getCollectionIdsList() - Method in interface com.google.firestore.admin.v1.ImportDocumentsRequestOrBuilder
Which collection ids to import.
getCollectionIdsList() - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
The collection ids.
getCollectionIdsList() - Method in class com.google.firestore.v1.ListCollectionIdsResponse
The collection ids.
getCollectionIdsList() - Method in interface com.google.firestore.v1.ListCollectionIdsResponseOrBuilder
The collection ids.
getColor() - Method in class com.google.cloud.firestore.collection.LLRBBlackValueNode
 
getColor() - Method in class com.google.cloud.firestore.collection.LLRBRedValueNode
 
getColor() - Method in class com.google.cloud.firestore.collection.LLRBValueNode
 
getCommitMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getCommitTime() - Method in class com.google.firestore.v1.CommitResponse.Builder
The time at which the commit occurred.
getCommitTime() - Method in class com.google.firestore.v1.CommitResponse
The time at which the commit occurred.
getCommitTime() - Method in interface com.google.firestore.v1.CommitResponseOrBuilder
The time at which the commit occurred.
getCommitTime() - Method in class com.google.firestore.v1.WriteResponse.Builder
The time at which the commit occurred.
getCommitTime() - Method in class com.google.firestore.v1.WriteResponse
The time at which the commit occurred.
getCommitTime() - Method in interface com.google.firestore.v1.WriteResponseOrBuilder
The time at which the commit occurred.
getCommitTimeBuilder() - Method in class com.google.firestore.v1.CommitResponse.Builder
The time at which the commit occurred.
getCommitTimeBuilder() - Method in class com.google.firestore.v1.WriteResponse.Builder
The time at which the commit occurred.
getCommitTimeOrBuilder() - Method in class com.google.firestore.v1.CommitResponse.Builder
The time at which the commit occurred.
getCommitTimeOrBuilder() - Method in class com.google.firestore.v1.CommitResponse
The time at which the commit occurred.
getCommitTimeOrBuilder() - Method in interface com.google.firestore.v1.CommitResponseOrBuilder
The time at which the commit occurred.
getCommitTimeOrBuilder() - Method in class com.google.firestore.v1.WriteResponse.Builder
The time at which the commit occurred.
getCommitTimeOrBuilder() - Method in class com.google.firestore.v1.WriteResponse
The time at which the commit occurred.
getCommitTimeOrBuilder() - Method in interface com.google.firestore.v1.WriteResponseOrBuilder
The time at which the commit occurred.
getComparator() - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
getComparator() - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
getComparator() - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
getComparator(Class<T>) - Static method in class com.google.cloud.firestore.collection.StandardComparator
 
getCompletedWork() - Method in class com.google.firestore.admin.v1.Progress.Builder
The amount of work completed.
getCompletedWork() - Method in class com.google.firestore.admin.v1.Progress
The amount of work completed.
getCompletedWork() - Method in interface com.google.firestore.admin.v1.ProgressOrBuilder
The amount of work completed.
getCompositeFilter() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A composite filter.
getCompositeFilter() - Method in class com.google.firestore.v1.StructuredQuery.Filter
A composite filter.
getCompositeFilter() - Method in interface com.google.firestore.v1.StructuredQuery.FilterOrBuilder
A composite filter.
getCompositeFilterBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A composite filter.
getCompositeFilterOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A composite filter.
getCompositeFilterOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Filter
A composite filter.
getCompositeFilterOrBuilder() - Method in interface com.google.firestore.v1.StructuredQuery.FilterOrBuilder
A composite filter.
getConcurrencyMode() - Method in class com.google.firestore.admin.v1.Database.Builder
The concurrency control mode to use for this database.
getConcurrencyMode() - Method in class com.google.firestore.admin.v1.Database
The concurrency control mode to use for this database.
getConcurrencyMode() - Method in interface com.google.firestore.admin.v1.DatabaseOrBuilder
The concurrency control mode to use for this database.
getConcurrencyModeValue() - Method in class com.google.firestore.admin.v1.Database.Builder
The concurrency control mode to use for this database.
getConcurrencyModeValue() - Method in class com.google.firestore.admin.v1.Database
The concurrency control mode to use for this database.
getConcurrencyModeValue() - Method in interface com.google.firestore.admin.v1.DatabaseOrBuilder
The concurrency control mode to use for this database.
getConditionTypeCase() - Method in class com.google.firestore.v1.Precondition.Builder
 
getConditionTypeCase() - Method in class com.google.firestore.v1.Precondition
 
getConditionTypeCase() - Method in interface com.google.firestore.v1.PreconditionOrBuilder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
getConsistencySelectorCase() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.GetDocumentRequest
 
getConsistencySelectorCase() - Method in interface com.google.firestore.v1.GetDocumentRequestOrBuilder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
 
getConsistencySelectorCase() - Method in interface com.google.firestore.v1.ListCollectionIdsRequestOrBuilder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.ListDocumentsRequest
 
getConsistencySelectorCase() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.PartitionQueryRequest
 
getConsistencySelectorCase() - Method in interface com.google.firestore.v1.PartitionQueryRequestOrBuilder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
 
getConsistencySelectorCase() - Method in interface com.google.firestore.v1.RunAggregationQueryRequestOrBuilder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.RunQueryRequest
 
getConsistencySelectorCase() - Method in interface com.google.firestore.v1.RunQueryRequestOrBuilder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
getConsistencySelectorCase() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
getConsistencySelectorCase() - Method in interface com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder
 
getContinuationSelectorCase() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
getContinuationSelectorCase() - Method in class com.google.firestore.v1.RunQueryResponse
 
getContinuationSelectorCase() - Method in interface com.google.firestore.v1.RunQueryResponseOrBuilder
 
getCount() - Method in class com.google.cloud.firestore.AggregateQuerySnapshot
Returns the number of documents in the result set of the underlying query.
getCount() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
The total count of documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id].
getCount() - Method in class com.google.firestore.v1.ExistenceFilter
The total count of documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id].
getCount() - Method in interface com.google.firestore.v1.ExistenceFilterOrBuilder
The total count of documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id].
getCount() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
Count aggregator.
getCount() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
Count aggregator.
getCount() - Method in interface com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder
Count aggregator.
getCountBuilder() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
Count aggregator.
getCountOrBuilder() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
Count aggregator.
getCountOrBuilder() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
Count aggregator.
getCountOrBuilder() - Method in interface com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder
Count aggregator.
getCreateDocumentMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getCreateIndexMethod() - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
 
getCreateTime() - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the time at which this document was created.
getCreateTime() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
Time at which the documents snapshot is taken for this bundle.
getCreateTime() - Method in class com.google.firestore.bundle.BundleMetadata
Time at which the documents snapshot is taken for this bundle.
getCreateTime() - Method in interface com.google.firestore.bundle.BundleMetadataOrBuilder
Time at which the documents snapshot is taken for this bundle.
getCreateTime() - Method in class com.google.firestore.v1.Document.Builder
Output only.
getCreateTime() - Method in class com.google.firestore.v1.Document
Output only.
getCreateTime() - Method in interface com.google.firestore.v1.DocumentOrBuilder
Output only.
getCreateTimeBuilder() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
Time at which the documents snapshot is taken for this bundle.
getCreateTimeBuilder() - Method in class com.google.firestore.v1.Document.Builder
Output only.
getCreateTimeOrBuilder() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
Time at which the documents snapshot is taken for this bundle.
getCreateTimeOrBuilder() - Method in class com.google.firestore.bundle.BundleMetadata
Time at which the documents snapshot is taken for this bundle.
getCreateTimeOrBuilder() - Method in interface com.google.firestore.bundle.BundleMetadataOrBuilder
Time at which the documents snapshot is taken for this bundle.
getCreateTimeOrBuilder() - Method in class com.google.firestore.v1.Document.Builder
Output only.
getCreateTimeOrBuilder() - Method in class com.google.firestore.v1.Document
Output only.
getCreateTimeOrBuilder() - Method in interface com.google.firestore.v1.DocumentOrBuilder
Output only.
getCredentialsProvider() - Method in class com.google.cloud.firestore.FirestoreOptions
 
getCurrentDocument() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
An optional precondition on the document.
getCurrentDocument() - Method in class com.google.firestore.v1.DeleteDocumentRequest
An optional precondition on the document.
getCurrentDocument() - Method in interface com.google.firestore.v1.DeleteDocumentRequestOrBuilder
An optional precondition on the document.
getCurrentDocument() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
An optional precondition on the document.
getCurrentDocument() - Method in class com.google.firestore.v1.UpdateDocumentRequest
An optional precondition on the document.
getCurrentDocument() - Method in interface com.google.firestore.v1.UpdateDocumentRequestOrBuilder
An optional precondition on the document.
getCurrentDocument() - Method in class com.google.firestore.v1.Write.Builder
An optional precondition on the document.
getCurrentDocument() - Method in class com.google.firestore.v1.Write
An optional precondition on the document.
getCurrentDocument() - Method in interface com.google.firestore.v1.WriteOrBuilder
An optional precondition on the document.
getCurrentDocumentBuilder() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
An optional precondition on the document.
getCurrentDocumentBuilder() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
An optional precondition on the document.
getCurrentDocumentBuilder() - Method in class com.google.firestore.v1.Write.Builder
An optional precondition on the document.
getCurrentDocumentOrBuilder() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
An optional precondition on the document.
getCurrentDocumentOrBuilder() - Method in class com.google.firestore.v1.DeleteDocumentRequest
An optional precondition on the document.
getCurrentDocumentOrBuilder() - Method in interface com.google.firestore.v1.DeleteDocumentRequestOrBuilder
An optional precondition on the document.
getCurrentDocumentOrBuilder() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
An optional precondition on the document.
getCurrentDocumentOrBuilder() - Method in class com.google.firestore.v1.UpdateDocumentRequest
An optional precondition on the document.
getCurrentDocumentOrBuilder() - Method in interface com.google.firestore.v1.UpdateDocumentRequestOrBuilder
An optional precondition on the document.
getCurrentDocumentOrBuilder() - Method in class com.google.firestore.v1.Write.Builder
An optional precondition on the document.
getCurrentDocumentOrBuilder() - Method in class com.google.firestore.v1.Write
An optional precondition on the document.
getCurrentDocumentOrBuilder() - Method in interface com.google.firestore.v1.WriteOrBuilder
An optional precondition on the document.
getData() - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the fields of the document as a Map or null if the document doesn't exist.
getData() - Method in class com.google.cloud.firestore.QueryDocumentSnapshot
Returns the fields of the document as a Map.
getDatabase(DatabaseName) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Gets information about a database.
getDatabase(String) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Gets information about a database.
getDatabase(GetDatabaseRequest) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Gets information about a database.
getDatabase() - Method in class com.google.firestore.admin.v1.CollectionGroupName.Builder
 
getDatabase() - Method in class com.google.firestore.admin.v1.CollectionGroupName
 
getDatabase() - Method in class com.google.firestore.admin.v1.DatabaseName.Builder
 
getDatabase() - Method in class com.google.firestore.admin.v1.DatabaseName
 
getDatabase() - Method in class com.google.firestore.admin.v1.FieldName.Builder
 
getDatabase() - Method in class com.google.firestore.admin.v1.FieldName
 
getDatabase(GetDatabaseRequest, StreamObserver<Database>) - Method in interface com.google.firestore.admin.v1.FirestoreAdminGrpc.AsyncService
Gets information about a database.
getDatabase(GetDatabaseRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminBlockingStub
Gets information about a database.
getDatabase(GetDatabaseRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminFutureStub
Gets information about a database.
getDatabase(GetDatabaseRequest, StreamObserver<Database>) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminStub
Gets information about a database.
getDatabase() - Method in class com.google.firestore.admin.v1.IndexName.Builder
 
getDatabase() - Method in class com.google.firestore.admin.v1.IndexName
 
getDatabase() - Method in class com.google.firestore.admin.v1.ParentName.Builder
 
getDatabase() - Method in class com.google.firestore.admin.v1.ParentName
 
getDatabase() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
Required.
getDatabase() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
Required.
getDatabase() - Method in interface com.google.firestore.admin.v1.UpdateDatabaseRequestOrBuilder
Required.
getDatabase() - Method in class com.google.firestore.v1.AnyPathName.Builder
 
getDatabase() - Method in class com.google.firestore.v1.AnyPathName
 
getDatabase() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Required.
getDatabase() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
Required.
getDatabase() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
Required.
getDatabase() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
Required.
getDatabase() - Method in class com.google.firestore.v1.BatchWriteRequest
Required.
getDatabase() - Method in interface com.google.firestore.v1.BatchWriteRequestOrBuilder
Required.
getDatabase() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
Required.
getDatabase() - Method in class com.google.firestore.v1.BeginTransactionRequest
Required.
getDatabase() - Method in interface com.google.firestore.v1.BeginTransactionRequestOrBuilder
Required.
getDatabase() - Method in class com.google.firestore.v1.CommitRequest.Builder
Required.
getDatabase() - Method in class com.google.firestore.v1.CommitRequest
Required.
getDatabase() - Method in interface com.google.firestore.v1.CommitRequestOrBuilder
Required.
getDatabase() - Method in class com.google.firestore.v1.DatabaseRootName.Builder
 
getDatabase() - Method in class com.google.firestore.v1.DatabaseRootName
 
getDatabase() - Method in class com.google.firestore.v1.DocumentPathName.Builder
 
getDatabase() - Method in class com.google.firestore.v1.DocumentPathName
 
getDatabase() - Method in class com.google.firestore.v1.DocumentRootName.Builder
 
getDatabase() - Method in class com.google.firestore.v1.DocumentRootName
 
getDatabase() - Method in class com.google.firestore.v1.ListenRequest.Builder
Required.
getDatabase() - Method in class com.google.firestore.v1.ListenRequest
Required.
getDatabase() - Method in interface com.google.firestore.v1.ListenRequestOrBuilder
Required.
getDatabase() - Method in class com.google.firestore.v1.RollbackRequest.Builder
Required.
getDatabase() - Method in class com.google.firestore.v1.RollbackRequest
Required.
getDatabase() - Method in interface com.google.firestore.v1.RollbackRequestOrBuilder
Required.
getDatabase() - Method in class com.google.firestore.v1.WriteRequest.Builder
Required.
getDatabase() - Method in class com.google.firestore.v1.WriteRequest
Required.
getDatabase() - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
Required.
getDatabaseBuilder() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
Required.
getDatabaseBytes() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Required.
getDatabaseBytes() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
Required.
getDatabaseBytes() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
Required.
getDatabaseBytes() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
Required.
getDatabaseBytes() - Method in class com.google.firestore.v1.BatchWriteRequest
Required.
getDatabaseBytes() - Method in interface com.google.firestore.v1.BatchWriteRequestOrBuilder
Required.
getDatabaseBytes() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
Required.
getDatabaseBytes() - Method in class com.google.firestore.v1.BeginTransactionRequest
Required.
getDatabaseBytes() - Method in interface com.google.firestore.v1.BeginTransactionRequestOrBuilder
Required.
getDatabaseBytes() - Method in class com.google.firestore.v1.CommitRequest.Builder
Required.
getDatabaseBytes() - Method in class com.google.firestore.v1.CommitRequest
Required.
getDatabaseBytes() - Method in interface com.google.firestore.v1.CommitRequestOrBuilder
Required.
getDatabaseBytes() - Method in class com.google.firestore.v1.ListenRequest.Builder
Required.
getDatabaseBytes() - Method in class com.google.firestore.v1.ListenRequest
Required.
getDatabaseBytes() - Method in interface com.google.firestore.v1.ListenRequestOrBuilder
Required.
getDatabaseBytes() - Method in class com.google.firestore.v1.RollbackRequest.Builder
Required.
getDatabaseBytes() - Method in class com.google.firestore.v1.RollbackRequest
Required.
getDatabaseBytes() - Method in interface com.google.firestore.v1.RollbackRequestOrBuilder
Required.
getDatabaseBytes() - Method in class com.google.firestore.v1.WriteRequest.Builder
Required.
getDatabaseBytes() - Method in class com.google.firestore.v1.WriteRequest
Required.
getDatabaseBytes() - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
Required.
getDatabaseCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Gets information about a database.
getDatabaseCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
getDatabaseCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
getDatabaseCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
getDatabaseId() - Method in class com.google.cloud.firestore.FirestoreOptions
 
getDatabaseOrBuilder() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
Required.
getDatabaseOrBuilder() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
Required.
getDatabaseOrBuilder() - Method in interface com.google.firestore.admin.v1.UpdateDatabaseRequestOrBuilder
Required.
GetDatabaseRequest - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.GetDatabase][google.firestore.admin.v1.FirestoreAdmin.GetDatabase].
GetDatabaseRequest.Builder - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.GetDatabase][google.firestore.admin.v1.FirestoreAdmin.GetDatabase].
GetDatabaseRequestOrBuilder - Interface in com.google.firestore.admin.v1
 
getDatabases(int) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
getDatabases(int) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
The databases in the project.
getDatabases(int) - Method in interface com.google.firestore.admin.v1.ListDatabasesResponseOrBuilder
The databases in the project.
getDatabasesBuilder(int) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
getDatabasesBuilderList() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
getDatabasesCount() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
getDatabasesCount() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
The databases in the project.
getDatabasesCount() - Method in interface com.google.firestore.admin.v1.ListDatabasesResponseOrBuilder
The databases in the project.
getDatabaseSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to getDatabase.
getDatabaseSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to getDatabase.
getDatabaseSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to getDatabase.
getDatabaseSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to getDatabase.
getDatabasesList() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
getDatabasesList() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
The databases in the project.
getDatabasesList() - Method in interface com.google.firestore.admin.v1.ListDatabasesResponseOrBuilder
The databases in the project.
getDatabasesOrBuilder(int) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
getDatabasesOrBuilder(int) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
The databases in the project.
getDatabasesOrBuilder(int) - Method in interface com.google.firestore.admin.v1.ListDatabasesResponseOrBuilder
The databases in the project.
getDatabasesOrBuilderList() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
getDatabasesOrBuilderList() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
The databases in the project.
getDatabasesOrBuilderList() - Method in interface com.google.firestore.admin.v1.ListDatabasesResponseOrBuilder
The databases in the project.
getDate(String) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the value of the field as a Date.
getDefaultCredentialsProviderBuilder() - Static method in class com.google.cloud.firestore.FirestoreOptions
 
getDefaultEndpoint() - Static method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the default service endpoint.
getDefaultEndpoint() - Static method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the default service endpoint.
getDefaultEndpoint() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the default service endpoint.
getDefaultEndpoint() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the default service endpoint.
getDefaultHost() - Method in class com.google.cloud.firestore.FirestoreOptions
 
getDefaultInstance() - Static method in class com.google.cloud.firestore.FirestoreOptions
Returns a default FirestoreOptions instance.
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.Database
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.Field
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.Index
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.Progress
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
getDefaultInstance() - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
getDefaultInstance() - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
getDefaultInstance() - Static method in class com.google.firestore.bundle.BundledQuery
 
getDefaultInstance() - Static method in class com.google.firestore.bundle.BundleElement
 
getDefaultInstance() - Static method in class com.google.firestore.bundle.BundleMetadata
 
getDefaultInstance() - Static method in class com.google.firestore.bundle.NamedQuery
 
getDefaultInstance() - Static method in class com.google.firestore.v1.AggregationResult
 
getDefaultInstance() - Static method in class com.google.firestore.v1.ArrayValue
 
getDefaultInstance() - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
getDefaultInstance() - Static method in class com.google.firestore.v1.BatchWriteRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.BatchWriteResponse
 
getDefaultInstance() - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
getDefaultInstance() - Static method in class com.google.firestore.v1.BitSequence
 
getDefaultInstance() - Static method in class com.google.firestore.v1.BloomFilter
 
getDefaultInstance() - Static method in class com.google.firestore.v1.CommitRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.CommitResponse
 
getDefaultInstance() - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.Cursor
 
getDefaultInstance() - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.Document
 
getDefaultInstance() - Static method in class com.google.firestore.v1.DocumentChange
 
getDefaultInstance() - Static method in class com.google.firestore.v1.DocumentDelete
 
getDefaultInstance() - Static method in class com.google.firestore.v1.DocumentMask
 
getDefaultInstance() - Static method in class com.google.firestore.v1.DocumentRemove
 
getDefaultInstance() - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
getDefaultInstance() - Static method in class com.google.firestore.v1.DocumentTransform
 
getDefaultInstance() - Static method in class com.google.firestore.v1.ExistenceFilter
 
getDefaultInstance() - Static method in class com.google.firestore.v1.GetDocumentRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
getDefaultInstance() - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
getDefaultInstance() - Static method in class com.google.firestore.v1.ListenRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.ListenResponse
 
getDefaultInstance() - Static method in class com.google.firestore.v1.MapValue
 
getDefaultInstance() - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
getDefaultInstance() - Static method in class com.google.firestore.v1.Precondition
 
getDefaultInstance() - Static method in class com.google.firestore.v1.RollbackRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
getDefaultInstance() - Static method in class com.google.firestore.v1.RunQueryRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.RunQueryResponse
 
getDefaultInstance() - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
getDefaultInstance() - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
getDefaultInstance() - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
getDefaultInstance() - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
getDefaultInstance() - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
getDefaultInstance() - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
getDefaultInstance() - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
getDefaultInstance() - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
getDefaultInstance() - Static method in class com.google.firestore.v1.StructuredQuery
 
getDefaultInstance() - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
getDefaultInstance() - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
getDefaultInstance() - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
getDefaultInstance() - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
getDefaultInstance() - Static method in class com.google.firestore.v1.Target
 
getDefaultInstance() - Static method in class com.google.firestore.v1.Target.QueryTarget
 
getDefaultInstance() - Static method in class com.google.firestore.v1.TargetChange
 
getDefaultInstance() - Static method in class com.google.firestore.v1.TransactionOptions
 
getDefaultInstance() - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
getDefaultInstance() - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
getDefaultInstance() - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.Value
 
getDefaultInstance() - Static method in class com.google.firestore.v1.Write
 
getDefaultInstance() - Static method in class com.google.firestore.v1.WriteRequest
 
getDefaultInstance() - Static method in class com.google.firestore.v1.WriteResponse
 
getDefaultInstance() - Static method in class com.google.firestore.v1.WriteResult
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.CreateIndexRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.Database.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.Database
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.Field.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.Field
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.Field.TtlConfig
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.GetFieldRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.GetIndexRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.Index.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.Index
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.Index.IndexField
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ListFieldsResponse
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.ListIndexesResponse
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.LocationMetadata
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.Progress.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.Progress
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
 
getDefaultInstanceForType() - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.bundle.BundledQuery
 
getDefaultInstanceForType() - Method in class com.google.firestore.bundle.BundleElement.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.bundle.BundleElement
 
getDefaultInstanceForType() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.bundle.BundleMetadata
 
getDefaultInstanceForType() - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.bundle.NamedQuery
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.AggregationResult.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.AggregationResult
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ArrayValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ArrayValue
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BatchWriteRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BatchWriteResponse
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BeginTransactionRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BeginTransactionResponse
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BitSequence.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BitSequence
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BloomFilter.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.BloomFilter
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.CommitRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.CommitRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.CommitResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.CommitResponse
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.CreateDocumentRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Cursor.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Cursor
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.DeleteDocumentRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Document.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Document
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.DocumentChange.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.DocumentChange
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.DocumentDelete
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.DocumentMask.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.DocumentMask
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.DocumentRemove
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.DocumentTransform
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ExistenceFilter
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.GetDocumentRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ListCollectionIdsResponse
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ListDocumentsRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ListDocumentsResponse
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ListenRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ListenRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ListenResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.ListenResponse
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.MapValue.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.MapValue
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.PartitionQueryRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.PartitionQueryResponse
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Precondition.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Precondition
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.RollbackRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.RunQueryRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.RunQueryResponse
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredAggregationQuery
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.Filter
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.Order
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.Projection
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Target.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Target.DocumentsTarget
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Target
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Target.QueryTarget
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.TargetChange.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.TargetChange
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.TransactionOptions
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.UpdateDocumentRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Value.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Value
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Write.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.Write
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.WriteRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.WriteRequest
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.WriteResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.WriteResponse
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.WriteResult.Builder
 
getDefaultInstanceForType() - Method in class com.google.firestore.v1.WriteResult
 
getDefaultMtlsEndpoint() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the default mTLS service endpoint.
getDefaultMtlsEndpoint() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the default mTLS service endpoint.
getDefaultServiceScopes() - Static method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the default service scopes.
getDefaultServiceScopes() - Static method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the default service scopes.
getDefaultServiceScopes() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the default service scopes.
getDefaultServiceScopes() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the default service scopes.
getDefaultTransportChannelProviderBuilder() - Static method in class com.google.cloud.firestore.FirestoreOptions
 
getDefaultTransportOptionsBuilder() - Static method in class com.google.cloud.firestore.FirestoreOptions
 
getDelete() - Method in class com.google.firestore.v1.Write.Builder
A document name to delete.
getDelete() - Method in class com.google.firestore.v1.Write
A document name to delete.
getDelete() - Method in interface com.google.firestore.v1.WriteOrBuilder
A document name to delete.
getDeleteBytes() - Method in class com.google.firestore.v1.Write.Builder
A document name to delete.
getDeleteBytes() - Method in class com.google.firestore.v1.Write
A document name to delete.
getDeleteBytes() - Method in interface com.google.firestore.v1.WriteOrBuilder
A document name to delete.
getDeleteDocumentMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getDeleteIndexMethod() - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
getDescriptor() - Static method in enum com.google.firestore.admin.v1.Database.AppEngineIntegrationMode
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.Database.Builder
 
getDescriptor() - Static method in enum com.google.firestore.admin.v1.Database.ConcurrencyMode
 
getDescriptor() - Static method in enum com.google.firestore.admin.v1.Database.DatabaseType
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.Database
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.DatabaseProto
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.Field.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.Field
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
getDescriptor() - Static method in enum com.google.firestore.admin.v1.Field.TtlConfig.State
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
getDescriptor() - Static method in enum com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
getDescriptor() - Static method in enum com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.FieldProto
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.FirestoreAdminProto
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
getDescriptor() - Static method in enum com.google.firestore.admin.v1.Index.ApiScope
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.Index.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.Index
 
getDescriptor() - Static method in enum com.google.firestore.admin.v1.Index.IndexField.ArrayConfig
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
getDescriptor() - Static method in enum com.google.firestore.admin.v1.Index.IndexField.Order
 
getDescriptor() - Static method in enum com.google.firestore.admin.v1.Index.QueryScope
 
getDescriptor() - Static method in enum com.google.firestore.admin.v1.Index.State
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.IndexProto
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.LocationProto
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.OperationProto
 
getDescriptor() - Static method in enum com.google.firestore.admin.v1.OperationState
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.Progress.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.Progress
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
getDescriptor() - Static method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
getDescriptor() - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
getDescriptor() - Static method in class com.google.firestore.bundle.BundledQuery.Builder
 
getDescriptor() - Static method in class com.google.firestore.bundle.BundledQuery
 
getDescriptor() - Static method in enum com.google.firestore.bundle.BundledQuery.LimitType
 
getDescriptor() - Static method in class com.google.firestore.bundle.BundleElement.Builder
 
getDescriptor() - Static method in class com.google.firestore.bundle.BundleElement
 
getDescriptor() - Static method in class com.google.firestore.bundle.BundleMetadata.Builder
 
getDescriptor() - Static method in class com.google.firestore.bundle.BundleMetadata
 
getDescriptor() - Static method in class com.google.firestore.bundle.BundleProto
 
getDescriptor() - Static method in class com.google.firestore.bundle.NamedQuery.Builder
 
getDescriptor() - Static method in class com.google.firestore.bundle.NamedQuery
 
getDescriptor() - Static method in class com.google.firestore.v1.AggregationResult.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.AggregationResult
 
getDescriptor() - Static method in class com.google.firestore.v1.AggregationResultProto
 
getDescriptor() - Static method in class com.google.firestore.v1.ArrayValue.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.ArrayValue
 
getDescriptor() - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
getDescriptor() - Static method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.BatchWriteRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.BatchWriteResponse
 
getDescriptor() - Static method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
getDescriptor() - Static method in class com.google.firestore.v1.BitSequence.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.BitSequence
 
getDescriptor() - Static method in class com.google.firestore.v1.BloomFilter.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.BloomFilter
 
getDescriptor() - Static method in class com.google.firestore.v1.BloomFilterProto
 
getDescriptor() - Static method in class com.google.firestore.v1.CommitRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.CommitRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.CommitResponse.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.CommitResponse
 
getDescriptor() - Static method in class com.google.firestore.v1.CommonProto
 
getDescriptor() - Static method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.Cursor.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.Cursor
 
getDescriptor() - Static method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.Document.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.Document
 
getDescriptor() - Static method in class com.google.firestore.v1.DocumentChange.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.DocumentChange
 
getDescriptor() - Static method in class com.google.firestore.v1.DocumentDelete.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.DocumentDelete
 
getDescriptor() - Static method in class com.google.firestore.v1.DocumentMask.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.DocumentMask
 
getDescriptor() - Static method in class com.google.firestore.v1.DocumentProto
 
getDescriptor() - Static method in class com.google.firestore.v1.DocumentRemove.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.DocumentRemove
 
getDescriptor() - Static method in class com.google.firestore.v1.DocumentTransform.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
getDescriptor() - Static method in enum com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue
 
getDescriptor() - Static method in class com.google.firestore.v1.DocumentTransform
 
getDescriptor() - Static method in class com.google.firestore.v1.ExistenceFilter.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.ExistenceFilter
 
getDescriptor() - Static method in class com.google.firestore.v1.FirestoreProto
 
getDescriptor() - Static method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.GetDocumentRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
getDescriptor() - Static method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
getDescriptor() - Static method in class com.google.firestore.v1.ListenRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.ListenRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.ListenResponse.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.ListenResponse
 
getDescriptor() - Static method in class com.google.firestore.v1.MapValue.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.MapValue
 
getDescriptor() - Static method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
getDescriptor() - Static method in class com.google.firestore.v1.Precondition.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.Precondition
 
getDescriptor() - Static method in class com.google.firestore.v1.QueryProto
 
getDescriptor() - Static method in class com.google.firestore.v1.RollbackRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.RollbackRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
getDescriptor() - Static method in class com.google.firestore.v1.RunQueryRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.RunQueryRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.RunQueryResponse.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.RunQueryResponse
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
getDescriptor() - Static method in enum com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator
 
getDescriptor() - Static method in enum com.google.firestore.v1.StructuredQuery.Direction
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
getDescriptor() - Static method in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
getDescriptor() - Static method in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
 
getDescriptor() - Static method in class com.google.firestore.v1.Target.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
getDescriptor() - Static method in class com.google.firestore.v1.Target
 
getDescriptor() - Static method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.Target.QueryTarget
 
getDescriptor() - Static method in class com.google.firestore.v1.TargetChange.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.TargetChange
 
getDescriptor() - Static method in enum com.google.firestore.v1.TargetChange.TargetChangeType
 
getDescriptor() - Static method in class com.google.firestore.v1.TransactionOptions.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.TransactionOptions
 
getDescriptor() - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
getDescriptor() - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
getDescriptor() - Static method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.Value.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.Value
 
getDescriptor() - Static method in class com.google.firestore.v1.Write.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.Write
 
getDescriptor() - Static method in class com.google.firestore.v1.WriteProto
 
getDescriptor() - Static method in class com.google.firestore.v1.WriteRequest.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.WriteRequest
 
getDescriptor() - Static method in class com.google.firestore.v1.WriteResponse.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.WriteResponse
 
getDescriptor() - Static method in class com.google.firestore.v1.WriteResult.Builder
 
getDescriptor() - Static method in class com.google.firestore.v1.WriteResult
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
getDescriptorForType() - Method in enum com.google.firestore.admin.v1.Database.AppEngineIntegrationMode
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.Database.Builder
 
getDescriptorForType() - Method in enum com.google.firestore.admin.v1.Database.ConcurrencyMode
 
getDescriptorForType() - Method in enum com.google.firestore.admin.v1.Database.DatabaseType
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.Field.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
getDescriptorForType() - Method in enum com.google.firestore.admin.v1.Field.TtlConfig.State
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
getDescriptorForType() - Method in enum com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
getDescriptorForType() - Method in enum com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
getDescriptorForType() - Method in enum com.google.firestore.admin.v1.Index.ApiScope
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.Index.Builder
 
getDescriptorForType() - Method in enum com.google.firestore.admin.v1.Index.IndexField.ArrayConfig
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
getDescriptorForType() - Method in enum com.google.firestore.admin.v1.Index.IndexField.Order
 
getDescriptorForType() - Method in enum com.google.firestore.admin.v1.Index.QueryScope
 
getDescriptorForType() - Method in enum com.google.firestore.admin.v1.Index.State
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
getDescriptorForType() - Method in enum com.google.firestore.admin.v1.OperationState
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.Progress.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
getDescriptorForType() - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
getDescriptorForType() - Method in enum com.google.firestore.bundle.BundledQuery.LimitType
 
getDescriptorForType() - Method in class com.google.firestore.bundle.BundleElement.Builder
 
getDescriptorForType() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
getDescriptorForType() - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.AggregationResult.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.ArrayValue.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.BitSequence.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.BloomFilter.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.CommitRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.CommitResponse.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.Cursor.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.Document.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.DocumentChange.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.DocumentMask.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
getDescriptorForType() - Method in enum com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue
 
getDescriptorForType() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.ListenRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.ListenResponse.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.MapValue.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.Precondition.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
getDescriptorForType() - Method in enum com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator
 
getDescriptorForType() - Method in enum com.google.firestore.v1.StructuredQuery.Direction
 
getDescriptorForType() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
getDescriptorForType() - Method in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
 
getDescriptorForType() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
getDescriptorForType() - Method in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
 
getDescriptorForType() - Method in class com.google.firestore.v1.Target.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.TargetChange.Builder
 
getDescriptorForType() - Method in enum com.google.firestore.v1.TargetChange.TargetChangeType
 
getDescriptorForType() - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.Value.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.Write.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.WriteRequest.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.WriteResponse.Builder
 
getDescriptorForType() - Method in class com.google.firestore.v1.WriteResult.Builder
 
getDirection() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
The direction to order by.
getDirection() - Method in class com.google.firestore.v1.StructuredQuery.Order
The direction to order by.
getDirection() - Method in interface com.google.firestore.v1.StructuredQuery.OrderOrBuilder
The direction to order by.
getDirectionValue() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
The direction to order by.
getDirectionValue() - Method in class com.google.firestore.v1.StructuredQuery.Order
The direction to order by.
getDirectionValue() - Method in interface com.google.firestore.v1.StructuredQuery.OrderOrBuilder
The direction to order by.
getDocument() - Method in class com.google.cloud.firestore.DocumentChange
Returns the newly added or modified document if this DocumentChange is for an updated document.
getDocument(GetDocumentRequest) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Gets a single document.
getDocument() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.v1.Document document = 4;
getDocument() - Method in class com.google.firestore.bundle.BundleElement
.google.firestore.v1.Document document = 4;
getDocument() - Method in interface com.google.firestore.bundle.BundleElementOrBuilder
.google.firestore.v1.Document document = 4;
getDocument() - Method in class com.google.firestore.v1.AnyPathName.Builder
 
getDocument() - Method in class com.google.firestore.v1.AnyPathName
 
getDocument() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
getDocument() - Method in class com.google.firestore.v1.CreateDocumentRequest
Required.
getDocument() - Method in interface com.google.firestore.v1.CreateDocumentRequestOrBuilder
Required.
getDocument() - Method in class com.google.firestore.v1.DocumentChange.Builder
The new state of the [Document][google.firestore.v1.Document].
getDocument() - Method in class com.google.firestore.v1.DocumentChange
The new state of the [Document][google.firestore.v1.Document].
getDocument() - Method in interface com.google.firestore.v1.DocumentChangeOrBuilder
The new state of the [Document][google.firestore.v1.Document].
getDocument() - Method in class com.google.firestore.v1.DocumentDelete.Builder
The resource name of the [Document][google.firestore.v1.Document] that was deleted.
getDocument() - Method in class com.google.firestore.v1.DocumentDelete
The resource name of the [Document][google.firestore.v1.Document] that was deleted.
getDocument() - Method in interface com.google.firestore.v1.DocumentDeleteOrBuilder
The resource name of the [Document][google.firestore.v1.Document] that was deleted.
getDocument() - Method in class com.google.firestore.v1.DocumentRemove.Builder
The resource name of the [Document][google.firestore.v1.Document] that has gone out of view.
getDocument() - Method in class com.google.firestore.v1.DocumentRemove
The resource name of the [Document][google.firestore.v1.Document] that has gone out of view.
getDocument() - Method in interface com.google.firestore.v1.DocumentRemoveOrBuilder
The resource name of the [Document][google.firestore.v1.Document] that has gone out of view.
getDocument() - Method in class com.google.firestore.v1.DocumentTransform.Builder
The name of the document to transform.
getDocument() - Method in class com.google.firestore.v1.DocumentTransform
The name of the document to transform.
getDocument() - Method in interface com.google.firestore.v1.DocumentTransformOrBuilder
The name of the document to transform.
getDocument(GetDocumentRequest, StreamObserver<Document>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Gets a single document.
getDocument(GetDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
Gets a single document.
getDocument(GetDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
Gets a single document.
getDocument(GetDocumentRequest, StreamObserver<Document>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Gets a single document.
getDocument() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
A query result, not set when reporting partial progress.
getDocument() - Method in class com.google.firestore.v1.RunQueryResponse
A query result, not set when reporting partial progress.
getDocument() - Method in interface com.google.firestore.v1.RunQueryResponseOrBuilder
A query result, not set when reporting partial progress.
getDocument() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
Required.
getDocument() - Method in class com.google.firestore.v1.UpdateDocumentRequest
Required.
getDocument() - Method in interface com.google.firestore.v1.UpdateDocumentRequestOrBuilder
Required.
getDocumentBuilder() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.v1.Document document = 4;
getDocumentBuilder() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
getDocumentBuilder() - Method in class com.google.firestore.v1.DocumentChange.Builder
The new state of the [Document][google.firestore.v1.Document].
getDocumentBuilder() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
A query result, not set when reporting partial progress.
getDocumentBuilder() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
Required.
getDocumentBytes() - Method in class com.google.firestore.v1.DocumentDelete.Builder
The resource name of the [Document][google.firestore.v1.Document] that was deleted.
getDocumentBytes() - Method in class com.google.firestore.v1.DocumentDelete
The resource name of the [Document][google.firestore.v1.Document] that was deleted.
getDocumentBytes() - Method in interface com.google.firestore.v1.DocumentDeleteOrBuilder
The resource name of the [Document][google.firestore.v1.Document] that was deleted.
getDocumentBytes() - Method in class com.google.firestore.v1.DocumentRemove.Builder
The resource name of the [Document][google.firestore.v1.Document] that has gone out of view.
getDocumentBytes() - Method in class com.google.firestore.v1.DocumentRemove
The resource name of the [Document][google.firestore.v1.Document] that has gone out of view.
getDocumentBytes() - Method in interface com.google.firestore.v1.DocumentRemoveOrBuilder
The resource name of the [Document][google.firestore.v1.Document] that has gone out of view.
getDocumentBytes() - Method in class com.google.firestore.v1.DocumentTransform.Builder
The name of the document to transform.
getDocumentBytes() - Method in class com.google.firestore.v1.DocumentTransform
The name of the document to transform.
getDocumentBytes() - Method in interface com.google.firestore.v1.DocumentTransformOrBuilder
The name of the document to transform.
getDocumentCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Gets a single document.
getDocumentCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
getDocumentCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
getDocumentCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
getDocumentChange() - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has changed.
getDocumentChange() - Method in class com.google.firestore.v1.ListenResponse
A [Document][google.firestore.v1.Document] has changed.
getDocumentChange() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
A [Document][google.firestore.v1.Document] has changed.
getDocumentChangeBuilder() - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has changed.
getDocumentChangeOrBuilder() - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has changed.
getDocumentChangeOrBuilder() - Method in class com.google.firestore.v1.ListenResponse
A [Document][google.firestore.v1.Document] has changed.
getDocumentChangeOrBuilder() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
A [Document][google.firestore.v1.Document] has changed.
getDocumentChanges() - Method in class com.google.cloud.firestore.QuerySnapshot
Returns the list of documents that changed since the last snapshot.
getDocumentDelete() - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been deleted.
getDocumentDelete() - Method in class com.google.firestore.v1.ListenResponse
A [Document][google.firestore.v1.Document] has been deleted.
getDocumentDelete() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
A [Document][google.firestore.v1.Document] has been deleted.
getDocumentDeleteBuilder() - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been deleted.
getDocumentDeleteOrBuilder() - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been deleted.
getDocumentDeleteOrBuilder() - Method in class com.google.firestore.v1.ListenResponse
A [Document][google.firestore.v1.Document] has been deleted.
getDocumentDeleteOrBuilder() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
A [Document][google.firestore.v1.Document] has been deleted.
getDocumentId() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
The client-assigned document ID to use for this document.
getDocumentId() - Method in class com.google.firestore.v1.CreateDocumentRequest
The client-assigned document ID to use for this document.
getDocumentId() - Method in interface com.google.firestore.v1.CreateDocumentRequestOrBuilder
The client-assigned document ID to use for this document.
getDocumentIdBytes() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
The client-assigned document ID to use for this document.
getDocumentIdBytes() - Method in class com.google.firestore.v1.CreateDocumentRequest
The client-assigned document ID to use for this document.
getDocumentIdBytes() - Method in interface com.google.firestore.v1.CreateDocumentRequestOrBuilder
The client-assigned document ID to use for this document.
getDocumentMetadata() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
getDocumentMetadata() - Method in class com.google.firestore.bundle.BundleElement
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
getDocumentMetadata() - Method in interface com.google.firestore.bundle.BundleElementOrBuilder
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
getDocumentMetadataBuilder() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
getDocumentMetadataOrBuilder() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
getDocumentMetadataOrBuilder() - Method in class com.google.firestore.bundle.BundleElement
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
getDocumentMetadataOrBuilder() - Method in interface com.google.firestore.bundle.BundleElementOrBuilder
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
getDocumentOrBuilder() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.v1.Document document = 4;
getDocumentOrBuilder() - Method in class com.google.firestore.bundle.BundleElement
.google.firestore.v1.Document document = 4;
getDocumentOrBuilder() - Method in interface com.google.firestore.bundle.BundleElementOrBuilder
.google.firestore.v1.Document document = 4;
getDocumentOrBuilder() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
getDocumentOrBuilder() - Method in class com.google.firestore.v1.CreateDocumentRequest
Required.
getDocumentOrBuilder() - Method in interface com.google.firestore.v1.CreateDocumentRequestOrBuilder
Required.
getDocumentOrBuilder() - Method in class com.google.firestore.v1.DocumentChange.Builder
The new state of the [Document][google.firestore.v1.Document].
getDocumentOrBuilder() - Method in class com.google.firestore.v1.DocumentChange
The new state of the [Document][google.firestore.v1.Document].
getDocumentOrBuilder() - Method in interface com.google.firestore.v1.DocumentChangeOrBuilder
The new state of the [Document][google.firestore.v1.Document].
getDocumentOrBuilder() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
A query result, not set when reporting partial progress.
getDocumentOrBuilder() - Method in class com.google.firestore.v1.RunQueryResponse
A query result, not set when reporting partial progress.
getDocumentOrBuilder() - Method in interface com.google.firestore.v1.RunQueryResponseOrBuilder
A query result, not set when reporting partial progress.
getDocumentOrBuilder() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
Required.
getDocumentOrBuilder() - Method in class com.google.firestore.v1.UpdateDocumentRequest
Required.
getDocumentOrBuilder() - Method in interface com.google.firestore.v1.UpdateDocumentRequestOrBuilder
Required.
getDocumentPath() - Method in class com.google.firestore.v1.DocumentPathName.Builder
 
getDocumentPath() - Method in class com.google.firestore.v1.DocumentPathName
 
getDocumentReference() - Method in exception com.google.cloud.firestore.BulkWriterException
 
getDocumentRemove() - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
getDocumentRemove() - Method in class com.google.firestore.v1.ListenResponse
A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
getDocumentRemove() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
getDocumentRemoveBuilder() - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
getDocumentRemoveOrBuilder() - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
getDocumentRemoveOrBuilder() - Method in class com.google.firestore.v1.ListenResponse
A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
getDocumentRemoveOrBuilder() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
GetDocumentRequest - Class in com.google.firestore.v1
The request for [Firestore.GetDocument][google.firestore.v1.Firestore.GetDocument].
GetDocumentRequest.Builder - Class in com.google.firestore.v1
The request for [Firestore.GetDocument][google.firestore.v1.Firestore.GetDocument].
GetDocumentRequest.ConsistencySelectorCase - Enum in com.google.firestore.v1
 
GetDocumentRequestOrBuilder - Interface in com.google.firestore.v1
 
getDocuments() - Method in class com.google.cloud.firestore.QuerySnapshot
Returns the documents in this QuerySnapshot as a List in order of the query.
getDocuments(int) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The names of the documents to retrieve.
getDocuments(int) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
The names of the documents to retrieve.
getDocuments(int) - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
The names of the documents to retrieve.
getDocuments(int) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
getDocuments(int) - Method in class com.google.firestore.v1.ListDocumentsResponse
The Documents found.
getDocuments(int) - Method in interface com.google.firestore.v1.ListDocumentsResponseOrBuilder
The Documents found.
getDocuments() - Method in class com.google.firestore.v1.Target.Builder
A target specified by a set of document names.
getDocuments(int) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
The names of the documents to retrieve.
getDocuments(int) - Method in class com.google.firestore.v1.Target.DocumentsTarget
The names of the documents to retrieve.
getDocuments(int) - Method in interface com.google.firestore.v1.Target.DocumentsTargetOrBuilder
The names of the documents to retrieve.
getDocuments() - Method in class com.google.firestore.v1.Target
A target specified by a set of document names.
getDocuments() - Method in interface com.google.firestore.v1.TargetOrBuilder
A target specified by a set of document names.
getDocumentsBuilder(int) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
getDocumentsBuilder() - Method in class com.google.firestore.v1.Target.Builder
A target specified by a set of document names.
getDocumentsBuilderList() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
getDocumentsBytes(int) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The names of the documents to retrieve.
getDocumentsBytes(int) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
The names of the documents to retrieve.
getDocumentsBytes(int) - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
The names of the documents to retrieve.
getDocumentsBytes(int) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
The names of the documents to retrieve.
getDocumentsBytes(int) - Method in class com.google.firestore.v1.Target.DocumentsTarget
The names of the documents to retrieve.
getDocumentsBytes(int) - Method in interface com.google.firestore.v1.Target.DocumentsTargetOrBuilder
The names of the documents to retrieve.
getDocumentsCount() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The names of the documents to retrieve.
getDocumentsCount() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
The names of the documents to retrieve.
getDocumentsCount() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
The names of the documents to retrieve.
getDocumentsCount() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
getDocumentsCount() - Method in class com.google.firestore.v1.ListDocumentsResponse
The Documents found.
getDocumentsCount() - Method in interface com.google.firestore.v1.ListDocumentsResponseOrBuilder
The Documents found.
getDocumentsCount() - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
The names of the documents to retrieve.
getDocumentsCount() - Method in class com.google.firestore.v1.Target.DocumentsTarget
The names of the documents to retrieve.
getDocumentsCount() - Method in interface com.google.firestore.v1.Target.DocumentsTargetOrBuilder
The names of the documents to retrieve.
getDocumentSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to getDocument.
getDocumentSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to getDocument.
getDocumentSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to getDocument.
getDocumentSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to getDocument.
getDocumentsList() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The names of the documents to retrieve.
getDocumentsList() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
The names of the documents to retrieve.
getDocumentsList() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
The names of the documents to retrieve.
getDocumentsList() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
getDocumentsList() - Method in class com.google.firestore.v1.ListDocumentsResponse
The Documents found.
getDocumentsList() - Method in interface com.google.firestore.v1.ListDocumentsResponseOrBuilder
The Documents found.
getDocumentsList() - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
The names of the documents to retrieve.
getDocumentsList() - Method in class com.google.firestore.v1.Target.DocumentsTarget
The names of the documents to retrieve.
getDocumentsList() - Method in interface com.google.firestore.v1.Target.DocumentsTargetOrBuilder
The names of the documents to retrieve.
getDocumentsOrBuilder(int) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
getDocumentsOrBuilder(int) - Method in class com.google.firestore.v1.ListDocumentsResponse
The Documents found.
getDocumentsOrBuilder(int) - Method in interface com.google.firestore.v1.ListDocumentsResponseOrBuilder
The Documents found.
getDocumentsOrBuilder() - Method in class com.google.firestore.v1.Target.Builder
A target specified by a set of document names.
getDocumentsOrBuilder() - Method in class com.google.firestore.v1.Target
A target specified by a set of document names.
getDocumentsOrBuilder() - Method in interface com.google.firestore.v1.TargetOrBuilder
A target specified by a set of document names.
getDocumentsOrBuilderList() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
getDocumentsOrBuilderList() - Method in class com.google.firestore.v1.ListDocumentsResponse
The Documents found.
getDocumentsOrBuilderList() - Method in interface com.google.firestore.v1.ListDocumentsResponseOrBuilder
The Documents found.
getDone() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
If present, Firestore has completely finished the request and no more documents will be returned.
getDone() - Method in class com.google.firestore.v1.RunQueryResponse
If present, Firestore has completely finished the request and no more documents will be returned.
getDone() - Method in interface com.google.firestore.v1.RunQueryResponseOrBuilder
If present, Firestore has completely finished the request and no more documents will be returned.
getDouble(String) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the value of the field as a double.
getDoubleValue() - Method in class com.google.firestore.v1.Value.Builder
A double value.
getDoubleValue() - Method in class com.google.firestore.v1.Value
A double value.
getDoubleValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A double value.
getElementTypeCase() - Method in class com.google.firestore.bundle.BundleElement.Builder
 
getElementTypeCase() - Method in class com.google.firestore.bundle.BundleElement
 
getElementTypeCase() - Method in interface com.google.firestore.bundle.BundleElementOrBuilder
 
getEmulatorHost() - Method in class com.google.cloud.firestore.FirestoreOptions
 
getEndAt() - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to end the query at.
getEndAt() - Method in class com.google.firestore.v1.StructuredQuery
A potential prefix of a position in the result set to end the query at.
getEndAt() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
A potential prefix of a position in the result set to end the query at.
getEndAtBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to end the query at.
getEndAtOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to end the query at.
getEndAtOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery
A potential prefix of a position in the result set to end the query at.
getEndAtOrBuilder() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
A potential prefix of a position in the result set to end the query at.
getEndBefore() - Method in class com.google.cloud.firestore.QueryPartition
The cursor that defines the first result after this partition.
getEndTime() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation completed.
getEndTime() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
The time this operation completed.
getEndTime() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
The time this operation completed.
getEndTime() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation completed.
getEndTime() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The time this operation completed.
getEndTime() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The time this operation completed.
getEndTime() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation completed.
getEndTime() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The time this operation completed.
getEndTime() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The time this operation completed.
getEndTime() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation completed.
getEndTime() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The time this operation completed.
getEndTime() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The time this operation completed.
getEndTimeBuilder() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation completed.
getEndTimeBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation completed.
getEndTimeBuilder() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation completed.
getEndTimeBuilder() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation completed.
getEndTimeOrBuilder() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation completed.
getEndTimeOrBuilder() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
The time this operation completed.
getEndTimeOrBuilder() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
The time this operation completed.
getEndTimeOrBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation completed.
getEndTimeOrBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The time this operation completed.
getEndTimeOrBuilder() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The time this operation completed.
getEndTimeOrBuilder() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation completed.
getEndTimeOrBuilder() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The time this operation completed.
getEndTimeOrBuilder() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The time this operation completed.
getEndTimeOrBuilder() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation completed.
getEndTimeOrBuilder() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The time this operation completed.
getEndTimeOrBuilder() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The time this operation completed.
getEstimatedWork() - Method in class com.google.firestore.admin.v1.Progress.Builder
The amount of work estimated.
getEstimatedWork() - Method in class com.google.firestore.admin.v1.Progress
The amount of work estimated.
getEstimatedWork() - Method in interface com.google.firestore.admin.v1.ProgressOrBuilder
The amount of work estimated.
getEtag() - Method in class com.google.firestore.admin.v1.Database.Builder
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
getEtag() - Method in class com.google.firestore.admin.v1.Database
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
getEtag() - Method in interface com.google.firestore.admin.v1.DatabaseOrBuilder
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
getEtagBytes() - Method in class com.google.firestore.admin.v1.Database.Builder
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
getEtagBytes() - Method in class com.google.firestore.admin.v1.Database
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
getEtagBytes() - Method in interface com.google.firestore.admin.v1.DatabaseOrBuilder
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
getExecutor() - Method in class com.google.cloud.firestore.BulkWriterOptions
 
getExecutor() - Method in interface com.google.cloud.firestore.spi.v1.FirestoreRpc
Returns the executor used by the GAPIC client.
getExecutor() - Method in class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
getExecutor() - Method in class com.google.cloud.firestore.TransactionOptions.Builder
 
getExecutor() - Method in class com.google.cloud.firestore.TransactionOptions
 
getExists() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
Whether the document exists.
getExists() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
Whether the document exists.
getExists() - Method in interface com.google.firestore.bundle.BundledDocumentMetadataOrBuilder
Whether the document exists.
getExists() - Method in class com.google.firestore.v1.Precondition.Builder
When set to `true`, the target document must exist.
getExists() - Method in class com.google.firestore.v1.Precondition
When set to `true`, the target document must exist.
getExists() - Method in interface com.google.firestore.v1.PreconditionOrBuilder
When set to `true`, the target document must exist.
getExpectedCount() - Method in class com.google.firestore.v1.Target.Builder
The number of documents that last matched the query at the resume token or read time.
getExpectedCount() - Method in class com.google.firestore.v1.Target
The number of documents that last matched the query at the resume token or read time.
getExpectedCount() - Method in interface com.google.firestore.v1.TargetOrBuilder
The number of documents that last matched the query at the resume token or read time.
getExpectedCountBuilder() - Method in class com.google.firestore.v1.Target.Builder
The number of documents that last matched the query at the resume token or read time.
getExpectedCountOrBuilder() - Method in class com.google.firestore.v1.Target.Builder
The number of documents that last matched the query at the resume token or read time.
getExpectedCountOrBuilder() - Method in class com.google.firestore.v1.Target
The number of documents that last matched the query at the resume token or read time.
getExpectedCountOrBuilder() - Method in interface com.google.firestore.v1.TargetOrBuilder
The number of documents that last matched the query at the resume token or read time.
getExportDocumentsMethod() - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
 
getFailedAttempts() - Method in exception com.google.cloud.firestore.BulkWriterException
 
getField(FieldName) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Gets the metadata and configuration for a Field.
getField(String) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Gets the metadata and configuration for a Field.
getField(GetFieldRequest) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Gets the metadata and configuration for a Field.
getField() - Method in class com.google.firestore.admin.v1.FieldName.Builder
 
getField() - Method in class com.google.firestore.admin.v1.FieldName
 
getField() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The field resource that this operation is acting on.
getField() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The field resource that this operation is acting on.
getField() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The field resource that this operation is acting on.
getField(GetFieldRequest, StreamObserver<Field>) - Method in interface com.google.firestore.admin.v1.FirestoreAdminGrpc.AsyncService
Gets the metadata and configuration for a Field.
getField(GetFieldRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminBlockingStub
Gets the metadata and configuration for a Field.
getField(GetFieldRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminFutureStub
Gets the metadata and configuration for a Field.
getField(GetFieldRequest, StreamObserver<Field>) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminStub
Gets the metadata and configuration for a Field.
getField() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
Required.
getField() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
Required.
getField() - Method in interface com.google.firestore.admin.v1.UpdateFieldRequestOrBuilder
Required.
getField() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The field to filter by.
getField() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
The field to filter by.
getField() - Method in interface com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder
The field to filter by.
getField() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
The field to order by.
getField() - Method in class com.google.firestore.v1.StructuredQuery.Order
The field to order by.
getField() - Method in interface com.google.firestore.v1.StructuredQuery.OrderOrBuilder
The field to order by.
getField() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
The field to which to apply the operator.
getField() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
The field to which to apply the operator.
getField() - Method in interface com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder
The field to which to apply the operator.
getFieldBuilder() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
Required.
getFieldBuilder() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The field to filter by.
getFieldBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
The field to order by.
getFieldBuilder() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
The field to which to apply the operator.
getFieldBytes() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The field resource that this operation is acting on.
getFieldBytes() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The field resource that this operation is acting on.
getFieldBytes() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The field resource that this operation is acting on.
getFieldCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Gets the metadata and configuration for a Field.
getFieldCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
getFieldCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
getFieldCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
getFieldFilter() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter on a document field.
getFieldFilter() - Method in class com.google.firestore.v1.StructuredQuery.Filter
A filter on a document field.
getFieldFilter() - Method in interface com.google.firestore.v1.StructuredQuery.FilterOrBuilder
A filter on a document field.
getFieldFilterBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter on a document field.
getFieldFilterOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter on a document field.
getFieldFilterOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Filter
A filter on a document field.
getFieldFilterOrBuilder() - Method in interface com.google.firestore.v1.StructuredQuery.FilterOrBuilder
A filter on a document field.
getFieldOrBuilder() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
Required.
getFieldOrBuilder() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
Required.
getFieldOrBuilder() - Method in interface com.google.firestore.admin.v1.UpdateFieldRequestOrBuilder
Required.
getFieldOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The field to filter by.
getFieldOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
The field to filter by.
getFieldOrBuilder() - Method in interface com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder
The field to filter by.
getFieldOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
The field to order by.
getFieldOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Order
The field to order by.
getFieldOrBuilder() - Method in interface com.google.firestore.v1.StructuredQuery.OrderOrBuilder
The field to order by.
getFieldOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
The field to which to apply the operator.
getFieldOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
The field to which to apply the operator.
getFieldOrBuilder() - Method in interface com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder
The field to which to apply the operator.
getFieldPath() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Can be __name__.
getFieldPath() - Method in class com.google.firestore.admin.v1.Index.IndexField
Can be __name__.
getFieldPath() - Method in interface com.google.firestore.admin.v1.Index.IndexFieldOrBuilder
Can be __name__.
getFieldPath() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
The path of the field.
getFieldPath() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
The path of the field.
getFieldPath() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
The path of the field.
getFieldPath() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
The relative path of the document being referenced.
getFieldPath() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference
The relative path of the document being referenced.
getFieldPath() - Method in interface com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder
The relative path of the document being referenced.
getFieldPathBytes() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Can be __name__.
getFieldPathBytes() - Method in class com.google.firestore.admin.v1.Index.IndexField
Can be __name__.
getFieldPathBytes() - Method in interface com.google.firestore.admin.v1.Index.IndexFieldOrBuilder
Can be __name__.
getFieldPathBytes() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
The path of the field.
getFieldPathBytes() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
The path of the field.
getFieldPathBytes() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
The path of the field.
getFieldPathBytes() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
The relative path of the document being referenced.
getFieldPathBytes() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference
The relative path of the document being referenced.
getFieldPathBytes() - Method in interface com.google.firestore.v1.StructuredQuery.FieldReferenceOrBuilder
The relative path of the document being referenced.
getFieldPaths(int) - Method in class com.google.firestore.v1.DocumentMask.Builder
The list of field paths in the mask.
getFieldPaths(int) - Method in class com.google.firestore.v1.DocumentMask
The list of field paths in the mask.
getFieldPaths(int) - Method in interface com.google.firestore.v1.DocumentMaskOrBuilder
The list of field paths in the mask.
getFieldPathsBytes(int) - Method in class com.google.firestore.v1.DocumentMask.Builder
The list of field paths in the mask.
getFieldPathsBytes(int) - Method in class com.google.firestore.v1.DocumentMask
The list of field paths in the mask.
getFieldPathsBytes(int) - Method in interface com.google.firestore.v1.DocumentMaskOrBuilder
The list of field paths in the mask.
getFieldPathsCount() - Method in class com.google.firestore.v1.DocumentMask.Builder
The list of field paths in the mask.
getFieldPathsCount() - Method in class com.google.firestore.v1.DocumentMask
The list of field paths in the mask.
getFieldPathsCount() - Method in interface com.google.firestore.v1.DocumentMaskOrBuilder
The list of field paths in the mask.
getFieldPathsList() - Method in class com.google.firestore.v1.DocumentMask.Builder
The list of field paths in the mask.
getFieldPathsList() - Method in class com.google.firestore.v1.DocumentMask
The list of field paths in the mask.
getFieldPathsList() - Method in interface com.google.firestore.v1.DocumentMaskOrBuilder
The list of field paths in the mask.
GetFieldRequest - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.GetField][google.firestore.admin.v1.FirestoreAdmin.GetField].
GetFieldRequest.Builder - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.GetField][google.firestore.admin.v1.FirestoreAdmin.GetField].
GetFieldRequestOrBuilder - Interface in com.google.firestore.admin.v1
 
getFields(int) - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
getFields(int) - Method in class com.google.firestore.admin.v1.Index
The fields supported by this index.
getFields(int) - Method in interface com.google.firestore.admin.v1.IndexOrBuilder
The fields supported by this index.
getFields(int) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
getFields(int) - Method in class com.google.firestore.admin.v1.ListFieldsResponse
The requested fields.
getFields(int) - Method in interface com.google.firestore.admin.v1.ListFieldsResponseOrBuilder
The requested fields.
getFields() - Method in class com.google.firestore.v1.Document.Builder
Deprecated.
getFields() - Method in class com.google.firestore.v1.Document
Deprecated.
getFields() - Method in interface com.google.firestore.v1.DocumentOrBuilder
Deprecated.
getFields() - Method in class com.google.firestore.v1.MapValue.Builder
Deprecated.
getFields() - Method in class com.google.firestore.v1.MapValue
Deprecated.
getFields() - Method in interface com.google.firestore.v1.MapValueOrBuilder
Deprecated.
getFields(int) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
getFields(int) - Method in class com.google.firestore.v1.StructuredQuery.Projection
The fields to return.
getFields(int) - Method in interface com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder
The fields to return.
getFieldsBuilder(int) - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
getFieldsBuilder(int) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
getFieldsBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
getFieldsBuilderList() - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
getFieldsBuilderList() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
getFieldsBuilderList() - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
getFieldsCount() - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
getFieldsCount() - Method in class com.google.firestore.admin.v1.Index
The fields supported by this index.
getFieldsCount() - Method in interface com.google.firestore.admin.v1.IndexOrBuilder
The fields supported by this index.
getFieldsCount() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
getFieldsCount() - Method in class com.google.firestore.admin.v1.ListFieldsResponse
The requested fields.
getFieldsCount() - Method in interface com.google.firestore.admin.v1.ListFieldsResponseOrBuilder
The requested fields.
getFieldsCount() - Method in class com.google.firestore.v1.Document.Builder
 
getFieldsCount() - Method in class com.google.firestore.v1.Document
 
getFieldsCount() - Method in interface com.google.firestore.v1.DocumentOrBuilder
The document's fields.
getFieldsCount() - Method in class com.google.firestore.v1.MapValue.Builder
 
getFieldsCount() - Method in class com.google.firestore.v1.MapValue
 
getFieldsCount() - Method in interface com.google.firestore.v1.MapValueOrBuilder
The map's fields.
getFieldsCount() - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
getFieldsCount() - Method in class com.google.firestore.v1.StructuredQuery.Projection
The fields to return.
getFieldsCount() - Method in interface com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder
The fields to return.
getFieldSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to getField.
getFieldSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to getField.
getFieldSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to getField.
getFieldSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to getField.
getFieldsList() - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
getFieldsList() - Method in class com.google.firestore.admin.v1.Index
The fields supported by this index.
getFieldsList() - Method in interface com.google.firestore.admin.v1.IndexOrBuilder
The fields supported by this index.
getFieldsList() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
getFieldsList() - Method in class com.google.firestore.admin.v1.ListFieldsResponse
The requested fields.
getFieldsList() - Method in interface com.google.firestore.admin.v1.ListFieldsResponseOrBuilder
The requested fields.
getFieldsList() - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
getFieldsList() - Method in class com.google.firestore.v1.StructuredQuery.Projection
The fields to return.
getFieldsList() - Method in interface com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder
The fields to return.
getFieldsMap() - Method in class com.google.firestore.v1.Document.Builder
The document's fields.
getFieldsMap() - Method in class com.google.firestore.v1.Document
The document's fields.
getFieldsMap() - Method in interface com.google.firestore.v1.DocumentOrBuilder
The document's fields.
getFieldsMap() - Method in class com.google.firestore.v1.MapValue.Builder
The map's fields.
getFieldsMap() - Method in class com.google.firestore.v1.MapValue
The map's fields.
getFieldsMap() - Method in interface com.google.firestore.v1.MapValueOrBuilder
The map's fields.
getFieldsOrBuilder(int) - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
getFieldsOrBuilder(int) - Method in class com.google.firestore.admin.v1.Index
The fields supported by this index.
getFieldsOrBuilder(int) - Method in interface com.google.firestore.admin.v1.IndexOrBuilder
The fields supported by this index.
getFieldsOrBuilder(int) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
getFieldsOrBuilder(int) - Method in class com.google.firestore.admin.v1.ListFieldsResponse
The requested fields.
getFieldsOrBuilder(int) - Method in interface com.google.firestore.admin.v1.ListFieldsResponseOrBuilder
The requested fields.
getFieldsOrBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
getFieldsOrBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery.Projection
The fields to return.
getFieldsOrBuilder(int) - Method in interface com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder
The fields to return.
getFieldsOrBuilderList() - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
getFieldsOrBuilderList() - Method in class com.google.firestore.admin.v1.Index
The fields supported by this index.
getFieldsOrBuilderList() - Method in interface com.google.firestore.admin.v1.IndexOrBuilder
The fields supported by this index.
getFieldsOrBuilderList() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
getFieldsOrBuilderList() - Method in class com.google.firestore.admin.v1.ListFieldsResponse
The requested fields.
getFieldsOrBuilderList() - Method in interface com.google.firestore.admin.v1.ListFieldsResponseOrBuilder
The requested fields.
getFieldsOrBuilderList() - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
getFieldsOrBuilderList() - Method in class com.google.firestore.v1.StructuredQuery.Projection
The fields to return.
getFieldsOrBuilderList() - Method in interface com.google.firestore.v1.StructuredQuery.ProjectionOrBuilder
The fields to return.
getFieldsOrDefault(String, Value) - Method in class com.google.firestore.v1.Document.Builder
The document's fields.
getFieldsOrDefault(String, Value) - Method in class com.google.firestore.v1.Document
The document's fields.
getFieldsOrDefault(String, Value) - Method in interface com.google.firestore.v1.DocumentOrBuilder
The document's fields.
getFieldsOrDefault(String, Value) - Method in class com.google.firestore.v1.MapValue.Builder
The map's fields.
getFieldsOrDefault(String, Value) - Method in class com.google.firestore.v1.MapValue
The map's fields.
getFieldsOrDefault(String, Value) - Method in interface com.google.firestore.v1.MapValueOrBuilder
The map's fields.
getFieldsOrThrow(String) - Method in class com.google.firestore.v1.Document.Builder
The document's fields.
getFieldsOrThrow(String) - Method in class com.google.firestore.v1.Document
The document's fields.
getFieldsOrThrow(String) - Method in interface com.google.firestore.v1.DocumentOrBuilder
The document's fields.
getFieldsOrThrow(String) - Method in class com.google.firestore.v1.MapValue.Builder
The map's fields.
getFieldsOrThrow(String) - Method in class com.google.firestore.v1.MapValue
The map's fields.
getFieldsOrThrow(String) - Method in interface com.google.firestore.v1.MapValueOrBuilder
The map's fields.
getFieldTransforms(int) - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
getFieldTransforms(int) - Method in class com.google.firestore.v1.DocumentTransform
The list of transformations to apply to the fields of the document, in order.
getFieldTransforms(int) - Method in interface com.google.firestore.v1.DocumentTransformOrBuilder
The list of transformations to apply to the fields of the document, in order.
getFieldTransformsBuilder(int) - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
getFieldTransformsBuilderList() - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
getFieldTransformsCount() - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
getFieldTransformsCount() - Method in class com.google.firestore.v1.DocumentTransform
The list of transformations to apply to the fields of the document, in order.
getFieldTransformsCount() - Method in interface com.google.firestore.v1.DocumentTransformOrBuilder
The list of transformations to apply to the fields of the document, in order.
getFieldTransformsList() - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
getFieldTransformsList() - Method in class com.google.firestore.v1.DocumentTransform
The list of transformations to apply to the fields of the document, in order.
getFieldTransformsList() - Method in interface com.google.firestore.v1.DocumentTransformOrBuilder
The list of transformations to apply to the fields of the document, in order.
getFieldTransformsOrBuilder(int) - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
getFieldTransformsOrBuilder(int) - Method in class com.google.firestore.v1.DocumentTransform
The list of transformations to apply to the fields of the document, in order.
getFieldTransformsOrBuilder(int) - Method in interface com.google.firestore.v1.DocumentTransformOrBuilder
The list of transformations to apply to the fields of the document, in order.
getFieldTransformsOrBuilderList() - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
getFieldTransformsOrBuilderList() - Method in class com.google.firestore.v1.DocumentTransform
The list of transformations to apply to the fields of the document, in order.
getFieldTransformsOrBuilderList() - Method in interface com.google.firestore.v1.DocumentTransformOrBuilder
The list of transformations to apply to the fields of the document, in order.
getFieldValue(String) - Method in class com.google.firestore.admin.v1.CollectionGroupName
 
getFieldValue(String) - Method in class com.google.firestore.admin.v1.DatabaseName
 
getFieldValue(String) - Method in class com.google.firestore.admin.v1.FieldName
 
getFieldValue(String) - Method in class com.google.firestore.admin.v1.IndexName
 
getFieldValue(String) - Method in class com.google.firestore.admin.v1.ParentName
 
getFieldValue(String) - Method in class com.google.firestore.admin.v1.ProjectName
 
getFieldValue(String) - Method in class com.google.firestore.v1.AnyPathName
 
getFieldValue(String) - Method in class com.google.firestore.v1.DatabaseRootName
 
getFieldValue(String) - Method in class com.google.firestore.v1.DocumentPathName
 
getFieldValue(String) - Method in class com.google.firestore.v1.DocumentRootName
 
getFieldValuesMap() - Method in class com.google.firestore.admin.v1.CollectionGroupName
 
getFieldValuesMap() - Method in class com.google.firestore.admin.v1.DatabaseName
 
getFieldValuesMap() - Method in class com.google.firestore.admin.v1.FieldName
 
getFieldValuesMap() - Method in class com.google.firestore.admin.v1.IndexName
 
getFieldValuesMap() - Method in class com.google.firestore.admin.v1.ParentName
 
getFieldValuesMap() - Method in class com.google.firestore.admin.v1.ProjectName
 
getFieldValuesMap() - Method in class com.google.firestore.v1.AnyPathName
 
getFieldValuesMap() - Method in class com.google.firestore.v1.DatabaseRootName
 
getFieldValuesMap() - Method in class com.google.firestore.v1.DocumentPathName
 
getFieldValuesMap() - Method in class com.google.firestore.v1.DocumentRootName
 
getFilter() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
The filter to apply to list results.
getFilter() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
The filter to apply to list results.
getFilter() - Method in interface com.google.firestore.admin.v1.ListFieldsRequestOrBuilder
The filter to apply to list results.
getFilter() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
The filter to apply to list results.
getFilter() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
The filter to apply to list results.
getFilter() - Method in interface com.google.firestore.admin.v1.ListIndexesRequestOrBuilder
The filter to apply to list results.
getFilter() - Method in class com.google.firestore.v1.ListenResponse.Builder
A filter to apply to the set of documents previously returned for the given target.
getFilter() - Method in class com.google.firestore.v1.ListenResponse
A filter to apply to the set of documents previously returned for the given target.
getFilter() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
A filter to apply to the set of documents previously returned for the given target.
getFilterBuilder() - Method in class com.google.firestore.v1.ListenResponse.Builder
A filter to apply to the set of documents previously returned for the given target.
getFilterBytes() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
The filter to apply to list results.
getFilterBytes() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
The filter to apply to list results.
getFilterBytes() - Method in interface com.google.firestore.admin.v1.ListFieldsRequestOrBuilder
The filter to apply to list results.
getFilterBytes() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
The filter to apply to list results.
getFilterBytes() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
The filter to apply to list results.
getFilterBytes() - Method in interface com.google.firestore.admin.v1.ListIndexesRequestOrBuilder
The filter to apply to list results.
getFilterOrBuilder() - Method in class com.google.firestore.v1.ListenResponse.Builder
A filter to apply to the set of documents previously returned for the given target.
getFilterOrBuilder() - Method in class com.google.firestore.v1.ListenResponse
A filter to apply to the set of documents previously returned for the given target.
getFilterOrBuilder() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
A filter to apply to the set of documents previously returned for the given target.
getFilters(int) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
getFilters(int) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
The list of filters to combine.
getFilters(int) - Method in interface com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder
The list of filters to combine.
getFiltersBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
getFiltersBuilderList() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
getFiltersCount() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
getFiltersCount() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
The list of filters to combine.
getFiltersCount() - Method in interface com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder
The list of filters to combine.
getFiltersList() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
getFiltersList() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
The list of filters to combine.
getFiltersList() - Method in interface com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder
The list of filters to combine.
getFiltersOrBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
getFiltersOrBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
The list of filters to combine.
getFiltersOrBuilder(int) - Method in interface com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder
The list of filters to combine.
getFiltersOrBuilderList() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
getFiltersOrBuilderList() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
The list of filters to combine.
getFiltersOrBuilderList() - Method in interface com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder
The list of filters to combine.
getFilterTypeCase() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
getFilterTypeCase() - Method in class com.google.firestore.v1.StructuredQuery.Filter
 
getFilterTypeCase() - Method in interface com.google.firestore.v1.StructuredQuery.FilterOrBuilder
 
getFirestore() - Method in class com.google.cloud.firestore.DocumentReference
 
getFirestore() - Method in class com.google.cloud.firestore.Query
Gets the Firestore instance associated with this query.
getFound() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
A document that was requested.
getFound() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
A document that was requested.
getFound() - Method in interface com.google.firestore.v1.BatchGetDocumentsResponseOrBuilder
A document that was requested.
getFoundBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
A document that was requested.
getFoundOrBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
A document that was requested.
getFoundOrBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
A document that was requested.
getFoundOrBuilder() - Method in interface com.google.firestore.v1.BatchGetDocumentsResponseOrBuilder
A document that was requested.
getFrom(int) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
getFrom(int) - Method in class com.google.firestore.v1.StructuredQuery
The collections to query.
getFrom(int) - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The collections to query.
getFromBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
getFromBuilderList() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
getFromCount() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
getFromCount() - Method in class com.google.firestore.v1.StructuredQuery
The collections to query.
getFromCount() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The collections to query.
getFromList() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
getFromList() - Method in class com.google.firestore.v1.StructuredQuery
The collections to query.
getFromList() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The collections to query.
getFromOrBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
getFromOrBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery
The collections to query.
getFromOrBuilder(int) - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The collections to query.
getFromOrBuilderList() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
getFromOrBuilderList() - Method in class com.google.firestore.v1.StructuredQuery
The collections to query.
getFromOrBuilderList() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The collections to query.
getGeoPoint(String) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the value of the field as a GeoPoint.
getGeoPointValue() - Method in class com.google.firestore.v1.Value.Builder
A geo point value representing a point on the surface of Earth.
getGeoPointValue() - Method in class com.google.firestore.v1.Value
A geo point value representing a point on the surface of Earth.
getGeoPointValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A geo point value representing a point on the surface of Earth.
getGeoPointValueBuilder() - Method in class com.google.firestore.v1.Value.Builder
A geo point value representing a point on the surface of Earth.
getGeoPointValueOrBuilder() - Method in class com.google.firestore.v1.Value.Builder
A geo point value representing a point on the surface of Earth.
getGeoPointValueOrBuilder() - Method in class com.google.firestore.v1.Value
A geo point value representing a point on the surface of Earth.
getGeoPointValueOrBuilder() - Method in interface com.google.firestore.v1.ValueOrBuilder
A geo point value representing a point on the surface of Earth.
getGetDatabaseMethod() - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
 
getGetDocumentMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getGetFieldMethod() - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
 
getGetIndexMethod() - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
 
getHashCount() - Method in class com.google.firestore.v1.BloomFilter.Builder
The number of hashes used by the algorithm.
getHashCount() - Method in class com.google.firestore.v1.BloomFilter
The number of hashes used by the algorithm.
getHashCount() - Method in interface com.google.firestore.v1.BloomFilterOrBuilder
The number of hashes used by the algorithm.
getHttpJsonOperationsClient() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Returns the OperationsClient that can be used to query the status of a long-running operation returned by another API method call.
getHttpJsonOperationsStub() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
getHttpJsonOperationsStub() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
getId() - Method in class com.google.cloud.firestore.CollectionReference
The id of a collection refers to the last component of path pointing to a collection, e.g.
getId() - Method in class com.google.cloud.firestore.DocumentReference
The id of a document refers to the last component of path pointing to a document, e.g.
getId() - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the ID of the document contained in this snapshot.
getId() - Method in class com.google.cloud.firestore.FirestoreBundle.Builder
Returns the ID for this bundle.
getId() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
The ID of the bundle.
getId() - Method in class com.google.firestore.bundle.BundleMetadata
The ID of the bundle.
getId() - Method in interface com.google.firestore.bundle.BundleMetadataOrBuilder
The ID of the bundle.
getIdBytes() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
The ID of the bundle.
getIdBytes() - Method in class com.google.firestore.bundle.BundleMetadata
The ID of the bundle.
getIdBytes() - Method in interface com.google.firestore.bundle.BundleMetadataOrBuilder
The ID of the bundle.
getImportDocumentsMethod() - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
 
getIncrement() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Adds the given value to the field's current value.
getIncrement() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Adds the given value to the field's current value.
getIncrement() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Adds the given value to the field's current value.
getIncrementBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Adds the given value to the field's current value.
getIncrementOrBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Adds the given value to the field's current value.
getIncrementOrBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Adds the given value to the field's current value.
getIncrementOrBuilder() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Adds the given value to the field's current value.
getIndex(IndexName) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Gets a composite index.
getIndex(String) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Gets a composite index.
getIndex(GetIndexRequest) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Gets a composite index.
getIndex() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
Required.
getIndex() - Method in class com.google.firestore.admin.v1.CreateIndexRequest
Required.
getIndex() - Method in interface com.google.firestore.admin.v1.CreateIndexRequestOrBuilder
Required.
getIndex() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
The index being changed.
getIndex() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
The index being changed.
getIndex() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder
The index being changed.
getIndex(GetIndexRequest, StreamObserver<Index>) - Method in interface com.google.firestore.admin.v1.FirestoreAdminGrpc.AsyncService
Gets a composite index.
getIndex(GetIndexRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminBlockingStub
Gets a composite index.
getIndex(GetIndexRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminFutureStub
Gets a composite index.
getIndex(GetIndexRequest, StreamObserver<Index>) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminStub
Gets a composite index.
getIndex() - Method in class com.google.firestore.admin.v1.IndexName.Builder
 
getIndex() - Method in class com.google.firestore.admin.v1.IndexName
 
getIndex() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The index resource that this operation is acting on.
getIndex() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The index resource that this operation is acting on.
getIndex() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The index resource that this operation is acting on.
getIndexBuilder() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
Required.
getIndexBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
The index being changed.
getIndexBytes() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The index resource that this operation is acting on.
getIndexBytes() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The index resource that this operation is acting on.
getIndexBytes() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The index resource that this operation is acting on.
getIndexCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Gets a composite index.
getIndexCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
getIndexCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
getIndexCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
getIndexConfig() - Method in class com.google.firestore.admin.v1.Field.Builder
The index configuration for this field.
getIndexConfig() - Method in class com.google.firestore.admin.v1.Field
The index configuration for this field.
getIndexConfig() - Method in interface com.google.firestore.admin.v1.FieldOrBuilder
The index configuration for this field.
getIndexConfigBuilder() - Method in class com.google.firestore.admin.v1.Field.Builder
The index configuration for this field.
getIndexConfigDeltas(int) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltas(int) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltas(int) - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltasBuilder(int) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltasBuilderList() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltasCount() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltasCount() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltasCount() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltasList() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltasList() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltasList() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltasOrBuilder(int) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltasOrBuilder(int) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltasOrBuilder(int) - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltasOrBuilderList() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltasOrBuilderList() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigDeltasOrBuilderList() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
getIndexConfigOrBuilder() - Method in class com.google.firestore.admin.v1.Field.Builder
The index configuration for this field.
getIndexConfigOrBuilder() - Method in class com.google.firestore.admin.v1.Field
The index configuration for this field.
getIndexConfigOrBuilder() - Method in interface com.google.firestore.admin.v1.FieldOrBuilder
The index configuration for this field.
getIndexes(int) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
getIndexes(int) - Method in class com.google.firestore.admin.v1.Field.IndexConfig
The indexes supported for this field.
getIndexes(int) - Method in interface com.google.firestore.admin.v1.Field.IndexConfigOrBuilder
The indexes supported for this field.
getIndexes(int) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
getIndexes(int) - Method in class com.google.firestore.admin.v1.ListIndexesResponse
The requested indexes.
getIndexes(int) - Method in interface com.google.firestore.admin.v1.ListIndexesResponseOrBuilder
The requested indexes.
getIndexesBuilder(int) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
getIndexesBuilder(int) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
getIndexesBuilderList() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
getIndexesBuilderList() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
getIndexesCount() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
getIndexesCount() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
The indexes supported for this field.
getIndexesCount() - Method in interface com.google.firestore.admin.v1.Field.IndexConfigOrBuilder
The indexes supported for this field.
getIndexesCount() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
getIndexesCount() - Method in class com.google.firestore.admin.v1.ListIndexesResponse
The requested indexes.
getIndexesCount() - Method in interface com.google.firestore.admin.v1.ListIndexesResponseOrBuilder
The requested indexes.
getIndexesList() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
getIndexesList() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
The indexes supported for this field.
getIndexesList() - Method in interface com.google.firestore.admin.v1.Field.IndexConfigOrBuilder
The indexes supported for this field.
getIndexesList() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
getIndexesList() - Method in class com.google.firestore.admin.v1.ListIndexesResponse
The requested indexes.
getIndexesList() - Method in interface com.google.firestore.admin.v1.ListIndexesResponseOrBuilder
The requested indexes.
getIndexesOrBuilder(int) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
getIndexesOrBuilder(int) - Method in class com.google.firestore.admin.v1.Field.IndexConfig
The indexes supported for this field.
getIndexesOrBuilder(int) - Method in interface com.google.firestore.admin.v1.Field.IndexConfigOrBuilder
The indexes supported for this field.
getIndexesOrBuilder(int) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
getIndexesOrBuilder(int) - Method in class com.google.firestore.admin.v1.ListIndexesResponse
The requested indexes.
getIndexesOrBuilder(int) - Method in interface com.google.firestore.admin.v1.ListIndexesResponseOrBuilder
The requested indexes.
getIndexesOrBuilderList() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
getIndexesOrBuilderList() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
The indexes supported for this field.
getIndexesOrBuilderList() - Method in interface com.google.firestore.admin.v1.Field.IndexConfigOrBuilder
The indexes supported for this field.
getIndexesOrBuilderList() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
getIndexesOrBuilderList() - Method in class com.google.firestore.admin.v1.ListIndexesResponse
The requested indexes.
getIndexesOrBuilderList() - Method in interface com.google.firestore.admin.v1.ListIndexesResponseOrBuilder
The requested indexes.
getIndexOrBuilder() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
Required.
getIndexOrBuilder() - Method in class com.google.firestore.admin.v1.CreateIndexRequest
Required.
getIndexOrBuilder() - Method in interface com.google.firestore.admin.v1.CreateIndexRequestOrBuilder
Required.
getIndexOrBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
The index being changed.
getIndexOrBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
The index being changed.
getIndexOrBuilder() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder
The index being changed.
GetIndexRequest - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.GetIndex][google.firestore.admin.v1.FirestoreAdmin.GetIndex].
GetIndexRequest.Builder - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.GetIndex][google.firestore.admin.v1.FirestoreAdmin.GetIndex].
GetIndexRequestOrBuilder - Interface in com.google.firestore.admin.v1
 
getIndexSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to getIndex.
getIndexSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to getIndex.
getIndexSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to getIndex.
getIndexSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to getIndex.
getInitialOpsPerSecond() - Method in class com.google.cloud.firestore.BulkWriterOptions
Returns the initial maximum number of operations per second allowed by the throttler.
getInputUriPrefix() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The location of the documents being imported.
getInputUriPrefix() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The location of the documents being imported.
getInputUriPrefix() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The location of the documents being imported.
getInputUriPrefix() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Location of the exported files.
getInputUriPrefix() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
Location of the exported files.
getInputUriPrefix() - Method in interface com.google.firestore.admin.v1.ImportDocumentsRequestOrBuilder
Location of the exported files.
getInputUriPrefixBytes() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The location of the documents being imported.
getInputUriPrefixBytes() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The location of the documents being imported.
getInputUriPrefixBytes() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The location of the documents being imported.
getInputUriPrefixBytes() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Location of the exported files.
getInputUriPrefixBytes() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
Location of the exported files.
getInputUriPrefixBytes() - Method in interface com.google.firestore.admin.v1.ImportDocumentsRequestOrBuilder
Location of the exported files.
getInstance() - Static method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
getIntegerValue() - Method in class com.google.firestore.v1.Value.Builder
An integer value.
getIntegerValue() - Method in class com.google.firestore.v1.Value
An integer value.
getIntegerValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
An integer value.
getKey() - Method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
getKey() - Method in interface com.google.cloud.firestore.collection.LLRBNode
 
getKey() - Method in class com.google.cloud.firestore.collection.LLRBValueNode
 
getKeyPrefix() - Method in class com.google.firestore.admin.v1.Database.Builder
Output only.
getKeyPrefix() - Method in class com.google.firestore.admin.v1.Database
Output only.
getKeyPrefix() - Method in interface com.google.firestore.admin.v1.DatabaseOrBuilder
Output only.
getKeyPrefixBytes() - Method in class com.google.firestore.admin.v1.Database.Builder
Output only.
getKeyPrefixBytes() - Method in class com.google.firestore.admin.v1.Database
Output only.
getKeyPrefixBytes() - Method in interface com.google.firestore.admin.v1.DatabaseOrBuilder
Output only.
getLabels() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
Deprecated.
getLabels() - Method in class com.google.firestore.v1.BatchWriteRequest
Deprecated.
getLabels() - Method in interface com.google.firestore.v1.BatchWriteRequestOrBuilder
Deprecated.
getLabels() - Method in class com.google.firestore.v1.ListenRequest.Builder
Deprecated.
getLabels() - Method in class com.google.firestore.v1.ListenRequest
Deprecated.
getLabels() - Method in interface com.google.firestore.v1.ListenRequestOrBuilder
Deprecated.
getLabels() - Method in class com.google.firestore.v1.WriteRequest.Builder
Deprecated.
getLabels() - Method in class com.google.firestore.v1.WriteRequest
Deprecated.
getLabels() - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
Deprecated.
getLabelsCount() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
getLabelsCount() - Method in class com.google.firestore.v1.BatchWriteRequest
 
getLabelsCount() - Method in interface com.google.firestore.v1.BatchWriteRequestOrBuilder
Labels associated with this batch write.
getLabelsCount() - Method in class com.google.firestore.v1.ListenRequest.Builder
 
getLabelsCount() - Method in class com.google.firestore.v1.ListenRequest
 
getLabelsCount() - Method in interface com.google.firestore.v1.ListenRequestOrBuilder
Labels associated with this target change.
getLabelsCount() - Method in class com.google.firestore.v1.WriteRequest.Builder
 
getLabelsCount() - Method in class com.google.firestore.v1.WriteRequest
 
getLabelsCount() - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
Labels associated with this write request.
getLabelsMap() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
Labels associated with this batch write.
getLabelsMap() - Method in class com.google.firestore.v1.BatchWriteRequest
Labels associated with this batch write.
getLabelsMap() - Method in interface com.google.firestore.v1.BatchWriteRequestOrBuilder
Labels associated with this batch write.
getLabelsMap() - Method in class com.google.firestore.v1.ListenRequest.Builder
Labels associated with this target change.
getLabelsMap() - Method in class com.google.firestore.v1.ListenRequest
Labels associated with this target change.
getLabelsMap() - Method in interface com.google.firestore.v1.ListenRequestOrBuilder
Labels associated with this target change.
getLabelsMap() - Method in class com.google.firestore.v1.WriteRequest.Builder
Labels associated with this write request.
getLabelsMap() - Method in class com.google.firestore.v1.WriteRequest
Labels associated with this write request.
getLabelsMap() - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
Labels associated with this write request.
getLabelsOrDefault(String, String) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
Labels associated with this batch write.
getLabelsOrDefault(String, String) - Method in class com.google.firestore.v1.BatchWriteRequest
Labels associated with this batch write.
getLabelsOrDefault(String, String) - Method in interface com.google.firestore.v1.BatchWriteRequestOrBuilder
Labels associated with this batch write.
getLabelsOrDefault(String, String) - Method in class com.google.firestore.v1.ListenRequest.Builder
Labels associated with this target change.
getLabelsOrDefault(String, String) - Method in class com.google.firestore.v1.ListenRequest
Labels associated with this target change.
getLabelsOrDefault(String, String) - Method in interface com.google.firestore.v1.ListenRequestOrBuilder
Labels associated with this target change.
getLabelsOrDefault(String, String) - Method in class com.google.firestore.v1.WriteRequest.Builder
Labels associated with this write request.
getLabelsOrDefault(String, String) - Method in class com.google.firestore.v1.WriteRequest
Labels associated with this write request.
getLabelsOrDefault(String, String) - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
Labels associated with this write request.
getLabelsOrThrow(String) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
Labels associated with this batch write.
getLabelsOrThrow(String) - Method in class com.google.firestore.v1.BatchWriteRequest
Labels associated with this batch write.
getLabelsOrThrow(String) - Method in interface com.google.firestore.v1.BatchWriteRequestOrBuilder
Labels associated with this batch write.
getLabelsOrThrow(String) - Method in class com.google.firestore.v1.ListenRequest.Builder
Labels associated with this target change.
getLabelsOrThrow(String) - Method in class com.google.firestore.v1.ListenRequest
Labels associated with this target change.
getLabelsOrThrow(String) - Method in interface com.google.firestore.v1.ListenRequestOrBuilder
Labels associated with this target change.
getLabelsOrThrow(String) - Method in class com.google.firestore.v1.WriteRequest.Builder
Labels associated with this write request.
getLabelsOrThrow(String) - Method in class com.google.firestore.v1.WriteRequest
Labels associated with this write request.
getLabelsOrThrow(String) - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
Labels associated with this write request.
getLatitude() - Method in class com.google.cloud.firestore.GeoPoint
Returns the latitude.
getLeft() - Method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
getLeft() - Method in interface com.google.cloud.firestore.collection.LLRBNode
 
getLeft() - Method in class com.google.cloud.firestore.collection.LLRBValueNode
 
getLimit() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The maximum number of results to return.
getLimit() - Method in class com.google.firestore.v1.StructuredQuery
The maximum number of results to return.
getLimit() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The maximum number of results to return.
getLimitBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The maximum number of results to return.
getLimitOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The maximum number of results to return.
getLimitOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery
The maximum number of results to return.
getLimitOrBuilder() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The maximum number of results to return.
getLimitType() - Method in class com.google.firestore.bundle.BundledQuery.Builder
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3;
getLimitType() - Method in class com.google.firestore.bundle.BundledQuery
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3;
getLimitType() - Method in interface com.google.firestore.bundle.BundledQueryOrBuilder
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3;
getLimitTypeValue() - Method in class com.google.firestore.bundle.BundledQuery.Builder
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3;
getLimitTypeValue() - Method in class com.google.firestore.bundle.BundledQuery
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3;
getLimitTypeValue() - Method in interface com.google.firestore.bundle.BundledQueryOrBuilder
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3;
getListCollectionIdsMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getListDatabasesMethod() - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
 
getListDocumentsMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getListenMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getListFieldsMethod() - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
 
getListIndexesMethod() - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
 
getLocationId() - Method in class com.google.firestore.admin.v1.Database.Builder
The location of the database.
getLocationId() - Method in class com.google.firestore.admin.v1.Database
The location of the database.
getLocationId() - Method in interface com.google.firestore.admin.v1.DatabaseOrBuilder
The location of the database.
getLocationIdBytes() - Method in class com.google.firestore.admin.v1.Database.Builder
The location of the database.
getLocationIdBytes() - Method in class com.google.firestore.admin.v1.Database
The location of the database.
getLocationIdBytes() - Method in interface com.google.firestore.admin.v1.DatabaseOrBuilder
The location of the database.
getLong(String) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the value of the field as a long.
getLongitude() - Method in class com.google.cloud.firestore.GeoPoint
Returns the longitude.
getMapValue() - Method in class com.google.firestore.v1.Value.Builder
A map value.
getMapValue() - Method in class com.google.firestore.v1.Value
A map value.
getMapValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A map value.
getMapValueBuilder() - Method in class com.google.firestore.v1.Value.Builder
A map value.
getMapValueOrBuilder() - Method in class com.google.firestore.v1.Value.Builder
A map value.
getMapValueOrBuilder() - Method in class com.google.firestore.v1.Value
A map value.
getMapValueOrBuilder() - Method in interface com.google.firestore.v1.ValueOrBuilder
A map value.
getMask() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The fields to return.
getMask() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
The fields to return.
getMask() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
The fields to return.
getMask() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
The fields to return.
getMask() - Method in class com.google.firestore.v1.CreateDocumentRequest
The fields to return.
getMask() - Method in interface com.google.firestore.v1.CreateDocumentRequestOrBuilder
The fields to return.
getMask() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
The fields to return.
getMask() - Method in class com.google.firestore.v1.GetDocumentRequest
The fields to return.
getMask() - Method in interface com.google.firestore.v1.GetDocumentRequestOrBuilder
The fields to return.
getMask() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
getMask() - Method in class com.google.firestore.v1.ListDocumentsRequest
Optional.
getMask() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Optional.
getMask() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to return.
getMask() - Method in class com.google.firestore.v1.UpdateDocumentRequest
The fields to return.
getMask() - Method in interface com.google.firestore.v1.UpdateDocumentRequestOrBuilder
The fields to return.
getMaskBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The fields to return.
getMaskBuilder() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
The fields to return.
getMaskBuilder() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
The fields to return.
getMaskBuilder() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
getMaskBuilder() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to return.
getMaskOrBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The fields to return.
getMaskOrBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
The fields to return.
getMaskOrBuilder() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
The fields to return.
getMaskOrBuilder() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
The fields to return.
getMaskOrBuilder() - Method in class com.google.firestore.v1.CreateDocumentRequest
The fields to return.
getMaskOrBuilder() - Method in interface com.google.firestore.v1.CreateDocumentRequestOrBuilder
The fields to return.
getMaskOrBuilder() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
The fields to return.
getMaskOrBuilder() - Method in class com.google.firestore.v1.GetDocumentRequest
The fields to return.
getMaskOrBuilder() - Method in interface com.google.firestore.v1.GetDocumentRequestOrBuilder
The fields to return.
getMaskOrBuilder() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
getMaskOrBuilder() - Method in class com.google.firestore.v1.ListDocumentsRequest
Optional.
getMaskOrBuilder() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Optional.
getMaskOrBuilder() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to return.
getMaskOrBuilder() - Method in class com.google.firestore.v1.UpdateDocumentRequest
The fields to return.
getMaskOrBuilder() - Method in interface com.google.firestore.v1.UpdateDocumentRequestOrBuilder
The fields to return.
getMax() - Method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
getMax() - Method in interface com.google.cloud.firestore.collection.LLRBNode
 
getMax() - Method in class com.google.cloud.firestore.collection.LLRBValueNode
 
getMaxEntry() - Method in class com.google.cloud.firestore.collection.ImmutableSortedSet
 
getMaximum() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the maximum of its current value and the given value.
getMaximum() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Sets the field to the maximum of its current value and the given value.
getMaximum() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Sets the field to the maximum of its current value and the given value.
getMaximumBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the maximum of its current value and the given value.
getMaximumOrBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the maximum of its current value and the given value.
getMaximumOrBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Sets the field to the maximum of its current value and the given value.
getMaximumOrBuilder() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Sets the field to the maximum of its current value and the given value.
getMaxKey() - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
getMaxKey() - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
getMaxKey() - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
getMaxOpsPerSecond() - Method in class com.google.cloud.firestore.BulkWriterOptions
Returns the maximum number of operations per second allowed by the throttler.
getMessage() - Method in exception com.google.cloud.firestore.BulkWriterException
 
getMetadata() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundleMetadata metadata = 1;
getMetadata() - Method in class com.google.firestore.bundle.BundleElement
.google.firestore.bundle.BundleMetadata metadata = 1;
getMetadata() - Method in interface com.google.firestore.bundle.BundleElementOrBuilder
.google.firestore.bundle.BundleMetadata metadata = 1;
getMetadataBuilder() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundleMetadata metadata = 1;
getMetadataOrBuilder() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundleMetadata metadata = 1;
getMetadataOrBuilder() - Method in class com.google.firestore.bundle.BundleElement
.google.firestore.bundle.BundleMetadata metadata = 1;
getMetadataOrBuilder() - Method in interface com.google.firestore.bundle.BundleElementOrBuilder
.google.firestore.bundle.BundleMetadata metadata = 1;
getMethodDescriptors() - Static method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
getMethodDescriptors() - Static method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
getMin() - Method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
getMin() - Method in interface com.google.cloud.firestore.collection.LLRBNode
 
getMin() - Method in class com.google.cloud.firestore.collection.LLRBValueNode
 
getMinEntry() - Method in class com.google.cloud.firestore.collection.ImmutableSortedSet
 
getMinimum() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the minimum of its current value and the given value.
getMinimum() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Sets the field to the minimum of its current value and the given value.
getMinimum() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Sets the field to the minimum of its current value and the given value.
getMinimumBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the minimum of its current value and the given value.
getMinimumOrBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the minimum of its current value and the given value.
getMinimumOrBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Sets the field to the minimum of its current value and the given value.
getMinimumOrBuilder() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Sets the field to the minimum of its current value and the given value.
getMinKey() - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
getMinKey() - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
getMinKey() - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
getMissing() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
A document name that was requested but does not exist.
getMissing() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
A document name that was requested but does not exist.
getMissing() - Method in interface com.google.firestore.v1.BatchGetDocumentsResponseOrBuilder
A document name that was requested but does not exist.
getMissingBytes() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
A document name that was requested but does not exist.
getMissingBytes() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
A document name that was requested but does not exist.
getMissingBytes() - Method in interface com.google.firestore.v1.BatchGetDocumentsResponseOrBuilder
A document name that was requested but does not exist.
getModeCase() - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
getModeCase() - Method in class com.google.firestore.v1.TransactionOptions
 
getModeCase() - Method in interface com.google.firestore.v1.TransactionOptionsOrBuilder
 
getMutableAggregateFields() - Method in class com.google.firestore.v1.AggregationResult.Builder
Deprecated.
getMutableFields() - Method in class com.google.firestore.v1.Document.Builder
Deprecated.
getMutableFields() - Method in class com.google.firestore.v1.MapValue.Builder
Deprecated.
getMutableLabels() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
Deprecated.
getMutableLabels() - Method in class com.google.firestore.v1.ListenRequest.Builder
Deprecated.
getMutableLabels() - Method in class com.google.firestore.v1.WriteRequest.Builder
Deprecated.
getMutationsSize() - Method in class com.google.cloud.firestore.UpdateBuilder
Get the number of writes.
getName() - Method in class com.google.firestore.admin.v1.Database.Builder
The resource name of the Database.
getName() - Method in class com.google.firestore.admin.v1.Database
The resource name of the Database.
getName() - Method in interface com.google.firestore.admin.v1.DatabaseOrBuilder
The resource name of the Database.
getName() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
Required.
getName() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest
Required.
getName() - Method in interface com.google.firestore.admin.v1.DeleteIndexRequestOrBuilder
Required.
getName() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
Required.
getName() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
Required.
getName() - Method in interface com.google.firestore.admin.v1.ExportDocumentsRequestOrBuilder
Required.
getName() - Method in class com.google.firestore.admin.v1.Field.Builder
Required.
getName() - Method in class com.google.firestore.admin.v1.Field
Required.
getName() - Method in interface com.google.firestore.admin.v1.FieldOrBuilder
Required.
getName() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
Required.
getName() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest
Required.
getName() - Method in interface com.google.firestore.admin.v1.GetDatabaseRequestOrBuilder
Required.
getName() - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
Required.
getName() - Method in class com.google.firestore.admin.v1.GetFieldRequest
Required.
getName() - Method in interface com.google.firestore.admin.v1.GetFieldRequestOrBuilder
Required.
getName() - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
Required.
getName() - Method in class com.google.firestore.admin.v1.GetIndexRequest
Required.
getName() - Method in interface com.google.firestore.admin.v1.GetIndexRequestOrBuilder
Required.
getName() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Required.
getName() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
Required.
getName() - Method in interface com.google.firestore.admin.v1.ImportDocumentsRequestOrBuilder
Required.
getName() - Method in class com.google.firestore.admin.v1.Index.Builder
Output only.
getName() - Method in class com.google.firestore.admin.v1.Index
Output only.
getName() - Method in interface com.google.firestore.admin.v1.IndexOrBuilder
Output only.
getName() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The document key of a bundled document.
getName() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
The document key of a bundled document.
getName() - Method in interface com.google.firestore.bundle.BundledDocumentMetadataOrBuilder
The document key of a bundled document.
getName() - Method in class com.google.firestore.bundle.NamedQuery.Builder
Name of the query, such that client can use the name to load this query from bundle, and resume from when the query results are materialized into this bundle.
getName() - Method in class com.google.firestore.bundle.NamedQuery
Name of the query, such that client can use the name to load this query from bundle, and resume from when the query results are materialized into this bundle.
getName() - Method in interface com.google.firestore.bundle.NamedQueryOrBuilder
Name of the query, such that client can use the name to load this query from bundle, and resume from when the query results are materialized into this bundle.
getName() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
Required.
getName() - Method in class com.google.firestore.v1.DeleteDocumentRequest
Required.
getName() - Method in interface com.google.firestore.v1.DeleteDocumentRequestOrBuilder
Required.
getName() - Method in class com.google.firestore.v1.Document.Builder
The resource name of the document, for example `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
getName() - Method in class com.google.firestore.v1.Document
The resource name of the document, for example `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
getName() - Method in interface com.google.firestore.v1.DocumentOrBuilder
The resource name of the document, for example `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
getName() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Required.
getName() - Method in class com.google.firestore.v1.GetDocumentRequest
Required.
getName() - Method in interface com.google.firestore.v1.GetDocumentRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.firestore.admin.v1.Database.Builder
The resource name of the Database.
getNameBytes() - Method in class com.google.firestore.admin.v1.Database
The resource name of the Database.
getNameBytes() - Method in interface com.google.firestore.admin.v1.DatabaseOrBuilder
The resource name of the Database.
getNameBytes() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
Required.
getNameBytes() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest
Required.
getNameBytes() - Method in interface com.google.firestore.admin.v1.DeleteIndexRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
Required.
getNameBytes() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
Required.
getNameBytes() - Method in interface com.google.firestore.admin.v1.ExportDocumentsRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.firestore.admin.v1.Field.Builder
Required.
getNameBytes() - Method in class com.google.firestore.admin.v1.Field
Required.
getNameBytes() - Method in interface com.google.firestore.admin.v1.FieldOrBuilder
Required.
getNameBytes() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
Required.
getNameBytes() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest
Required.
getNameBytes() - Method in interface com.google.firestore.admin.v1.GetDatabaseRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
Required.
getNameBytes() - Method in class com.google.firestore.admin.v1.GetFieldRequest
Required.
getNameBytes() - Method in interface com.google.firestore.admin.v1.GetFieldRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
Required.
getNameBytes() - Method in class com.google.firestore.admin.v1.GetIndexRequest
Required.
getNameBytes() - Method in interface com.google.firestore.admin.v1.GetIndexRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Required.
getNameBytes() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
Required.
getNameBytes() - Method in interface com.google.firestore.admin.v1.ImportDocumentsRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.firestore.admin.v1.Index.Builder
Output only.
getNameBytes() - Method in class com.google.firestore.admin.v1.Index
Output only.
getNameBytes() - Method in interface com.google.firestore.admin.v1.IndexOrBuilder
Output only.
getNameBytes() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The document key of a bundled document.
getNameBytes() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
The document key of a bundled document.
getNameBytes() - Method in interface com.google.firestore.bundle.BundledDocumentMetadataOrBuilder
The document key of a bundled document.
getNameBytes() - Method in class com.google.firestore.bundle.NamedQuery.Builder
Name of the query, such that client can use the name to load this query from bundle, and resume from when the query results are materialized into this bundle.
getNameBytes() - Method in class com.google.firestore.bundle.NamedQuery
Name of the query, such that client can use the name to load this query from bundle, and resume from when the query results are materialized into this bundle.
getNameBytes() - Method in interface com.google.firestore.bundle.NamedQueryOrBuilder
Name of the query, such that client can use the name to load this query from bundle, and resume from when the query results are materialized into this bundle.
getNameBytes() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
Required.
getNameBytes() - Method in class com.google.firestore.v1.DeleteDocumentRequest
Required.
getNameBytes() - Method in interface com.google.firestore.v1.DeleteDocumentRequestOrBuilder
Required.
getNameBytes() - Method in class com.google.firestore.v1.Document.Builder
The resource name of the document, for example `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
getNameBytes() - Method in class com.google.firestore.v1.Document
The resource name of the document, for example `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
getNameBytes() - Method in interface com.google.firestore.v1.DocumentOrBuilder
The resource name of the document, for example `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
getNameBytes() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Required.
getNameBytes() - Method in class com.google.firestore.v1.GetDocumentRequest
Required.
getNameBytes() - Method in interface com.google.firestore.v1.GetDocumentRequestOrBuilder
Required.
getNamedQuery() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.NamedQuery named_query = 2;
getNamedQuery() - Method in class com.google.firestore.bundle.BundleElement
.google.firestore.bundle.NamedQuery named_query = 2;
getNamedQuery() - Method in interface com.google.firestore.bundle.BundleElementOrBuilder
.google.firestore.bundle.NamedQuery named_query = 2;
getNamedQueryBuilder() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.NamedQuery named_query = 2;
getNamedQueryOrBuilder() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.NamedQuery named_query = 2;
getNamedQueryOrBuilder() - Method in class com.google.firestore.bundle.BundleElement
.google.firestore.bundle.NamedQuery named_query = 2;
getNamedQueryOrBuilder() - Method in interface com.google.firestore.bundle.BundleElementOrBuilder
.google.firestore.bundle.NamedQuery named_query = 2;
getNewIndex() - Method in class com.google.cloud.firestore.DocumentChange
The index of the changed document in the result set immediately after this DocumentChange (i.e.
getNewTransaction() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Starts a new transaction and reads the documents.
getNewTransaction() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
Starts a new transaction and reads the documents.
getNewTransaction() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
Starts a new transaction and reads the documents.
getNewTransaction() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Starts a new transaction as part of the query, defaulting to read-only.
getNewTransaction() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
Starts a new transaction as part of the query, defaulting to read-only.
getNewTransaction() - Method in interface com.google.firestore.v1.RunAggregationQueryRequestOrBuilder
Starts a new transaction as part of the query, defaulting to read-only.
getNewTransaction() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Starts a new transaction and reads the documents.
getNewTransaction() - Method in class com.google.firestore.v1.RunQueryRequest
Starts a new transaction and reads the documents.
getNewTransaction() - Method in interface com.google.firestore.v1.RunQueryRequestOrBuilder
Starts a new transaction and reads the documents.
getNewTransactionBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Starts a new transaction and reads the documents.
getNewTransactionBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Starts a new transaction as part of the query, defaulting to read-only.
getNewTransactionBuilder() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Starts a new transaction and reads the documents.
getNewTransactionOrBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Starts a new transaction and reads the documents.
getNewTransactionOrBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
Starts a new transaction and reads the documents.
getNewTransactionOrBuilder() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
Starts a new transaction and reads the documents.
getNewTransactionOrBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Starts a new transaction as part of the query, defaulting to read-only.
getNewTransactionOrBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
Starts a new transaction as part of the query, defaulting to read-only.
getNewTransactionOrBuilder() - Method in interface com.google.firestore.v1.RunAggregationQueryRequestOrBuilder
Starts a new transaction as part of the query, defaulting to read-only.
getNewTransactionOrBuilder() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Starts a new transaction and reads the documents.
getNewTransactionOrBuilder() - Method in class com.google.firestore.v1.RunQueryRequest
Starts a new transaction and reads the documents.
getNewTransactionOrBuilder() - Method in interface com.google.firestore.v1.RunQueryRequestOrBuilder
Starts a new transaction and reads the documents.
getNextPageToken() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
A page token that may be used to request another page of results.
getNextPageToken() - Method in class com.google.firestore.admin.v1.ListFieldsResponse
A page token that may be used to request another page of results.
getNextPageToken() - Method in interface com.google.firestore.admin.v1.ListFieldsResponseOrBuilder
A page token that may be used to request another page of results.
getNextPageToken() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
A page token that may be used to request another page of results.
getNextPageToken() - Method in class com.google.firestore.admin.v1.ListIndexesResponse
A page token that may be used to request another page of results.
getNextPageToken() - Method in interface com.google.firestore.admin.v1.ListIndexesResponseOrBuilder
A page token that may be used to request another page of results.
getNextPageToken() - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
A page token that may be used to continue the list.
getNextPageToken() - Method in class com.google.firestore.v1.ListCollectionIdsResponse
A page token that may be used to continue the list.
getNextPageToken() - Method in interface com.google.firestore.v1.ListCollectionIdsResponseOrBuilder
A page token that may be used to continue the list.
getNextPageToken() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
A token to retrieve the next page of documents.
getNextPageToken() - Method in class com.google.firestore.v1.ListDocumentsResponse
A token to retrieve the next page of documents.
getNextPageToken() - Method in interface com.google.firestore.v1.ListDocumentsResponseOrBuilder
A token to retrieve the next page of documents.
getNextPageToken() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
A page token that may be used to request an additional set of results, up to the number specified by `partition_count` in the PartitionQuery request.
getNextPageToken() - Method in class com.google.firestore.v1.PartitionQueryResponse
A page token that may be used to request an additional set of results, up to the number specified by `partition_count` in the PartitionQuery request.
getNextPageToken() - Method in interface com.google.firestore.v1.PartitionQueryResponseOrBuilder
A page token that may be used to request an additional set of results, up to the number specified by `partition_count` in the PartitionQuery request.
getNextPageTokenBytes() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
A page token that may be used to request another page of results.
getNextPageTokenBytes() - Method in class com.google.firestore.admin.v1.ListFieldsResponse
A page token that may be used to request another page of results.
getNextPageTokenBytes() - Method in interface com.google.firestore.admin.v1.ListFieldsResponseOrBuilder
A page token that may be used to request another page of results.
getNextPageTokenBytes() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
A page token that may be used to request another page of results.
getNextPageTokenBytes() - Method in class com.google.firestore.admin.v1.ListIndexesResponse
A page token that may be used to request another page of results.
getNextPageTokenBytes() - Method in interface com.google.firestore.admin.v1.ListIndexesResponseOrBuilder
A page token that may be used to request another page of results.
getNextPageTokenBytes() - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
A page token that may be used to continue the list.
getNextPageTokenBytes() - Method in class com.google.firestore.v1.ListCollectionIdsResponse
A page token that may be used to continue the list.
getNextPageTokenBytes() - Method in interface com.google.firestore.v1.ListCollectionIdsResponseOrBuilder
A page token that may be used to continue the list.
getNextPageTokenBytes() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
A token to retrieve the next page of documents.
getNextPageTokenBytes() - Method in class com.google.firestore.v1.ListDocumentsResponse
A token to retrieve the next page of documents.
getNextPageTokenBytes() - Method in interface com.google.firestore.v1.ListDocumentsResponseOrBuilder
A token to retrieve the next page of documents.
getNextPageTokenBytes() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
A page token that may be used to request an additional set of results, up to the number specified by `partition_count` in the PartitionQuery request.
getNextPageTokenBytes() - Method in class com.google.firestore.v1.PartitionQueryResponse
A page token that may be used to request an additional set of results, up to the number specified by `partition_count` in the PartitionQuery request.
getNextPageTokenBytes() - Method in interface com.google.firestore.v1.PartitionQueryResponseOrBuilder
A page token that may be used to request an additional set of results, up to the number specified by `partition_count` in the PartitionQuery request.
getNullValue() - Method in class com.google.firestore.v1.Value.Builder
A null value.
getNullValue() - Method in class com.google.firestore.v1.Value
A null value.
getNullValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A null value.
getNullValueValue() - Method in class com.google.firestore.v1.Value.Builder
A null value.
getNullValueValue() - Method in class com.google.firestore.v1.Value
A null value.
getNullValueValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A null value.
getNumber() - Method in enum com.google.firestore.admin.v1.Database.AppEngineIntegrationMode
 
getNumber() - Method in enum com.google.firestore.admin.v1.Database.ConcurrencyMode
 
getNumber() - Method in enum com.google.firestore.admin.v1.Database.DatabaseType
 
getNumber() - Method in enum com.google.firestore.admin.v1.Field.TtlConfig.State
 
getNumber() - Method in enum com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType
 
getNumber() - Method in enum com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType
 
getNumber() - Method in enum com.google.firestore.admin.v1.Index.ApiScope
 
getNumber() - Method in enum com.google.firestore.admin.v1.Index.IndexField.ArrayConfig
 
getNumber() - Method in enum com.google.firestore.admin.v1.Index.IndexField.Order
 
getNumber() - Method in enum com.google.firestore.admin.v1.Index.IndexField.ValueModeCase
 
getNumber() - Method in enum com.google.firestore.admin.v1.Index.QueryScope
 
getNumber() - Method in enum com.google.firestore.admin.v1.Index.State
 
getNumber() - Method in enum com.google.firestore.admin.v1.OperationState
 
getNumber() - Method in enum com.google.firestore.bundle.BundledQuery.LimitType
 
getNumber() - Method in enum com.google.firestore.bundle.BundledQuery.QueryTypeCase
 
getNumber() - Method in enum com.google.firestore.bundle.BundleElement.ElementTypeCase
 
getNumber() - Method in enum com.google.firestore.v1.BatchGetDocumentsRequest.ConsistencySelectorCase
 
getNumber() - Method in enum com.google.firestore.v1.BatchGetDocumentsResponse.ResultCase
 
getNumber() - Method in enum com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue
 
getNumber() - Method in enum com.google.firestore.v1.DocumentTransform.FieldTransform.TransformTypeCase
 
getNumber() - Method in enum com.google.firestore.v1.GetDocumentRequest.ConsistencySelectorCase
 
getNumber() - Method in enum com.google.firestore.v1.ListCollectionIdsRequest.ConsistencySelectorCase
 
getNumber() - Method in enum com.google.firestore.v1.ListDocumentsRequest.ConsistencySelectorCase
 
getNumber() - Method in enum com.google.firestore.v1.ListenRequest.TargetChangeCase
 
getNumber() - Method in enum com.google.firestore.v1.ListenResponse.ResponseTypeCase
 
getNumber() - Method in enum com.google.firestore.v1.PartitionQueryRequest.ConsistencySelectorCase
 
getNumber() - Method in enum com.google.firestore.v1.PartitionQueryRequest.QueryTypeCase
 
getNumber() - Method in enum com.google.firestore.v1.Precondition.ConditionTypeCase
 
getNumber() - Method in enum com.google.firestore.v1.RunAggregationQueryRequest.ConsistencySelectorCase
 
getNumber() - Method in enum com.google.firestore.v1.RunAggregationQueryRequest.QueryTypeCase
 
getNumber() - Method in enum com.google.firestore.v1.RunQueryRequest.ConsistencySelectorCase
 
getNumber() - Method in enum com.google.firestore.v1.RunQueryRequest.QueryTypeCase
 
getNumber() - Method in enum com.google.firestore.v1.RunQueryResponse.ContinuationSelectorCase
 
getNumber() - Method in enum com.google.firestore.v1.StructuredAggregationQuery.Aggregation.OperatorCase
 
getNumber() - Method in enum com.google.firestore.v1.StructuredAggregationQuery.QueryTypeCase
 
getNumber() - Method in enum com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator
 
getNumber() - Method in enum com.google.firestore.v1.StructuredQuery.Direction
 
getNumber() - Method in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
 
getNumber() - Method in enum com.google.firestore.v1.StructuredQuery.Filter.FilterTypeCase
 
getNumber() - Method in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.OperandTypeCase
 
getNumber() - Method in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
 
getNumber() - Method in enum com.google.firestore.v1.Target.QueryTarget.QueryTypeCase
 
getNumber() - Method in enum com.google.firestore.v1.Target.ResumeTypeCase
 
getNumber() - Method in enum com.google.firestore.v1.Target.TargetTypeCase
 
getNumber() - Method in enum com.google.firestore.v1.TargetChange.TargetChangeType
 
getNumber() - Method in enum com.google.firestore.v1.TransactionOptions.ModeCase
 
getNumber() - Method in enum com.google.firestore.v1.TransactionOptions.ReadOnly.ConsistencySelectorCase
 
getNumber() - Method in enum com.google.firestore.v1.Value.ValueTypeCase
 
getNumber() - Method in enum com.google.firestore.v1.Write.OperationCase
 
getNumberOfAttempts() - Method in class com.google.cloud.firestore.TransactionOptions
Returns the maximum number of times a transaction will be attempted before resulting in an error.
getNumberOfAttempts() - Method in class com.google.cloud.firestore.TransactionOptions.ReadWriteOptionsBuilder
Specify the max number of attempts a transaction will be attempted before resulting in an error.
getOffset() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The number of documents to skip before returning the first result.
getOffset() - Method in class com.google.firestore.v1.StructuredQuery
The number of documents to skip before returning the first result.
getOffset() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The number of documents to skip before returning the first result.
getOldIndex() - Method in class com.google.cloud.firestore.DocumentChange
The index of the changed document in the result set immediately prior to this DocumentChange (i.e.
getOnce() - Method in class com.google.firestore.v1.Target.Builder
If the target should be removed once it is current and consistent.
getOnce() - Method in class com.google.firestore.v1.Target
If the target should be removed once it is current and consistent.
getOnce() - Method in interface com.google.firestore.v1.TargetOrBuilder
If the target should be removed once it is current and consistent.
getOp() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The operator for combining multiple filters.
getOp() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
The operator for combining multiple filters.
getOp() - Method in interface com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder
The operator for combining multiple filters.
getOp() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The operator to filter by.
getOp() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
The operator to filter by.
getOp() - Method in interface com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder
The operator to filter by.
getOp() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
The unary operator to apply.
getOp() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
The unary operator to apply.
getOp() - Method in interface com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder
The unary operator to apply.
getOperandTypeCase() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
getOperandTypeCase() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
getOperandTypeCase() - Method in interface com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder
 
getOperationCase() - Method in class com.google.firestore.v1.Write.Builder
 
getOperationCase() - Method in class com.google.firestore.v1.Write
 
getOperationCase() - Method in interface com.google.firestore.v1.WriteOrBuilder
 
getOperationsClient() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Returns the OperationsClient that can be used to query the status of a long-running operation returned by another API method call.
getOperationsStub() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
getOperationsStub() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
getOperationsStub() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
getOperationState() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The state of the export operation.
getOperationState() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
The state of the export operation.
getOperationState() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
The state of the export operation.
getOperationState() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The state of the import operation.
getOperationState() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The state of the import operation.
getOperationState() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The state of the import operation.
getOperationStateValue() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The state of the export operation.
getOperationStateValue() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
The state of the export operation.
getOperationStateValue() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
The state of the export operation.
getOperationStateValue() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The state of the import operation.
getOperationStateValue() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The state of the import operation.
getOperationStateValue() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The state of the import operation.
getOperationType() - Method in exception com.google.cloud.firestore.BulkWriterException
 
getOperatorCase() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
getOperatorCase() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
getOperatorCase() - Method in interface com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder
 
getOptions() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
The options for the transaction.
getOptions() - Method in class com.google.firestore.v1.BeginTransactionRequest
The options for the transaction.
getOptions() - Method in interface com.google.firestore.v1.BeginTransactionRequestOrBuilder
The options for the transaction.
getOptionsBuilder() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
The options for the transaction.
getOptionsOrBuilder() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
The options for the transaction.
getOptionsOrBuilder() - Method in class com.google.firestore.v1.BeginTransactionRequest
The options for the transaction.
getOptionsOrBuilder() - Method in interface com.google.firestore.v1.BeginTransactionRequestOrBuilder
The options for the transaction.
getOpValue() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The operator for combining multiple filters.
getOpValue() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
The operator for combining multiple filters.
getOpValue() - Method in interface com.google.firestore.v1.StructuredQuery.CompositeFilterOrBuilder
The operator for combining multiple filters.
getOpValue() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The operator to filter by.
getOpValue() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
The operator to filter by.
getOpValue() - Method in interface com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder
The operator to filter by.
getOpValue() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
The unary operator to apply.
getOpValue() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
The unary operator to apply.
getOpValue() - Method in interface com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder
The unary operator to apply.
getOrder() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=.
getOrder() - Method in class com.google.firestore.admin.v1.Index.IndexField
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=.
getOrder() - Method in interface com.google.firestore.admin.v1.Index.IndexFieldOrBuilder
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=.
getOrderBy() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
getOrderBy() - Method in class com.google.firestore.v1.ListDocumentsRequest
Optional.
getOrderBy() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Optional.
getOrderBy(int) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
getOrderBy(int) - Method in class com.google.firestore.v1.StructuredQuery
The order to apply to the query results.
getOrderBy(int) - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The order to apply to the query results.
getOrderByBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
getOrderByBuilderList() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
getOrderByBytes() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
getOrderByBytes() - Method in class com.google.firestore.v1.ListDocumentsRequest
Optional.
getOrderByBytes() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Optional.
getOrderByCount() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
getOrderByCount() - Method in class com.google.firestore.v1.StructuredQuery
The order to apply to the query results.
getOrderByCount() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The order to apply to the query results.
getOrderByList() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
getOrderByList() - Method in class com.google.firestore.v1.StructuredQuery
The order to apply to the query results.
getOrderByList() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The order to apply to the query results.
getOrderByOrBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
getOrderByOrBuilder(int) - Method in class com.google.firestore.v1.StructuredQuery
The order to apply to the query results.
getOrderByOrBuilder(int) - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The order to apply to the query results.
getOrderByOrBuilderList() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
getOrderByOrBuilderList() - Method in class com.google.firestore.v1.StructuredQuery
The order to apply to the query results.
getOrderByOrBuilderList() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The order to apply to the query results.
getOrderValue() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=.
getOrderValue() - Method in class com.google.firestore.admin.v1.Index.IndexField
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=.
getOrderValue() - Method in interface com.google.firestore.admin.v1.Index.IndexFieldOrBuilder
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=.
getOutputUriPrefix() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
Where the entities are being exported to.
getOutputUriPrefix() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
Where the entities are being exported to.
getOutputUriPrefix() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
Where the entities are being exported to.
getOutputUriPrefix() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
The output URI.
getOutputUriPrefix() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
The output URI.
getOutputUriPrefix() - Method in interface com.google.firestore.admin.v1.ExportDocumentsRequestOrBuilder
The output URI.
getOutputUriPrefix() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
Location of the output files.
getOutputUriPrefix() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse
Location of the output files.
getOutputUriPrefix() - Method in interface com.google.firestore.admin.v1.ExportDocumentsResponseOrBuilder
Location of the output files.
getOutputUriPrefixBytes() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
Where the entities are being exported to.
getOutputUriPrefixBytes() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
Where the entities are being exported to.
getOutputUriPrefixBytes() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
Where the entities are being exported to.
getOutputUriPrefixBytes() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
The output URI.
getOutputUriPrefixBytes() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
The output URI.
getOutputUriPrefixBytes() - Method in interface com.google.firestore.admin.v1.ExportDocumentsRequestOrBuilder
The output URI.
getOutputUriPrefixBytes() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
Location of the output files.
getOutputUriPrefixBytes() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse
Location of the output files.
getOutputUriPrefixBytes() - Method in interface com.google.firestore.admin.v1.ExportDocumentsResponseOrBuilder
Location of the output files.
getPadding() - Method in class com.google.firestore.v1.BitSequence.Builder
The number of bits of the last byte in `bitmap` to ignore as "padding".
getPadding() - Method in class com.google.firestore.v1.BitSequence
The number of bits of the last byte in `bitmap` to ignore as "padding".
getPadding() - Method in interface com.google.firestore.v1.BitSequenceOrBuilder
The number of bits of the last byte in `bitmap` to ignore as "padding".
getPageSize() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
The number of results to return.
getPageSize() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
The number of results to return.
getPageSize() - Method in interface com.google.firestore.admin.v1.ListFieldsRequestOrBuilder
The number of results to return.
getPageSize() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
The number of results to return.
getPageSize() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
The number of results to return.
getPageSize() - Method in interface com.google.firestore.admin.v1.ListIndexesRequestOrBuilder
The number of results to return.
getPageSize() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
The maximum number of results to return.
getPageSize() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
The maximum number of results to return.
getPageSize() - Method in interface com.google.firestore.v1.ListCollectionIdsRequestOrBuilder
The maximum number of results to return.
getPageSize() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
getPageSize() - Method in class com.google.firestore.v1.ListDocumentsRequest
Optional.
getPageSize() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Optional.
getPageSize() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
The maximum number of partitions to return in this call, subject to `partition_count`.
getPageSize() - Method in class com.google.firestore.v1.PartitionQueryRequest
The maximum number of partitions to return in this call, subject to `partition_count`.
getPageSize() - Method in interface com.google.firestore.v1.PartitionQueryRequestOrBuilder
The maximum number of partitions to return in this call, subject to `partition_count`.
getPageToken() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
A page token, returned from a previous call to [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields], that may be used to get the next page of results.
getPageToken() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
A page token, returned from a previous call to [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields], that may be used to get the next page of results.
getPageToken() - Method in interface com.google.firestore.admin.v1.ListFieldsRequestOrBuilder
A page token, returned from a previous call to [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields], that may be used to get the next page of results.
getPageToken() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
A page token, returned from a previous call to [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes], that may be used to get the next page of results.
getPageToken() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
A page token, returned from a previous call to [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes], that may be used to get the next page of results.
getPageToken() - Method in interface com.google.firestore.admin.v1.ListIndexesRequestOrBuilder
A page token, returned from a previous call to [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes], that may be used to get the next page of results.
getPageToken() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
A page token.
getPageToken() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
A page token.
getPageToken() - Method in interface com.google.firestore.v1.ListCollectionIdsRequestOrBuilder
A page token.
getPageToken() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
getPageToken() - Method in class com.google.firestore.v1.ListDocumentsRequest
Optional.
getPageToken() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Optional.
getPageToken() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
The `next_page_token` value returned from a previous call to PartitionQuery that may be used to get an additional set of results.
getPageToken() - Method in class com.google.firestore.v1.PartitionQueryRequest
The `next_page_token` value returned from a previous call to PartitionQuery that may be used to get an additional set of results.
getPageToken() - Method in interface com.google.firestore.v1.PartitionQueryRequestOrBuilder
The `next_page_token` value returned from a previous call to PartitionQuery that may be used to get an additional set of results.
getPageTokenBytes() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
A page token, returned from a previous call to [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields], that may be used to get the next page of results.
getPageTokenBytes() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
A page token, returned from a previous call to [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields], that may be used to get the next page of results.
getPageTokenBytes() - Method in interface com.google.firestore.admin.v1.ListFieldsRequestOrBuilder
A page token, returned from a previous call to [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields], that may be used to get the next page of results.
getPageTokenBytes() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
A page token, returned from a previous call to [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes], that may be used to get the next page of results.
getPageTokenBytes() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
A page token, returned from a previous call to [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes], that may be used to get the next page of results.
getPageTokenBytes() - Method in interface com.google.firestore.admin.v1.ListIndexesRequestOrBuilder
A page token, returned from a previous call to [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes], that may be used to get the next page of results.
getPageTokenBytes() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
A page token.
getPageTokenBytes() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
A page token.
getPageTokenBytes() - Method in interface com.google.firestore.v1.ListCollectionIdsRequestOrBuilder
A page token.
getPageTokenBytes() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
getPageTokenBytes() - Method in class com.google.firestore.v1.ListDocumentsRequest
Optional.
getPageTokenBytes() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Optional.
getPageTokenBytes() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
The `next_page_token` value returned from a previous call to PartitionQuery that may be used to get an additional set of results.
getPageTokenBytes() - Method in class com.google.firestore.v1.PartitionQueryRequest
The `next_page_token` value returned from a previous call to PartitionQuery that may be used to get an additional set of results.
getPageTokenBytes() - Method in interface com.google.firestore.v1.PartitionQueryRequestOrBuilder
The `next_page_token` value returned from a previous call to PartitionQuery that may be used to get an additional set of results.
getParent() - Method in class com.google.cloud.firestore.CollectionReference
Returns a DocumentReference to the containing Document if this is a subcollection, else null.
getParent() - Method in class com.google.cloud.firestore.DocumentReference
A reference to the Collection to which this DocumentReference belongs to.
getParent() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
Required.
getParent() - Method in class com.google.firestore.admin.v1.CreateIndexRequest
Required.
getParent() - Method in interface com.google.firestore.admin.v1.CreateIndexRequestOrBuilder
Required.
getParent() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
Required.
getParent() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest
Required.
getParent() - Method in interface com.google.firestore.admin.v1.ListDatabasesRequestOrBuilder
Required.
getParent() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
Required.
getParent() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
Required.
getParent() - Method in interface com.google.firestore.admin.v1.ListFieldsRequestOrBuilder
Required.
getParent() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
Required.
getParent() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
Required.
getParent() - Method in interface com.google.firestore.admin.v1.ListIndexesRequestOrBuilder
Required.
getParent() - Method in class com.google.firestore.bundle.BundledQuery.Builder
The parent resource name.
getParent() - Method in class com.google.firestore.bundle.BundledQuery
The parent resource name.
getParent() - Method in interface com.google.firestore.bundle.BundledQueryOrBuilder
The parent resource name.
getParent() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
getParent() - Method in class com.google.firestore.v1.CreateDocumentRequest
Required.
getParent() - Method in interface com.google.firestore.v1.CreateDocumentRequestOrBuilder
Required.
getParent() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
Required.
getParent() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
Required.
getParent() - Method in interface com.google.firestore.v1.ListCollectionIdsRequestOrBuilder
Required.
getParent() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Required.
getParent() - Method in class com.google.firestore.v1.ListDocumentsRequest
Required.
getParent() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Required.
getParent() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
Required.
getParent() - Method in class com.google.firestore.v1.PartitionQueryRequest
Required.
getParent() - Method in interface com.google.firestore.v1.PartitionQueryRequestOrBuilder
Required.
getParent() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Required.
getParent() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
Required.
getParent() - Method in interface com.google.firestore.v1.RunAggregationQueryRequestOrBuilder
Required.
getParent() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Required.
getParent() - Method in class com.google.firestore.v1.RunQueryRequest
Required.
getParent() - Method in interface com.google.firestore.v1.RunQueryRequestOrBuilder
Required.
getParent() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
The parent resource name.
getParent() - Method in class com.google.firestore.v1.Target.QueryTarget
The parent resource name.
getParent() - Method in interface com.google.firestore.v1.Target.QueryTargetOrBuilder
The parent resource name.
getParentBytes() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
Required.
getParentBytes() - Method in class com.google.firestore.admin.v1.CreateIndexRequest
Required.
getParentBytes() - Method in interface com.google.firestore.admin.v1.CreateIndexRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
Required.
getParentBytes() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest
Required.
getParentBytes() - Method in interface com.google.firestore.admin.v1.ListDatabasesRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
Required.
getParentBytes() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
Required.
getParentBytes() - Method in interface com.google.firestore.admin.v1.ListFieldsRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
Required.
getParentBytes() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
Required.
getParentBytes() - Method in interface com.google.firestore.admin.v1.ListIndexesRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.firestore.bundle.BundledQuery.Builder
The parent resource name.
getParentBytes() - Method in class com.google.firestore.bundle.BundledQuery
The parent resource name.
getParentBytes() - Method in interface com.google.firestore.bundle.BundledQueryOrBuilder
The parent resource name.
getParentBytes() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
getParentBytes() - Method in class com.google.firestore.v1.CreateDocumentRequest
Required.
getParentBytes() - Method in interface com.google.firestore.v1.CreateDocumentRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
Required.
getParentBytes() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
Required.
getParentBytes() - Method in interface com.google.firestore.v1.ListCollectionIdsRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Required.
getParentBytes() - Method in class com.google.firestore.v1.ListDocumentsRequest
Required.
getParentBytes() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
Required.
getParentBytes() - Method in class com.google.firestore.v1.PartitionQueryRequest
Required.
getParentBytes() - Method in interface com.google.firestore.v1.PartitionQueryRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Required.
getParentBytes() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
Required.
getParentBytes() - Method in interface com.google.firestore.v1.RunAggregationQueryRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Required.
getParentBytes() - Method in class com.google.firestore.v1.RunQueryRequest
Required.
getParentBytes() - Method in interface com.google.firestore.v1.RunQueryRequestOrBuilder
Required.
getParentBytes() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
The parent resource name.
getParentBytes() - Method in class com.google.firestore.v1.Target.QueryTarget
The parent resource name.
getParentBytes() - Method in interface com.google.firestore.v1.Target.QueryTargetOrBuilder
The parent resource name.
getParserForType() - Method in class com.google.firestore.admin.v1.CreateIndexRequest
 
getParserForType() - Method in class com.google.firestore.admin.v1.Database
 
getParserForType() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
getParserForType() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
getParserForType() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
getParserForType() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
getParserForType() - Method in class com.google.firestore.admin.v1.Field
 
getParserForType() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
 
getParserForType() - Method in class com.google.firestore.admin.v1.Field.TtlConfig
 
getParserForType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
getParserForType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
getParserForType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
getParserForType() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
getParserForType() - Method in class com.google.firestore.admin.v1.GetFieldRequest
 
getParserForType() - Method in class com.google.firestore.admin.v1.GetIndexRequest
 
getParserForType() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
getParserForType() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
getParserForType() - Method in class com.google.firestore.admin.v1.Index
 
getParserForType() - Method in class com.google.firestore.admin.v1.Index.IndexField
 
getParserForType() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
getParserForType() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
getParserForType() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
getParserForType() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
 
getParserForType() - Method in class com.google.firestore.admin.v1.ListFieldsResponse
 
getParserForType() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
 
getParserForType() - Method in class com.google.firestore.admin.v1.ListIndexesResponse
 
getParserForType() - Method in class com.google.firestore.admin.v1.LocationMetadata
 
getParserForType() - Method in class com.google.firestore.admin.v1.Progress
 
getParserForType() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
getParserForType() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
getParserForType() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
getParserForType() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
 
getParserForType() - Method in class com.google.firestore.bundle.BundledQuery
 
getParserForType() - Method in class com.google.firestore.bundle.BundleElement
 
getParserForType() - Method in class com.google.firestore.bundle.BundleMetadata
 
getParserForType() - Method in class com.google.firestore.bundle.NamedQuery
 
getParserForType() - Method in class com.google.firestore.v1.AggregationResult
 
getParserForType() - Method in class com.google.firestore.v1.ArrayValue
 
getParserForType() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
getParserForType() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
getParserForType() - Method in class com.google.firestore.v1.BatchWriteRequest
 
getParserForType() - Method in class com.google.firestore.v1.BatchWriteResponse
 
getParserForType() - Method in class com.google.firestore.v1.BeginTransactionRequest
 
getParserForType() - Method in class com.google.firestore.v1.BeginTransactionResponse
 
getParserForType() - Method in class com.google.firestore.v1.BitSequence
 
getParserForType() - Method in class com.google.firestore.v1.BloomFilter
 
getParserForType() - Method in class com.google.firestore.v1.CommitRequest
 
getParserForType() - Method in class com.google.firestore.v1.CommitResponse
 
getParserForType() - Method in class com.google.firestore.v1.CreateDocumentRequest
 
getParserForType() - Method in class com.google.firestore.v1.Cursor
 
getParserForType() - Method in class com.google.firestore.v1.DeleteDocumentRequest
 
getParserForType() - Method in class com.google.firestore.v1.Document
 
getParserForType() - Method in class com.google.firestore.v1.DocumentChange
 
getParserForType() - Method in class com.google.firestore.v1.DocumentDelete
 
getParserForType() - Method in class com.google.firestore.v1.DocumentMask
 
getParserForType() - Method in class com.google.firestore.v1.DocumentRemove
 
getParserForType() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
getParserForType() - Method in class com.google.firestore.v1.DocumentTransform
 
getParserForType() - Method in class com.google.firestore.v1.ExistenceFilter
 
getParserForType() - Method in class com.google.firestore.v1.GetDocumentRequest
 
getParserForType() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
 
getParserForType() - Method in class com.google.firestore.v1.ListCollectionIdsResponse
 
getParserForType() - Method in class com.google.firestore.v1.ListDocumentsRequest
 
getParserForType() - Method in class com.google.firestore.v1.ListDocumentsResponse
 
getParserForType() - Method in class com.google.firestore.v1.ListenRequest
 
getParserForType() - Method in class com.google.firestore.v1.ListenResponse
 
getParserForType() - Method in class com.google.firestore.v1.MapValue
 
getParserForType() - Method in class com.google.firestore.v1.PartitionQueryRequest
 
getParserForType() - Method in class com.google.firestore.v1.PartitionQueryResponse
 
getParserForType() - Method in class com.google.firestore.v1.Precondition
 
getParserForType() - Method in class com.google.firestore.v1.RollbackRequest
 
getParserForType() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
 
getParserForType() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
 
getParserForType() - Method in class com.google.firestore.v1.RunQueryRequest
 
getParserForType() - Method in class com.google.firestore.v1.RunQueryResponse
 
getParserForType() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
getParserForType() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
getParserForType() - Method in class com.google.firestore.v1.StructuredAggregationQuery
 
getParserForType() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
getParserForType() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
getParserForType() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
getParserForType() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
getParserForType() - Method in class com.google.firestore.v1.StructuredQuery.Filter
 
getParserForType() - Method in class com.google.firestore.v1.StructuredQuery
 
getParserForType() - Method in class com.google.firestore.v1.StructuredQuery.Order
 
getParserForType() - Method in class com.google.firestore.v1.StructuredQuery.Projection
 
getParserForType() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
getParserForType() - Method in class com.google.firestore.v1.Target.DocumentsTarget
 
getParserForType() - Method in class com.google.firestore.v1.Target
 
getParserForType() - Method in class com.google.firestore.v1.Target.QueryTarget
 
getParserForType() - Method in class com.google.firestore.v1.TargetChange
 
getParserForType() - Method in class com.google.firestore.v1.TransactionOptions
 
getParserForType() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
getParserForType() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
getParserForType() - Method in class com.google.firestore.v1.UpdateDocumentRequest
 
getParserForType() - Method in class com.google.firestore.v1.Value
 
getParserForType() - Method in class com.google.firestore.v1.Write
 
getParserForType() - Method in class com.google.firestore.v1.WriteRequest
 
getParserForType() - Method in class com.google.firestore.v1.WriteResponse
 
getParserForType() - Method in class com.google.firestore.v1.WriteResult
 
getPartitionCount() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
The desired maximum number of partition points.
getPartitionCount() - Method in class com.google.firestore.v1.PartitionQueryRequest
The desired maximum number of partition points.
getPartitionCount() - Method in interface com.google.firestore.v1.PartitionQueryRequestOrBuilder
The desired maximum number of partition points.
getPartitionQueryMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getPartitions(long, ApiStreamObserver<QueryPartition>) - Method in class com.google.cloud.firestore.CollectionGroup
Deprecated.
Please use CollectionGroup.getPartitions(long) instead. All cursors will be loaded before any value will be provided to observer.
getPartitions(long) - Method in class com.google.cloud.firestore.CollectionGroup
 
getPartitions(int) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
getPartitions(int) - Method in class com.google.firestore.v1.PartitionQueryResponse
Partition results.
getPartitions(int) - Method in interface com.google.firestore.v1.PartitionQueryResponseOrBuilder
Partition results.
getPartitionsBuilder(int) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
getPartitionsBuilderList() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
getPartitionsCount() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
getPartitionsCount() - Method in class com.google.firestore.v1.PartitionQueryResponse
Partition results.
getPartitionsCount() - Method in interface com.google.firestore.v1.PartitionQueryResponseOrBuilder
Partition results.
getPartitionsList() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
getPartitionsList() - Method in class com.google.firestore.v1.PartitionQueryResponse
Partition results.
getPartitionsList() - Method in interface com.google.firestore.v1.PartitionQueryResponseOrBuilder
Partition results.
getPartitionsOrBuilder(int) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
getPartitionsOrBuilder(int) - Method in class com.google.firestore.v1.PartitionQueryResponse
Partition results.
getPartitionsOrBuilder(int) - Method in interface com.google.firestore.v1.PartitionQueryResponseOrBuilder
Partition results.
getPartitionsOrBuilderList() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
getPartitionsOrBuilderList() - Method in class com.google.firestore.v1.PartitionQueryResponse
Partition results.
getPartitionsOrBuilderList() - Method in interface com.google.firestore.v1.PartitionQueryResponseOrBuilder
Partition results.
getPath() - Method in class com.google.cloud.firestore.CollectionReference
A string representing the path of the referenced collection (relative to the root of the database).
getPath() - Method in class com.google.cloud.firestore.DocumentReference
A string representing the path of the referenced document (relative to the root of the database).
getPredecessorEntry(T) - Method in class com.google.cloud.firestore.collection.ImmutableSortedSet
 
getPredecessorKey(K) - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
getPredecessorKey(K) - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
getPredecessorKey(K) - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
getProgressBytes() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
getProgressBytes() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
The progress, in bytes, of this operation.
getProgressBytes() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
The progress, in bytes, of this operation.
getProgressBytes() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in bytes, of this operation.
getProgressBytes() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The progress, in bytes, of this operation.
getProgressBytes() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The progress, in bytes, of this operation.
getProgressBytes() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
getProgressBytes() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The progress, in bytes, of this operation.
getProgressBytes() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The progress, in bytes, of this operation.
getProgressBytes() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in bytes, of this operation.
getProgressBytes() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The progress, in bytes, of this operation.
getProgressBytes() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The progress, in bytes, of this operation.
getProgressBytesBuilder() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
getProgressBytesBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in bytes, of this operation.
getProgressBytesBuilder() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
getProgressBytesBuilder() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in bytes, of this operation.
getProgressBytesOrBuilder() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
getProgressBytesOrBuilder() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
The progress, in bytes, of this operation.
getProgressBytesOrBuilder() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
The progress, in bytes, of this operation.
getProgressBytesOrBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in bytes, of this operation.
getProgressBytesOrBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The progress, in bytes, of this operation.
getProgressBytesOrBuilder() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The progress, in bytes, of this operation.
getProgressBytesOrBuilder() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
getProgressBytesOrBuilder() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The progress, in bytes, of this operation.
getProgressBytesOrBuilder() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The progress, in bytes, of this operation.
getProgressBytesOrBuilder() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in bytes, of this operation.
getProgressBytesOrBuilder() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The progress, in bytes, of this operation.
getProgressBytesOrBuilder() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The progress, in bytes, of this operation.
getProgressDocuments() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in documents, of this operation.
getProgressDocuments() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
The progress, in documents, of this operation.
getProgressDocuments() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
The progress, in documents, of this operation.
getProgressDocuments() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in documents, of this operation.
getProgressDocuments() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The progress, in documents, of this operation.
getProgressDocuments() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The progress, in documents, of this operation.
getProgressDocuments() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in documents, of this operation.
getProgressDocuments() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The progress, in documents, of this operation.
getProgressDocuments() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The progress, in documents, of this operation.
getProgressDocuments() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in documents, of this operation.
getProgressDocuments() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The progress, in documents, of this operation.
getProgressDocuments() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The progress, in documents, of this operation.
getProgressDocumentsBuilder() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in documents, of this operation.
getProgressDocumentsBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in documents, of this operation.
getProgressDocumentsBuilder() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in documents, of this operation.
getProgressDocumentsBuilder() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in documents, of this operation.
getProgressDocumentsOrBuilder() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in documents, of this operation.
getProgressDocumentsOrBuilder() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
The progress, in documents, of this operation.
getProgressDocumentsOrBuilder() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
The progress, in documents, of this operation.
getProgressDocumentsOrBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in documents, of this operation.
getProgressDocumentsOrBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The progress, in documents, of this operation.
getProgressDocumentsOrBuilder() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The progress, in documents, of this operation.
getProgressDocumentsOrBuilder() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in documents, of this operation.
getProgressDocumentsOrBuilder() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The progress, in documents, of this operation.
getProgressDocumentsOrBuilder() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The progress, in documents, of this operation.
getProgressDocumentsOrBuilder() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in documents, of this operation.
getProgressDocumentsOrBuilder() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The progress, in documents, of this operation.
getProgressDocumentsOrBuilder() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The progress, in documents, of this operation.
getProject() - Method in class com.google.firestore.admin.v1.CollectionGroupName.Builder
 
getProject() - Method in class com.google.firestore.admin.v1.CollectionGroupName
 
getProject() - Method in class com.google.firestore.admin.v1.DatabaseName.Builder
 
getProject() - Method in class com.google.firestore.admin.v1.DatabaseName
 
getProject() - Method in class com.google.firestore.admin.v1.FieldName.Builder
 
getProject() - Method in class com.google.firestore.admin.v1.FieldName
 
getProject() - Method in class com.google.firestore.admin.v1.IndexName.Builder
 
getProject() - Method in class com.google.firestore.admin.v1.IndexName
 
getProject() - Method in class com.google.firestore.admin.v1.ParentName.Builder
 
getProject() - Method in class com.google.firestore.admin.v1.ParentName
 
getProject() - Method in class com.google.firestore.admin.v1.ProjectName.Builder
 
getProject() - Method in class com.google.firestore.admin.v1.ProjectName
 
getProject() - Method in class com.google.firestore.v1.AnyPathName.Builder
 
getProject() - Method in class com.google.firestore.v1.AnyPathName
 
getProject() - Method in class com.google.firestore.v1.DatabaseRootName.Builder
 
getProject() - Method in class com.google.firestore.v1.DatabaseRootName
 
getProject() - Method in class com.google.firestore.v1.DocumentPathName.Builder
 
getProject() - Method in class com.google.firestore.v1.DocumentPathName
 
getProject() - Method in class com.google.firestore.v1.DocumentRootName.Builder
 
getProject() - Method in class com.google.firestore.v1.DocumentRootName
 
getQueries(int) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The names of the queries in this bundle that this document matches to.
getQueries(int) - Method in class com.google.firestore.bundle.BundledDocumentMetadata
The names of the queries in this bundle that this document matches to.
getQueries(int) - Method in interface com.google.firestore.bundle.BundledDocumentMetadataOrBuilder
The names of the queries in this bundle that this document matches to.
getQueriesBytes(int) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The names of the queries in this bundle that this document matches to.
getQueriesBytes(int) - Method in class com.google.firestore.bundle.BundledDocumentMetadata
The names of the queries in this bundle that this document matches to.
getQueriesBytes(int) - Method in interface com.google.firestore.bundle.BundledDocumentMetadataOrBuilder
The names of the queries in this bundle that this document matches to.
getQueriesCount() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The names of the queries in this bundle that this document matches to.
getQueriesCount() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
The names of the queries in this bundle that this document matches to.
getQueriesCount() - Method in interface com.google.firestore.bundle.BundledDocumentMetadataOrBuilder
The names of the queries in this bundle that this document matches to.
getQueriesList() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The names of the queries in this bundle that this document matches to.
getQueriesList() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
The names of the queries in this bundle that this document matches to.
getQueriesList() - Method in interface com.google.firestore.bundle.BundledDocumentMetadataOrBuilder
The names of the queries in this bundle that this document matches to.
getQuery() - Method in class com.google.cloud.firestore.AggregateQuery
Returns the query whose aggregations will be calculated by this object.
getQuery() - Method in class com.google.cloud.firestore.AggregateQuerySnapshot
Returns the query that was executed to produce this result.
getQuery() - Method in class com.google.cloud.firestore.QuerySnapshot
Returns the query for the snapshot.
getQuery() - Method in class com.google.firestore.v1.Target.Builder
A target specified by a query.
getQuery() - Method in class com.google.firestore.v1.Target
A target specified by a query.
getQuery() - Method in interface com.google.firestore.v1.TargetOrBuilder
A target specified by a query.
getQueryBuilder() - Method in class com.google.firestore.v1.Target.Builder
A target specified by a query.
getQueryOrBuilder() - Method in class com.google.firestore.v1.Target.Builder
A target specified by a query.
getQueryOrBuilder() - Method in class com.google.firestore.v1.Target
A target specified by a query.
getQueryOrBuilder() - Method in interface com.google.firestore.v1.TargetOrBuilder
A target specified by a query.
getQueryScope() - Method in class com.google.firestore.admin.v1.Index.Builder
Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection id.
getQueryScope() - Method in class com.google.firestore.admin.v1.Index
Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection id.
getQueryScope() - Method in interface com.google.firestore.admin.v1.IndexOrBuilder
Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection id.
getQueryScopeValue() - Method in class com.google.firestore.admin.v1.Index.Builder
Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection id.
getQueryScopeValue() - Method in class com.google.firestore.admin.v1.Index
Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection id.
getQueryScopeValue() - Method in interface com.google.firestore.admin.v1.IndexOrBuilder
Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection id.
getQueryTypeCase() - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
getQueryTypeCase() - Method in class com.google.firestore.bundle.BundledQuery
 
getQueryTypeCase() - Method in interface com.google.firestore.bundle.BundledQueryOrBuilder
 
getQueryTypeCase() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
getQueryTypeCase() - Method in class com.google.firestore.v1.PartitionQueryRequest
 
getQueryTypeCase() - Method in interface com.google.firestore.v1.PartitionQueryRequestOrBuilder
 
getQueryTypeCase() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
getQueryTypeCase() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
 
getQueryTypeCase() - Method in interface com.google.firestore.v1.RunAggregationQueryRequestOrBuilder
 
getQueryTypeCase() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
getQueryTypeCase() - Method in class com.google.firestore.v1.RunQueryRequest
 
getQueryTypeCase() - Method in interface com.google.firestore.v1.RunQueryRequestOrBuilder
 
getQueryTypeCase() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
getQueryTypeCase() - Method in class com.google.firestore.v1.StructuredAggregationQuery
 
getQueryTypeCase() - Method in interface com.google.firestore.v1.StructuredAggregationQueryOrBuilder
 
getQueryTypeCase() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
getQueryTypeCase() - Method in class com.google.firestore.v1.Target.QueryTarget
 
getQueryTypeCase() - Method in interface com.google.firestore.v1.Target.QueryTargetOrBuilder
 
getReadOnly() - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can only be used for read operations.
getReadOnly() - Method in class com.google.firestore.v1.TransactionOptions
The transaction can only be used for read operations.
getReadOnly() - Method in interface com.google.firestore.v1.TransactionOptionsOrBuilder
The transaction can only be used for read operations.
getReadOnlyBuilder() - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can only be used for read operations.
getReadOnlyOrBuilder() - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can only be used for read operations.
getReadOnlyOrBuilder() - Method in class com.google.firestore.v1.TransactionOptions
The transaction can only be used for read operations.
getReadOnlyOrBuilder() - Method in interface com.google.firestore.v1.TransactionOptionsOrBuilder
The transaction can only be used for read operations.
getReadTime() - Method in class com.google.cloud.firestore.AggregateQuerySnapshot
Returns the time at which this snapshot was read.
getReadTime() - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the time at which this snapshot was read.
getReadTime() - Method in class com.google.cloud.firestore.QuerySnapshot
Returns the time at which this snapshot was read.
getReadTime() - Method in class com.google.cloud.firestore.TransactionOptions
A Timestamp specifying the time documents are to be read at.
getReadTime() - Method in class com.google.cloud.firestore.TransactionOptions.ReadOnlyOptionsBuilder
 
getReadTime() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The snapshot version of the document data bundled.
getReadTime() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
The snapshot version of the document data bundled.
getReadTime() - Method in interface com.google.firestore.bundle.BundledDocumentMetadataOrBuilder
The snapshot version of the document data bundled.
getReadTime() - Method in class com.google.firestore.bundle.NamedQuery.Builder
The read time of the query, when it is used to build the bundle.
getReadTime() - Method in class com.google.firestore.bundle.NamedQuery
The read time of the query, when it is used to build the bundle.
getReadTime() - Method in interface com.google.firestore.bundle.NamedQueryOrBuilder
The read time of the query, when it is used to build the bundle.
getReadTime() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Reads documents as they were at the given time.
getReadTime() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
Reads documents as they were at the given time.
getReadTime() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
Reads documents as they were at the given time.
getReadTime() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
The time at which the document was read.
getReadTime() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
The time at which the document was read.
getReadTime() - Method in interface com.google.firestore.v1.BatchGetDocumentsResponseOrBuilder
The time at which the document was read.
getReadTime() - Method in class com.google.firestore.v1.DocumentDelete.Builder
The read timestamp at which the delete was observed.
getReadTime() - Method in class com.google.firestore.v1.DocumentDelete
The read timestamp at which the delete was observed.
getReadTime() - Method in interface com.google.firestore.v1.DocumentDeleteOrBuilder
The read timestamp at which the delete was observed.
getReadTime() - Method in class com.google.firestore.v1.DocumentRemove.Builder
The read timestamp at which the remove was observed.
getReadTime() - Method in class com.google.firestore.v1.DocumentRemove
The read timestamp at which the remove was observed.
getReadTime() - Method in interface com.google.firestore.v1.DocumentRemoveOrBuilder
The read timestamp at which the remove was observed.
getReadTime() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Reads the version of the document at the given time.
getReadTime() - Method in class com.google.firestore.v1.GetDocumentRequest
Reads the version of the document at the given time.
getReadTime() - Method in interface com.google.firestore.v1.GetDocumentRequestOrBuilder
Reads the version of the document at the given time.
getReadTime() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
Reads documents as they were at the given time.
getReadTime() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
Reads documents as they were at the given time.
getReadTime() - Method in interface com.google.firestore.v1.ListCollectionIdsRequestOrBuilder
Reads documents as they were at the given time.
getReadTime() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Perform the read at the provided time.
getReadTime() - Method in class com.google.firestore.v1.ListDocumentsRequest
Perform the read at the provided time.
getReadTime() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Perform the read at the provided time.
getReadTime() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
Reads documents as they were at the given time.
getReadTime() - Method in class com.google.firestore.v1.PartitionQueryRequest
Reads documents as they were at the given time.
getReadTime() - Method in interface com.google.firestore.v1.PartitionQueryRequestOrBuilder
Reads documents as they were at the given time.
getReadTime() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Executes the query at the given timestamp.
getReadTime() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
Executes the query at the given timestamp.
getReadTime() - Method in interface com.google.firestore.v1.RunAggregationQueryRequestOrBuilder
Executes the query at the given timestamp.
getReadTime() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
The time at which the aggregate result was computed.
getReadTime() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
The time at which the aggregate result was computed.
getReadTime() - Method in interface com.google.firestore.v1.RunAggregationQueryResponseOrBuilder
The time at which the aggregate result was computed.
getReadTime() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Reads documents as they were at the given time.
getReadTime() - Method in class com.google.firestore.v1.RunQueryRequest
Reads documents as they were at the given time.
getReadTime() - Method in interface com.google.firestore.v1.RunQueryRequestOrBuilder
Reads documents as they were at the given time.
getReadTime() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
The time at which the document was read.
getReadTime() - Method in class com.google.firestore.v1.RunQueryResponse
The time at which the document was read.
getReadTime() - Method in interface com.google.firestore.v1.RunQueryResponseOrBuilder
The time at which the document was read.
getReadTime() - Method in class com.google.firestore.v1.Target.Builder
Start listening after a specific `read_time`.
getReadTime() - Method in class com.google.firestore.v1.Target
Start listening after a specific `read_time`.
getReadTime() - Method in class com.google.firestore.v1.TargetChange.Builder
The consistent `read_time` for the given `target_ids` (omitted when the target_ids are not at a consistent snapshot).
getReadTime() - Method in class com.google.firestore.v1.TargetChange
The consistent `read_time` for the given `target_ids` (omitted when the target_ids are not at a consistent snapshot).
getReadTime() - Method in interface com.google.firestore.v1.TargetChangeOrBuilder
The consistent `read_time` for the given `target_ids` (omitted when the target_ids are not at a consistent snapshot).
getReadTime() - Method in interface com.google.firestore.v1.TargetOrBuilder
Start listening after a specific `read_time`.
getReadTime() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
Reads documents at the given time.
getReadTime() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
Reads documents at the given time.
getReadTime() - Method in interface com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder
Reads documents at the given time.
getReadTimeBuilder() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The snapshot version of the document data bundled.
getReadTimeBuilder() - Method in class com.google.firestore.bundle.NamedQuery.Builder
The read time of the query, when it is used to build the bundle.
getReadTimeBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Reads documents as they were at the given time.
getReadTimeBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
The time at which the document was read.
getReadTimeBuilder() - Method in class com.google.firestore.v1.DocumentDelete.Builder
The read timestamp at which the delete was observed.
getReadTimeBuilder() - Method in class com.google.firestore.v1.DocumentRemove.Builder
The read timestamp at which the remove was observed.
getReadTimeBuilder() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Reads the version of the document at the given time.
getReadTimeBuilder() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
Reads documents as they were at the given time.
getReadTimeBuilder() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Perform the read at the provided time.
getReadTimeBuilder() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
Reads documents as they were at the given time.
getReadTimeBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Executes the query at the given timestamp.
getReadTimeBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
The time at which the aggregate result was computed.
getReadTimeBuilder() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Reads documents as they were at the given time.
getReadTimeBuilder() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
The time at which the document was read.
getReadTimeBuilder() - Method in class com.google.firestore.v1.Target.Builder
Start listening after a specific `read_time`.
getReadTimeBuilder() - Method in class com.google.firestore.v1.TargetChange.Builder
The consistent `read_time` for the given `target_ids` (omitted when the target_ids are not at a consistent snapshot).
getReadTimeBuilder() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
Reads documents at the given time.
getReadTimeOrBuilder() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The snapshot version of the document data bundled.
getReadTimeOrBuilder() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
The snapshot version of the document data bundled.
getReadTimeOrBuilder() - Method in interface com.google.firestore.bundle.BundledDocumentMetadataOrBuilder
The snapshot version of the document data bundled.
getReadTimeOrBuilder() - Method in class com.google.firestore.bundle.NamedQuery.Builder
The read time of the query, when it is used to build the bundle.
getReadTimeOrBuilder() - Method in class com.google.firestore.bundle.NamedQuery
The read time of the query, when it is used to build the bundle.
getReadTimeOrBuilder() - Method in interface com.google.firestore.bundle.NamedQueryOrBuilder
The read time of the query, when it is used to build the bundle.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Reads documents as they were at the given time.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
Reads documents as they were at the given time.
getReadTimeOrBuilder() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
Reads documents as they were at the given time.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
The time at which the document was read.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
The time at which the document was read.
getReadTimeOrBuilder() - Method in interface com.google.firestore.v1.BatchGetDocumentsResponseOrBuilder
The time at which the document was read.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.DocumentDelete.Builder
The read timestamp at which the delete was observed.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.DocumentDelete
The read timestamp at which the delete was observed.
getReadTimeOrBuilder() - Method in interface com.google.firestore.v1.DocumentDeleteOrBuilder
The read timestamp at which the delete was observed.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.DocumentRemove.Builder
The read timestamp at which the remove was observed.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.DocumentRemove
The read timestamp at which the remove was observed.
getReadTimeOrBuilder() - Method in interface com.google.firestore.v1.DocumentRemoveOrBuilder
The read timestamp at which the remove was observed.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Reads the version of the document at the given time.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.GetDocumentRequest
Reads the version of the document at the given time.
getReadTimeOrBuilder() - Method in interface com.google.firestore.v1.GetDocumentRequestOrBuilder
Reads the version of the document at the given time.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
Reads documents as they were at the given time.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
Reads documents as they were at the given time.
getReadTimeOrBuilder() - Method in interface com.google.firestore.v1.ListCollectionIdsRequestOrBuilder
Reads documents as they were at the given time.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Perform the read at the provided time.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.ListDocumentsRequest
Perform the read at the provided time.
getReadTimeOrBuilder() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Perform the read at the provided time.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
Reads documents as they were at the given time.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.PartitionQueryRequest
Reads documents as they were at the given time.
getReadTimeOrBuilder() - Method in interface com.google.firestore.v1.PartitionQueryRequestOrBuilder
Reads documents as they were at the given time.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Executes the query at the given timestamp.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
Executes the query at the given timestamp.
getReadTimeOrBuilder() - Method in interface com.google.firestore.v1.RunAggregationQueryRequestOrBuilder
Executes the query at the given timestamp.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
The time at which the aggregate result was computed.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
The time at which the aggregate result was computed.
getReadTimeOrBuilder() - Method in interface com.google.firestore.v1.RunAggregationQueryResponseOrBuilder
The time at which the aggregate result was computed.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Reads documents as they were at the given time.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.RunQueryRequest
Reads documents as they were at the given time.
getReadTimeOrBuilder() - Method in interface com.google.firestore.v1.RunQueryRequestOrBuilder
Reads documents as they were at the given time.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
The time at which the document was read.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.RunQueryResponse
The time at which the document was read.
getReadTimeOrBuilder() - Method in interface com.google.firestore.v1.RunQueryResponseOrBuilder
The time at which the document was read.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.Target.Builder
Start listening after a specific `read_time`.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.Target
Start listening after a specific `read_time`.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.TargetChange.Builder
The consistent `read_time` for the given `target_ids` (omitted when the target_ids are not at a consistent snapshot).
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.TargetChange
The consistent `read_time` for the given `target_ids` (omitted when the target_ids are not at a consistent snapshot).
getReadTimeOrBuilder() - Method in interface com.google.firestore.v1.TargetChangeOrBuilder
The consistent `read_time` for the given `target_ids` (omitted when the target_ids are not at a consistent snapshot).
getReadTimeOrBuilder() - Method in interface com.google.firestore.v1.TargetOrBuilder
Start listening after a specific `read_time`.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
Reads documents at the given time.
getReadTimeOrBuilder() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
Reads documents at the given time.
getReadTimeOrBuilder() - Method in interface com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder
Reads documents at the given time.
getReadWrite() - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can be used for both read and write operations.
getReadWrite() - Method in class com.google.firestore.v1.TransactionOptions
The transaction can be used for both read and write operations.
getReadWrite() - Method in interface com.google.firestore.v1.TransactionOptionsOrBuilder
The transaction can be used for both read and write operations.
getReadWriteBuilder() - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can be used for both read and write operations.
getReadWriteOrBuilder() - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can be used for both read and write operations.
getReadWriteOrBuilder() - Method in class com.google.firestore.v1.TransactionOptions
The transaction can be used for both read and write operations.
getReadWriteOrBuilder() - Method in interface com.google.firestore.v1.TransactionOptionsOrBuilder
The transaction can be used for both read and write operations.
getReference() - Method in class com.google.cloud.firestore.DocumentSnapshot
Gets the reference to the document.
getReferenceValue() - Method in class com.google.firestore.v1.Value.Builder
A reference to a document.
getReferenceValue() - Method in class com.google.firestore.v1.Value
A reference to a document.
getReferenceValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A reference to a document.
getReferenceValueBytes() - Method in class com.google.firestore.v1.Value.Builder
A reference to a document.
getReferenceValueBytes() - Method in class com.google.firestore.v1.Value
A reference to a document.
getReferenceValueBytes() - Method in interface com.google.firestore.v1.ValueOrBuilder
A reference to a document.
getRemoveAllFromArray() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Remove all of the given elements from the array in the field.
getRemoveAllFromArray() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Remove all of the given elements from the array in the field.
getRemoveAllFromArray() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Remove all of the given elements from the array in the field.
getRemoveAllFromArrayBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Remove all of the given elements from the array in the field.
getRemoveAllFromArrayOrBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Remove all of the given elements from the array in the field.
getRemoveAllFromArrayOrBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Remove all of the given elements from the array in the field.
getRemoveAllFromArrayOrBuilder() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Remove all of the given elements from the array in the field.
getRemovedTargetIds(int) - Method in class com.google.firestore.v1.DocumentChange.Builder
A set of target IDs for targets that no longer match this document.
getRemovedTargetIds(int) - Method in class com.google.firestore.v1.DocumentChange
A set of target IDs for targets that no longer match this document.
getRemovedTargetIds(int) - Method in interface com.google.firestore.v1.DocumentChangeOrBuilder
A set of target IDs for targets that no longer match this document.
getRemovedTargetIds(int) - Method in class com.google.firestore.v1.DocumentDelete.Builder
A set of target IDs for targets that previously matched this entity.
getRemovedTargetIds(int) - Method in class com.google.firestore.v1.DocumentDelete
A set of target IDs for targets that previously matched this entity.
getRemovedTargetIds(int) - Method in interface com.google.firestore.v1.DocumentDeleteOrBuilder
A set of target IDs for targets that previously matched this entity.
getRemovedTargetIds(int) - Method in class com.google.firestore.v1.DocumentRemove.Builder
A set of target IDs for targets that previously matched this document.
getRemovedTargetIds(int) - Method in class com.google.firestore.v1.DocumentRemove
A set of target IDs for targets that previously matched this document.
getRemovedTargetIds(int) - Method in interface com.google.firestore.v1.DocumentRemoveOrBuilder
A set of target IDs for targets that previously matched this document.
getRemovedTargetIdsCount() - Method in class com.google.firestore.v1.DocumentChange.Builder
A set of target IDs for targets that no longer match this document.
getRemovedTargetIdsCount() - Method in class com.google.firestore.v1.DocumentChange
A set of target IDs for targets that no longer match this document.
getRemovedTargetIdsCount() - Method in interface com.google.firestore.v1.DocumentChangeOrBuilder
A set of target IDs for targets that no longer match this document.
getRemovedTargetIdsCount() - Method in class com.google.firestore.v1.DocumentDelete.Builder
A set of target IDs for targets that previously matched this entity.
getRemovedTargetIdsCount() - Method in class com.google.firestore.v1.DocumentDelete
A set of target IDs for targets that previously matched this entity.
getRemovedTargetIdsCount() - Method in interface com.google.firestore.v1.DocumentDeleteOrBuilder
A set of target IDs for targets that previously matched this entity.
getRemovedTargetIdsCount() - Method in class com.google.firestore.v1.DocumentRemove.Builder
A set of target IDs for targets that previously matched this document.
getRemovedTargetIdsCount() - Method in class com.google.firestore.v1.DocumentRemove
A set of target IDs for targets that previously matched this document.
getRemovedTargetIdsCount() - Method in interface com.google.firestore.v1.DocumentRemoveOrBuilder
A set of target IDs for targets that previously matched this document.
getRemovedTargetIdsList() - Method in class com.google.firestore.v1.DocumentChange.Builder
A set of target IDs for targets that no longer match this document.
getRemovedTargetIdsList() - Method in class com.google.firestore.v1.DocumentChange
A set of target IDs for targets that no longer match this document.
getRemovedTargetIdsList() - Method in interface com.google.firestore.v1.DocumentChangeOrBuilder
A set of target IDs for targets that no longer match this document.
getRemovedTargetIdsList() - Method in class com.google.firestore.v1.DocumentDelete.Builder
A set of target IDs for targets that previously matched this entity.
getRemovedTargetIdsList() - Method in class com.google.firestore.v1.DocumentDelete
A set of target IDs for targets that previously matched this entity.
getRemovedTargetIdsList() - Method in interface com.google.firestore.v1.DocumentDeleteOrBuilder
A set of target IDs for targets that previously matched this entity.
getRemovedTargetIdsList() - Method in class com.google.firestore.v1.DocumentRemove.Builder
A set of target IDs for targets that previously matched this document.
getRemovedTargetIdsList() - Method in class com.google.firestore.v1.DocumentRemove
A set of target IDs for targets that previously matched this document.
getRemovedTargetIdsList() - Method in interface com.google.firestore.v1.DocumentRemoveOrBuilder
A set of target IDs for targets that previously matched this document.
getRemoveTarget() - Method in class com.google.firestore.v1.ListenRequest.Builder
The ID of a target to remove from this stream.
getRemoveTarget() - Method in class com.google.firestore.v1.ListenRequest
The ID of a target to remove from this stream.
getRemoveTarget() - Method in interface com.google.firestore.v1.ListenRequestOrBuilder
The ID of a target to remove from this stream.
getRequestMetadata(URI) - Method in class com.google.cloud.firestore.FirestoreOptions.EmulatorCredentials
 
getResponseTypeCase() - Method in class com.google.firestore.v1.ListenResponse.Builder
 
getResponseTypeCase() - Method in class com.google.firestore.v1.ListenResponse
 
getResponseTypeCase() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
 
getResult() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
A single aggregation result.
getResult() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
A single aggregation result.
getResult() - Method in interface com.google.firestore.v1.RunAggregationQueryResponseOrBuilder
A single aggregation result.
getResultBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
A single aggregation result.
getResultCase() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
getResultCase() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
getResultCase() - Method in interface com.google.firestore.v1.BatchGetDocumentsResponseOrBuilder
 
getResultOrBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
A single aggregation result.
getResultOrBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
A single aggregation result.
getResultOrBuilder() - Method in interface com.google.firestore.v1.RunAggregationQueryResponseOrBuilder
A single aggregation result.
getResumeToken() - Method in class com.google.firestore.v1.Target.Builder
A resume token from a prior [TargetChange][google.firestore.v1.TargetChange] for an identical target.
getResumeToken() - Method in class com.google.firestore.v1.Target
A resume token from a prior [TargetChange][google.firestore.v1.TargetChange] for an identical target.
getResumeToken() - Method in class com.google.firestore.v1.TargetChange.Builder
A token that can be used to resume the stream for the given `target_ids`, or all targets if `target_ids` is empty.
getResumeToken() - Method in class com.google.firestore.v1.TargetChange
A token that can be used to resume the stream for the given `target_ids`, or all targets if `target_ids` is empty.
getResumeToken() - Method in interface com.google.firestore.v1.TargetChangeOrBuilder
A token that can be used to resume the stream for the given `target_ids`, or all targets if `target_ids` is empty.
getResumeToken() - Method in interface com.google.firestore.v1.TargetOrBuilder
A resume token from a prior [TargetChange][google.firestore.v1.TargetChange] for an identical target.
getResumeTypeCase() - Method in class com.google.firestore.v1.Target.Builder
 
getResumeTypeCase() - Method in class com.google.firestore.v1.Target
 
getResumeTypeCase() - Method in interface com.google.firestore.v1.TargetOrBuilder
 
getRetryTransaction() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
An optional transaction to retry.
getRetryTransaction() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite
An optional transaction to retry.
getRetryTransaction() - Method in interface com.google.firestore.v1.TransactionOptions.ReadWriteOrBuilder
An optional transaction to retry.
getReverting() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
Output only When true, the `Field`'s index configuration is in the process of being reverted.
getReverting() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
Output only When true, the `Field`'s index configuration is in the process of being reverted.
getReverting() - Method in interface com.google.firestore.admin.v1.Field.IndexConfigOrBuilder
Output only When true, the `Field`'s index configuration is in the process of being reverted.
getRight() - Method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
getRight() - Method in interface com.google.cloud.firestore.collection.LLRBNode
 
getRight() - Method in class com.google.cloud.firestore.collection.LLRBValueNode
 
getRollbackMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getRunAggregationQueryMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getRunQueryMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getScopes() - Method in class com.google.cloud.firestore.FirestoreOptions
 
getSelect() - Method in class com.google.firestore.v1.StructuredQuery.Builder
Optional sub-set of the fields to return.
getSelect() - Method in class com.google.firestore.v1.StructuredQuery
Optional sub-set of the fields to return.
getSelect() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
Optional sub-set of the fields to return.
getSelectBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Builder
Optional sub-set of the fields to return.
getSelectOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Builder
Optional sub-set of the fields to return.
getSelectOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery
Optional sub-set of the fields to return.
getSelectOrBuilder() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
Optional sub-set of the fields to return.
getSerializedSize() - Method in class com.google.firestore.admin.v1.CreateIndexRequest
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.Database
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.Field
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.Field.TtlConfig
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.GetFieldRequest
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.GetIndexRequest
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.Index
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.Index.IndexField
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.ListFieldsResponse
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.ListIndexesResponse
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.LocationMetadata
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.Progress
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
getSerializedSize() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
getSerializedSize() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
 
getSerializedSize() - Method in class com.google.firestore.bundle.BundledQuery
 
getSerializedSize() - Method in class com.google.firestore.bundle.BundleElement
 
getSerializedSize() - Method in class com.google.firestore.bundle.BundleMetadata
 
getSerializedSize() - Method in class com.google.firestore.bundle.NamedQuery
 
getSerializedSize() - Method in class com.google.firestore.v1.AggregationResult
 
getSerializedSize() - Method in class com.google.firestore.v1.ArrayValue
 
getSerializedSize() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
getSerializedSize() - Method in class com.google.firestore.v1.BatchWriteRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.BatchWriteResponse
 
getSerializedSize() - Method in class com.google.firestore.v1.BeginTransactionRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.BeginTransactionResponse
 
getSerializedSize() - Method in class com.google.firestore.v1.BitSequence
 
getSerializedSize() - Method in class com.google.firestore.v1.BloomFilter
 
getSerializedSize() - Method in class com.google.firestore.v1.CommitRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.CommitResponse
 
getSerializedSize() - Method in class com.google.firestore.v1.CreateDocumentRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.Cursor
 
getSerializedSize() - Method in class com.google.firestore.v1.DeleteDocumentRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.Document
 
getSerializedSize() - Method in class com.google.firestore.v1.DocumentChange
 
getSerializedSize() - Method in class com.google.firestore.v1.DocumentDelete
 
getSerializedSize() - Method in class com.google.firestore.v1.DocumentMask
 
getSerializedSize() - Method in class com.google.firestore.v1.DocumentRemove
 
getSerializedSize() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
getSerializedSize() - Method in class com.google.firestore.v1.DocumentTransform
 
getSerializedSize() - Method in class com.google.firestore.v1.ExistenceFilter
 
getSerializedSize() - Method in class com.google.firestore.v1.GetDocumentRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.ListCollectionIdsResponse
 
getSerializedSize() - Method in class com.google.firestore.v1.ListDocumentsRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.ListDocumentsResponse
 
getSerializedSize() - Method in class com.google.firestore.v1.ListenRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.ListenResponse
 
getSerializedSize() - Method in class com.google.firestore.v1.MapValue
 
getSerializedSize() - Method in class com.google.firestore.v1.PartitionQueryRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.PartitionQueryResponse
 
getSerializedSize() - Method in class com.google.firestore.v1.Precondition
 
getSerializedSize() - Method in class com.google.firestore.v1.RollbackRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
 
getSerializedSize() - Method in class com.google.firestore.v1.RunQueryRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.RunQueryResponse
 
getSerializedSize() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
getSerializedSize() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
getSerializedSize() - Method in class com.google.firestore.v1.StructuredAggregationQuery
 
getSerializedSize() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
getSerializedSize() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
getSerializedSize() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
getSerializedSize() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
getSerializedSize() - Method in class com.google.firestore.v1.StructuredQuery.Filter
 
getSerializedSize() - Method in class com.google.firestore.v1.StructuredQuery
 
getSerializedSize() - Method in class com.google.firestore.v1.StructuredQuery.Order
 
getSerializedSize() - Method in class com.google.firestore.v1.StructuredQuery.Projection
 
getSerializedSize() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
getSerializedSize() - Method in class com.google.firestore.v1.Target.DocumentsTarget
 
getSerializedSize() - Method in class com.google.firestore.v1.Target
 
getSerializedSize() - Method in class com.google.firestore.v1.Target.QueryTarget
 
getSerializedSize() - Method in class com.google.firestore.v1.TargetChange
 
getSerializedSize() - Method in class com.google.firestore.v1.TransactionOptions
 
getSerializedSize() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
getSerializedSize() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
getSerializedSize() - Method in class com.google.firestore.v1.UpdateDocumentRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.Value
 
getSerializedSize() - Method in class com.google.firestore.v1.Write
 
getSerializedSize() - Method in class com.google.firestore.v1.WriteRequest
 
getSerializedSize() - Method in class com.google.firestore.v1.WriteResponse
 
getSerializedSize() - Method in class com.google.firestore.v1.WriteResult
 
getServiceDescriptor() - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
 
getServiceDescriptor() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
 
getSettings() - Method in class com.google.cloud.firestore.v1.FirestoreClient
 
getSetToServerValue() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the given server value.
getSetToServerValue() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Sets the field to the given server value.
getSetToServerValue() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Sets the field to the given server value.
getSetToServerValueValue() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the given server value.
getSetToServerValueValue() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Sets the field to the given server value.
getSetToServerValueValue() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Sets the field to the given server value.
getShowMissing() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
If the list should show missing documents.
getShowMissing() - Method in class com.google.firestore.v1.ListDocumentsRequest
If the list should show missing documents.
getShowMissing() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
If the list should show missing documents.
getSkippedResults() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
The number of results that have been skipped due to an offset between the last response and the current response.
getSkippedResults() - Method in class com.google.firestore.v1.RunQueryResponse
The number of results that have been skipped due to an offset between the last response and the current response.
getSkippedResults() - Method in interface com.google.firestore.v1.RunQueryResponseOrBuilder
The number of results that have been skipped due to an offset between the last response and the current response.
getStartAt() - Method in class com.google.cloud.firestore.QueryPartition
The cursor that defines the first result for this partition.
getStartAt() - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to start the query at.
getStartAt() - Method in class com.google.firestore.v1.StructuredQuery
A potential prefix of a position in the result set to start the query at.
getStartAt() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
A potential prefix of a position in the result set to start the query at.
getStartAtBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to start the query at.
getStartAtOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to start the query at.
getStartAtOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery
A potential prefix of a position in the result set to start the query at.
getStartAtOrBuilder() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
A potential prefix of a position in the result set to start the query at.
getStartTime() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation started.
getStartTime() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
The time this operation started.
getStartTime() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
The time this operation started.
getStartTime() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation started.
getStartTime() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The time this operation started.
getStartTime() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The time this operation started.
getStartTime() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation started.
getStartTime() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The time this operation started.
getStartTime() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The time this operation started.
getStartTime() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation started.
getStartTime() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The time this operation started.
getStartTime() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The time this operation started.
getStartTimeBuilder() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation started.
getStartTimeBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation started.
getStartTimeBuilder() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation started.
getStartTimeBuilder() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation started.
getStartTimeOrBuilder() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation started.
getStartTimeOrBuilder() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
The time this operation started.
getStartTimeOrBuilder() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
The time this operation started.
getStartTimeOrBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation started.
getStartTimeOrBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The time this operation started.
getStartTimeOrBuilder() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The time this operation started.
getStartTimeOrBuilder() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation started.
getStartTimeOrBuilder() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The time this operation started.
getStartTimeOrBuilder() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The time this operation started.
getStartTimeOrBuilder() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation started.
getStartTimeOrBuilder() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The time this operation started.
getStartTimeOrBuilder() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The time this operation started.
getState() - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
Output only.
getState() - Method in class com.google.firestore.admin.v1.Field.TtlConfig
Output only.
getState() - Method in interface com.google.firestore.admin.v1.Field.TtlConfigOrBuilder
Output only.
getState() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The state of the operation.
getState() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The state of the operation.
getState() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The state of the operation.
getState() - Method in class com.google.firestore.admin.v1.Index.Builder
Output only.
getState() - Method in class com.google.firestore.admin.v1.Index
Output only.
getState() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The state of the operation.
getState() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The state of the operation.
getState() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The state of the operation.
getState() - Method in interface com.google.firestore.admin.v1.IndexOrBuilder
Output only.
getStateValue() - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
Output only.
getStateValue() - Method in class com.google.firestore.admin.v1.Field.TtlConfig
Output only.
getStateValue() - Method in interface com.google.firestore.admin.v1.Field.TtlConfigOrBuilder
Output only.
getStateValue() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The state of the operation.
getStateValue() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The state of the operation.
getStateValue() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The state of the operation.
getStateValue() - Method in class com.google.firestore.admin.v1.Index.Builder
Output only.
getStateValue() - Method in class com.google.firestore.admin.v1.Index
Output only.
getStateValue() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The state of the operation.
getStateValue() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The state of the operation.
getStateValue() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The state of the operation.
getStateValue() - Method in interface com.google.firestore.admin.v1.IndexOrBuilder
Output only.
getStatus() - Method in exception com.google.cloud.firestore.BulkWriterException
 
getStatus() - Method in exception com.google.cloud.firestore.FirestoreException
 
getStatus(int) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
getStatus(int) - Method in class com.google.firestore.v1.BatchWriteResponse
The status of applying the writes.
getStatus(int) - Method in interface com.google.firestore.v1.BatchWriteResponseOrBuilder
The status of applying the writes.
getStatusBuilder(int) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
getStatusBuilderList() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
getStatusCount() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
getStatusCount() - Method in class com.google.firestore.v1.BatchWriteResponse
The status of applying the writes.
getStatusCount() - Method in interface com.google.firestore.v1.BatchWriteResponseOrBuilder
The status of applying the writes.
getStatusList() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
getStatusList() - Method in class com.google.firestore.v1.BatchWriteResponse
The status of applying the writes.
getStatusList() - Method in interface com.google.firestore.v1.BatchWriteResponseOrBuilder
The status of applying the writes.
getStatusOrBuilder(int) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
getStatusOrBuilder(int) - Method in class com.google.firestore.v1.BatchWriteResponse
The status of applying the writes.
getStatusOrBuilder(int) - Method in interface com.google.firestore.v1.BatchWriteResponseOrBuilder
The status of applying the writes.
getStatusOrBuilderList() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
getStatusOrBuilderList() - Method in class com.google.firestore.v1.BatchWriteResponse
The status of applying the writes.
getStatusOrBuilderList() - Method in interface com.google.firestore.v1.BatchWriteResponseOrBuilder
The status of applying the writes.
getStreamId() - Method in class com.google.firestore.v1.WriteRequest.Builder
The ID of the write stream to resume.
getStreamId() - Method in class com.google.firestore.v1.WriteRequest
The ID of the write stream to resume.
getStreamId() - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
The ID of the write stream to resume.
getStreamId() - Method in class com.google.firestore.v1.WriteResponse.Builder
The ID of the stream.
getStreamId() - Method in class com.google.firestore.v1.WriteResponse
The ID of the stream.
getStreamId() - Method in interface com.google.firestore.v1.WriteResponseOrBuilder
The ID of the stream.
getStreamIdBytes() - Method in class com.google.firestore.v1.WriteRequest.Builder
The ID of the write stream to resume.
getStreamIdBytes() - Method in class com.google.firestore.v1.WriteRequest
The ID of the write stream to resume.
getStreamIdBytes() - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
The ID of the write stream to resume.
getStreamIdBytes() - Method in class com.google.firestore.v1.WriteResponse.Builder
The ID of the stream.
getStreamIdBytes() - Method in class com.google.firestore.v1.WriteResponse
The ID of the stream.
getStreamIdBytes() - Method in interface com.google.firestore.v1.WriteResponseOrBuilder
The ID of the stream.
getStreamToken() - Method in class com.google.firestore.v1.WriteRequest.Builder
A stream token that was previously sent by the server.
getStreamToken() - Method in class com.google.firestore.v1.WriteRequest
A stream token that was previously sent by the server.
getStreamToken() - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
A stream token that was previously sent by the server.
getStreamToken() - Method in class com.google.firestore.v1.WriteResponse.Builder
A token that represents the position of this response in the stream.
getStreamToken() - Method in class com.google.firestore.v1.WriteResponse
A token that represents the position of this response in the stream.
getStreamToken() - Method in interface com.google.firestore.v1.WriteResponseOrBuilder
A token that represents the position of this response in the stream.
getString(String) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the value of the field as a String.
getStringValue() - Method in class com.google.firestore.v1.Value.Builder
A string value.
getStringValue() - Method in class com.google.firestore.v1.Value
A string value.
getStringValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A string value.
getStringValueBytes() - Method in class com.google.firestore.v1.Value.Builder
A string value.
getStringValueBytes() - Method in class com.google.firestore.v1.Value
A string value.
getStringValueBytes() - Method in interface com.google.firestore.v1.ValueOrBuilder
A string value.
getStructuredAggregationQuery() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
An aggregation query.
getStructuredAggregationQuery() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
An aggregation query.
getStructuredAggregationQuery() - Method in interface com.google.firestore.v1.RunAggregationQueryRequestOrBuilder
An aggregation query.
getStructuredAggregationQueryBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
An aggregation query.
getStructuredAggregationQueryOrBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
An aggregation query.
getStructuredAggregationQueryOrBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
An aggregation query.
getStructuredAggregationQueryOrBuilder() - Method in interface com.google.firestore.v1.RunAggregationQueryRequestOrBuilder
An aggregation query.
getStructuredQuery() - Method in class com.google.firestore.bundle.BundledQuery.Builder
A structured query.
getStructuredQuery() - Method in class com.google.firestore.bundle.BundledQuery
A structured query.
getStructuredQuery() - Method in interface com.google.firestore.bundle.BundledQueryOrBuilder
A structured query.
getStructuredQuery() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
A structured query.
getStructuredQuery() - Method in class com.google.firestore.v1.PartitionQueryRequest
A structured query.
getStructuredQuery() - Method in interface com.google.firestore.v1.PartitionQueryRequestOrBuilder
A structured query.
getStructuredQuery() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
A structured query.
getStructuredQuery() - Method in class com.google.firestore.v1.RunQueryRequest
A structured query.
getStructuredQuery() - Method in interface com.google.firestore.v1.RunQueryRequestOrBuilder
A structured query.
getStructuredQuery() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Nested structured query.
getStructuredQuery() - Method in class com.google.firestore.v1.StructuredAggregationQuery
Nested structured query.
getStructuredQuery() - Method in interface com.google.firestore.v1.StructuredAggregationQueryOrBuilder
Nested structured query.
getStructuredQuery() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
A structured query.
getStructuredQuery() - Method in class com.google.firestore.v1.Target.QueryTarget
A structured query.
getStructuredQuery() - Method in interface com.google.firestore.v1.Target.QueryTargetOrBuilder
A structured query.
getStructuredQueryBuilder() - Method in class com.google.firestore.bundle.BundledQuery.Builder
A structured query.
getStructuredQueryBuilder() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
A structured query.
getStructuredQueryBuilder() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
A structured query.
getStructuredQueryBuilder() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Nested structured query.
getStructuredQueryBuilder() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
A structured query.
getStructuredQueryOrBuilder() - Method in class com.google.firestore.bundle.BundledQuery.Builder
A structured query.
getStructuredQueryOrBuilder() - Method in class com.google.firestore.bundle.BundledQuery
A structured query.
getStructuredQueryOrBuilder() - Method in interface com.google.firestore.bundle.BundledQueryOrBuilder
A structured query.
getStructuredQueryOrBuilder() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
A structured query.
getStructuredQueryOrBuilder() - Method in class com.google.firestore.v1.PartitionQueryRequest
A structured query.
getStructuredQueryOrBuilder() - Method in interface com.google.firestore.v1.PartitionQueryRequestOrBuilder
A structured query.
getStructuredQueryOrBuilder() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
A structured query.
getStructuredQueryOrBuilder() - Method in class com.google.firestore.v1.RunQueryRequest
A structured query.
getStructuredQueryOrBuilder() - Method in interface com.google.firestore.v1.RunQueryRequestOrBuilder
A structured query.
getStructuredQueryOrBuilder() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Nested structured query.
getStructuredQueryOrBuilder() - Method in class com.google.firestore.v1.StructuredAggregationQuery
Nested structured query.
getStructuredQueryOrBuilder() - Method in interface com.google.firestore.v1.StructuredAggregationQueryOrBuilder
Nested structured query.
getStructuredQueryOrBuilder() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
A structured query.
getStructuredQueryOrBuilder() - Method in class com.google.firestore.v1.Target.QueryTarget
A structured query.
getStructuredQueryOrBuilder() - Method in interface com.google.firestore.v1.Target.QueryTargetOrBuilder
A structured query.
getStub() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
 
getStub() - Method in class com.google.cloud.firestore.v1.FirestoreClient
 
getStubSettingsBuilder() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
 
getStubSettingsBuilder() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
 
getSuccessorKey(K) - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
getSuccessorKey(K) - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
getSuccessorKey(K) - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
getTargetChange() - Method in class com.google.firestore.v1.ListenResponse.Builder
Targets have changed.
getTargetChange() - Method in class com.google.firestore.v1.ListenResponse
Targets have changed.
getTargetChange() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
Targets have changed.
getTargetChangeBuilder() - Method in class com.google.firestore.v1.ListenResponse.Builder
Targets have changed.
getTargetChangeCase() - Method in class com.google.firestore.v1.ListenRequest.Builder
 
getTargetChangeCase() - Method in class com.google.firestore.v1.ListenRequest
 
getTargetChangeCase() - Method in interface com.google.firestore.v1.ListenRequestOrBuilder
 
getTargetChangeOrBuilder() - Method in class com.google.firestore.v1.ListenResponse.Builder
Targets have changed.
getTargetChangeOrBuilder() - Method in class com.google.firestore.v1.ListenResponse
Targets have changed.
getTargetChangeOrBuilder() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
Targets have changed.
getTargetChangeType() - Method in class com.google.firestore.v1.TargetChange.Builder
The type of change that occurred.
getTargetChangeType() - Method in class com.google.firestore.v1.TargetChange
The type of change that occurred.
getTargetChangeType() - Method in interface com.google.firestore.v1.TargetChangeOrBuilder
The type of change that occurred.
getTargetChangeTypeValue() - Method in class com.google.firestore.v1.TargetChange.Builder
The type of change that occurred.
getTargetChangeTypeValue() - Method in class com.google.firestore.v1.TargetChange
The type of change that occurred.
getTargetChangeTypeValue() - Method in interface com.google.firestore.v1.TargetChangeOrBuilder
The type of change that occurred.
getTargetId() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
The target ID to which this filter applies.
getTargetId() - Method in class com.google.firestore.v1.ExistenceFilter
The target ID to which this filter applies.
getTargetId() - Method in interface com.google.firestore.v1.ExistenceFilterOrBuilder
The target ID to which this filter applies.
getTargetId() - Method in class com.google.firestore.v1.Target.Builder
The target ID that identifies the target on the stream.
getTargetId() - Method in class com.google.firestore.v1.Target
The target ID that identifies the target on the stream.
getTargetId() - Method in interface com.google.firestore.v1.TargetOrBuilder
The target ID that identifies the target on the stream.
getTargetIds(int) - Method in class com.google.firestore.v1.DocumentChange.Builder
A set of target IDs of targets that match this document.
getTargetIds(int) - Method in class com.google.firestore.v1.DocumentChange
A set of target IDs of targets that match this document.
getTargetIds(int) - Method in interface com.google.firestore.v1.DocumentChangeOrBuilder
A set of target IDs of targets that match this document.
getTargetIds(int) - Method in class com.google.firestore.v1.TargetChange.Builder
The target IDs of targets that have changed.
getTargetIds(int) - Method in class com.google.firestore.v1.TargetChange
The target IDs of targets that have changed.
getTargetIds(int) - Method in interface com.google.firestore.v1.TargetChangeOrBuilder
The target IDs of targets that have changed.
getTargetIdsCount() - Method in class com.google.firestore.v1.DocumentChange.Builder
A set of target IDs of targets that match this document.
getTargetIdsCount() - Method in class com.google.firestore.v1.DocumentChange
A set of target IDs of targets that match this document.
getTargetIdsCount() - Method in interface com.google.firestore.v1.DocumentChangeOrBuilder
A set of target IDs of targets that match this document.
getTargetIdsCount() - Method in class com.google.firestore.v1.TargetChange.Builder
The target IDs of targets that have changed.
getTargetIdsCount() - Method in class com.google.firestore.v1.TargetChange
The target IDs of targets that have changed.
getTargetIdsCount() - Method in interface com.google.firestore.v1.TargetChangeOrBuilder
The target IDs of targets that have changed.
getTargetIdsList() - Method in class com.google.firestore.v1.DocumentChange.Builder
A set of target IDs of targets that match this document.
getTargetIdsList() - Method in class com.google.firestore.v1.DocumentChange
A set of target IDs of targets that match this document.
getTargetIdsList() - Method in interface com.google.firestore.v1.DocumentChangeOrBuilder
A set of target IDs of targets that match this document.
getTargetIdsList() - Method in class com.google.firestore.v1.TargetChange.Builder
The target IDs of targets that have changed.
getTargetIdsList() - Method in class com.google.firestore.v1.TargetChange
The target IDs of targets that have changed.
getTargetIdsList() - Method in interface com.google.firestore.v1.TargetChangeOrBuilder
The target IDs of targets that have changed.
getTargetTypeCase() - Method in class com.google.firestore.v1.Target.Builder
 
getTargetTypeCase() - Method in class com.google.firestore.v1.Target
 
getTargetTypeCase() - Method in interface com.google.firestore.v1.TargetOrBuilder
 
getThrottlingEnabled() - Method in class com.google.cloud.firestore.BulkWriterOptions
Return whether throttling is enabled.
getTimestamp(String) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the value of the field as a Timestamp.
getTimestampValue() - Method in class com.google.firestore.v1.Value.Builder
A timestamp value.
getTimestampValue() - Method in class com.google.firestore.v1.Value
A timestamp value.
getTimestampValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A timestamp value.
getTimestampValueBuilder() - Method in class com.google.firestore.v1.Value.Builder
A timestamp value.
getTimestampValueOrBuilder() - Method in class com.google.firestore.v1.Value.Builder
A timestamp value.
getTimestampValueOrBuilder() - Method in class com.google.firestore.v1.Value
A timestamp value.
getTimestampValueOrBuilder() - Method in interface com.google.firestore.v1.ValueOrBuilder
A timestamp value.
getTotalBytes() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
The size of the bundle in bytes, excluding this `BundleMetadata`.
getTotalBytes() - Method in class com.google.firestore.bundle.BundleMetadata
The size of the bundle in bytes, excluding this `BundleMetadata`.
getTotalBytes() - Method in interface com.google.firestore.bundle.BundleMetadataOrBuilder
The size of the bundle in bytes, excluding this `BundleMetadata`.
getTotalDocuments() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
The number of documents in the bundle.
getTotalDocuments() - Method in class com.google.firestore.bundle.BundleMetadata
The number of documents in the bundle.
getTotalDocuments() - Method in interface com.google.firestore.bundle.BundleMetadataOrBuilder
The number of documents in the bundle.
getTransaction() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Reads documents in a transaction.
getTransaction() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
Reads documents in a transaction.
getTransaction() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
Reads documents in a transaction.
getTransaction() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
The transaction that was started as part of this request.
getTransaction() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
The transaction that was started as part of this request.
getTransaction() - Method in interface com.google.firestore.v1.BatchGetDocumentsResponseOrBuilder
The transaction that was started as part of this request.
getTransaction() - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
The transaction that was started.
getTransaction() - Method in class com.google.firestore.v1.BeginTransactionResponse
The transaction that was started.
getTransaction() - Method in interface com.google.firestore.v1.BeginTransactionResponseOrBuilder
The transaction that was started.
getTransaction() - Method in class com.google.firestore.v1.CommitRequest.Builder
If set, applies all writes in this transaction, and commits it.
getTransaction() - Method in class com.google.firestore.v1.CommitRequest
If set, applies all writes in this transaction, and commits it.
getTransaction() - Method in interface com.google.firestore.v1.CommitRequestOrBuilder
If set, applies all writes in this transaction, and commits it.
getTransaction() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Reads the document in a transaction.
getTransaction() - Method in class com.google.firestore.v1.GetDocumentRequest
Reads the document in a transaction.
getTransaction() - Method in interface com.google.firestore.v1.GetDocumentRequestOrBuilder
Reads the document in a transaction.
getTransaction() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Perform the read as part of an already active transaction.
getTransaction() - Method in class com.google.firestore.v1.ListDocumentsRequest
Perform the read as part of an already active transaction.
getTransaction() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Perform the read as part of an already active transaction.
getTransaction() - Method in class com.google.firestore.v1.RollbackRequest.Builder
Required.
getTransaction() - Method in class com.google.firestore.v1.RollbackRequest
Required.
getTransaction() - Method in interface com.google.firestore.v1.RollbackRequestOrBuilder
Required.
getTransaction() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Run the aggregation within an already active transaction.
getTransaction() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
Run the aggregation within an already active transaction.
getTransaction() - Method in interface com.google.firestore.v1.RunAggregationQueryRequestOrBuilder
Run the aggregation within an already active transaction.
getTransaction() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
The transaction that was started as part of this request.
getTransaction() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
The transaction that was started as part of this request.
getTransaction() - Method in interface com.google.firestore.v1.RunAggregationQueryResponseOrBuilder
The transaction that was started as part of this request.
getTransaction() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Run the query within an already active transaction.
getTransaction() - Method in class com.google.firestore.v1.RunQueryRequest
Run the query within an already active transaction.
getTransaction() - Method in interface com.google.firestore.v1.RunQueryRequestOrBuilder
Run the query within an already active transaction.
getTransaction() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
The transaction that was started as part of this request.
getTransaction() - Method in class com.google.firestore.v1.RunQueryResponse
The transaction that was started as part of this request.
getTransaction() - Method in interface com.google.firestore.v1.RunQueryResponseOrBuilder
The transaction that was started as part of this request.
getTransform() - Method in class com.google.firestore.v1.Write.Builder
Applies a transformation to a document.
getTransform() - Method in class com.google.firestore.v1.Write
Applies a transformation to a document.
getTransform() - Method in interface com.google.firestore.v1.WriteOrBuilder
Applies a transformation to a document.
getTransformBuilder() - Method in class com.google.firestore.v1.Write.Builder
Applies a transformation to a document.
getTransformOrBuilder() - Method in class com.google.firestore.v1.Write.Builder
Applies a transformation to a document.
getTransformOrBuilder() - Method in class com.google.firestore.v1.Write
Applies a transformation to a document.
getTransformOrBuilder() - Method in interface com.google.firestore.v1.WriteOrBuilder
Applies a transformation to a document.
getTransformResults(int) - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResults(int) - Method in class com.google.firestore.v1.WriteResult
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResults(int) - Method in interface com.google.firestore.v1.WriteResultOrBuilder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResultsBuilder(int) - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResultsBuilderList() - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResultsCount() - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResultsCount() - Method in class com.google.firestore.v1.WriteResult
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResultsCount() - Method in interface com.google.firestore.v1.WriteResultOrBuilder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResultsList() - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResultsList() - Method in class com.google.firestore.v1.WriteResult
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResultsList() - Method in interface com.google.firestore.v1.WriteResultOrBuilder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResultsOrBuilder(int) - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResultsOrBuilder(int) - Method in class com.google.firestore.v1.WriteResult
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResultsOrBuilder(int) - Method in interface com.google.firestore.v1.WriteResultOrBuilder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResultsOrBuilderList() - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResultsOrBuilderList() - Method in class com.google.firestore.v1.WriteResult
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformResultsOrBuilderList() - Method in interface com.google.firestore.v1.WriteResultOrBuilder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
getTransformTypeCase() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
getTransformTypeCase() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
getTransformTypeCase() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
 
getTransportChannelProvider() - Method in class com.google.cloud.firestore.FirestoreOptions
 
getTtlConfig() - Method in class com.google.firestore.admin.v1.Field.Builder
The TTL configuration for this `Field`.
getTtlConfig() - Method in class com.google.firestore.admin.v1.Field
The TTL configuration for this `Field`.
getTtlConfig() - Method in interface com.google.firestore.admin.v1.FieldOrBuilder
The TTL configuration for this `Field`.
getTtlConfigBuilder() - Method in class com.google.firestore.admin.v1.Field.Builder
The TTL configuration for this `Field`.
getTtlConfigDelta() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
Describes the deltas of TTL configuration.
getTtlConfigDelta() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
Describes the deltas of TTL configuration.
getTtlConfigDelta() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
Describes the deltas of TTL configuration.
getTtlConfigDeltaBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
Describes the deltas of TTL configuration.
getTtlConfigDeltaOrBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
Describes the deltas of TTL configuration.
getTtlConfigDeltaOrBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
Describes the deltas of TTL configuration.
getTtlConfigDeltaOrBuilder() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
Describes the deltas of TTL configuration.
getTtlConfigOrBuilder() - Method in class com.google.firestore.admin.v1.Field.Builder
The TTL configuration for this `Field`.
getTtlConfigOrBuilder() - Method in class com.google.firestore.admin.v1.Field
The TTL configuration for this `Field`.
getTtlConfigOrBuilder() - Method in interface com.google.firestore.admin.v1.FieldOrBuilder
The TTL configuration for this `Field`.
getType() - Method in class com.google.cloud.firestore.DocumentChange
 
getType() - Method in class com.google.cloud.firestore.TransactionOptions
A type flag indicating the type of transaction represented.
getType() - Method in class com.google.firestore.admin.v1.Database.Builder
The type of the database.
getType() - Method in class com.google.firestore.admin.v1.Database
The type of the database.
getType() - Method in interface com.google.firestore.admin.v1.DatabaseOrBuilder
The type of the database.
getTypeValue() - Method in class com.google.firestore.admin.v1.Database.Builder
The type of the database.
getTypeValue() - Method in class com.google.firestore.admin.v1.Database
The type of the database.
getTypeValue() - Method in interface com.google.firestore.admin.v1.DatabaseOrBuilder
The type of the database.
getUnaryFilter() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter that takes exactly one argument.
getUnaryFilter() - Method in class com.google.firestore.v1.StructuredQuery.Filter
A filter that takes exactly one argument.
getUnaryFilter() - Method in interface com.google.firestore.v1.StructuredQuery.FilterOrBuilder
A filter that takes exactly one argument.
getUnaryFilterBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter that takes exactly one argument.
getUnaryFilterOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter that takes exactly one argument.
getUnaryFilterOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Filter
A filter that takes exactly one argument.
getUnaryFilterOrBuilder() - Method in interface com.google.firestore.v1.StructuredQuery.FilterOrBuilder
A filter that takes exactly one argument.
getUnchangedNames() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
A bloom filter that contains the UTF-8 byte encodings of the resource names of the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}` that have NOT changed since the query results indicated by the resume token or timestamp given in `Target.resume_type`.
getUnchangedNames() - Method in class com.google.firestore.v1.ExistenceFilter
A bloom filter that contains the UTF-8 byte encodings of the resource names of the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}` that have NOT changed since the query results indicated by the resume token or timestamp given in `Target.resume_type`.
getUnchangedNames() - Method in interface com.google.firestore.v1.ExistenceFilterOrBuilder
A bloom filter that contains the UTF-8 byte encodings of the resource names of the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}` that have NOT changed since the query results indicated by the resume token or timestamp given in `Target.resume_type`.
getUnchangedNamesBuilder() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
A bloom filter that contains the UTF-8 byte encodings of the resource names of the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}` that have NOT changed since the query results indicated by the resume token or timestamp given in `Target.resume_type`.
getUnchangedNamesOrBuilder() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
A bloom filter that contains the UTF-8 byte encodings of the resource names of the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}` that have NOT changed since the query results indicated by the resume token or timestamp given in `Target.resume_type`.
getUnchangedNamesOrBuilder() - Method in class com.google.firestore.v1.ExistenceFilter
A bloom filter that contains the UTF-8 byte encodings of the resource names of the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}` that have NOT changed since the query results indicated by the resume token or timestamp given in `Target.resume_type`.
getUnchangedNamesOrBuilder() - Method in interface com.google.firestore.v1.ExistenceFilterOrBuilder
A bloom filter that contains the UTF-8 byte encodings of the resource names of the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}` that have NOT changed since the query results indicated by the resume token or timestamp given in `Target.resume_type`.
getUnknownFields() - Method in class com.google.firestore.admin.v1.CreateIndexRequest
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.Database
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.Field
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.Field.TtlConfig
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.GetFieldRequest
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.GetIndexRequest
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.Index
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.Index.IndexField
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.ListFieldsResponse
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.ListIndexesResponse
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.LocationMetadata
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.Progress
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
getUnknownFields() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
getUnknownFields() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
 
getUnknownFields() - Method in class com.google.firestore.bundle.BundledQuery
 
getUnknownFields() - Method in class com.google.firestore.bundle.BundleElement
 
getUnknownFields() - Method in class com.google.firestore.bundle.BundleMetadata
 
getUnknownFields() - Method in class com.google.firestore.bundle.NamedQuery
 
getUnknownFields() - Method in class com.google.firestore.v1.AggregationResult
 
getUnknownFields() - Method in class com.google.firestore.v1.ArrayValue
 
getUnknownFields() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
getUnknownFields() - Method in class com.google.firestore.v1.BatchWriteRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.BatchWriteResponse
 
getUnknownFields() - Method in class com.google.firestore.v1.BeginTransactionRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.BeginTransactionResponse
 
getUnknownFields() - Method in class com.google.firestore.v1.BitSequence
 
getUnknownFields() - Method in class com.google.firestore.v1.BloomFilter
 
getUnknownFields() - Method in class com.google.firestore.v1.CommitRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.CommitResponse
 
getUnknownFields() - Method in class com.google.firestore.v1.CreateDocumentRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.Cursor
 
getUnknownFields() - Method in class com.google.firestore.v1.DeleteDocumentRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.Document
 
getUnknownFields() - Method in class com.google.firestore.v1.DocumentChange
 
getUnknownFields() - Method in class com.google.firestore.v1.DocumentDelete
 
getUnknownFields() - Method in class com.google.firestore.v1.DocumentMask
 
getUnknownFields() - Method in class com.google.firestore.v1.DocumentRemove
 
getUnknownFields() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
getUnknownFields() - Method in class com.google.firestore.v1.DocumentTransform
 
getUnknownFields() - Method in class com.google.firestore.v1.ExistenceFilter
 
getUnknownFields() - Method in class com.google.firestore.v1.GetDocumentRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.ListCollectionIdsResponse
 
getUnknownFields() - Method in class com.google.firestore.v1.ListDocumentsRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.ListDocumentsResponse
 
getUnknownFields() - Method in class com.google.firestore.v1.ListenRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.ListenResponse
 
getUnknownFields() - Method in class com.google.firestore.v1.MapValue
 
getUnknownFields() - Method in class com.google.firestore.v1.PartitionQueryRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.PartitionQueryResponse
 
getUnknownFields() - Method in class com.google.firestore.v1.Precondition
 
getUnknownFields() - Method in class com.google.firestore.v1.RollbackRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
 
getUnknownFields() - Method in class com.google.firestore.v1.RunQueryRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.RunQueryResponse
 
getUnknownFields() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
getUnknownFields() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
getUnknownFields() - Method in class com.google.firestore.v1.StructuredAggregationQuery
 
getUnknownFields() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
getUnknownFields() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
getUnknownFields() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
getUnknownFields() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
getUnknownFields() - Method in class com.google.firestore.v1.StructuredQuery.Filter
 
getUnknownFields() - Method in class com.google.firestore.v1.StructuredQuery
 
getUnknownFields() - Method in class com.google.firestore.v1.StructuredQuery.Order
 
getUnknownFields() - Method in class com.google.firestore.v1.StructuredQuery.Projection
 
getUnknownFields() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
getUnknownFields() - Method in class com.google.firestore.v1.Target.DocumentsTarget
 
getUnknownFields() - Method in class com.google.firestore.v1.Target
 
getUnknownFields() - Method in class com.google.firestore.v1.Target.QueryTarget
 
getUnknownFields() - Method in class com.google.firestore.v1.TargetChange
 
getUnknownFields() - Method in class com.google.firestore.v1.TransactionOptions
 
getUnknownFields() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
getUnknownFields() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
getUnknownFields() - Method in class com.google.firestore.v1.UpdateDocumentRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.Value
 
getUnknownFields() - Method in class com.google.firestore.v1.Write
 
getUnknownFields() - Method in class com.google.firestore.v1.WriteRequest
 
getUnknownFields() - Method in class com.google.firestore.v1.WriteResponse
 
getUnknownFields() - Method in class com.google.firestore.v1.WriteResult
 
getUpdate() - Method in class com.google.firestore.v1.Write.Builder
A document to write.
getUpdate() - Method in class com.google.firestore.v1.Write
A document to write.
getUpdate() - Method in interface com.google.firestore.v1.WriteOrBuilder
A document to write.
getUpdateBuilder() - Method in class com.google.firestore.v1.Write.Builder
A document to write.
getUpdateDatabaseMethod() - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
 
getUpdateDocumentMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getUpdateFieldMethod() - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
 
getUpdateMask() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
The list of fields to be updated.
getUpdateMask() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
The list of fields to be updated.
getUpdateMask() - Method in interface com.google.firestore.admin.v1.UpdateDatabaseRequestOrBuilder
The list of fields to be updated.
getUpdateMask() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
A mask, relative to the field.
getUpdateMask() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
A mask, relative to the field.
getUpdateMask() - Method in interface com.google.firestore.admin.v1.UpdateFieldRequestOrBuilder
A mask, relative to the field.
getUpdateMask() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to update.
getUpdateMask() - Method in class com.google.firestore.v1.UpdateDocumentRequest
The fields to update.
getUpdateMask() - Method in interface com.google.firestore.v1.UpdateDocumentRequestOrBuilder
The fields to update.
getUpdateMask() - Method in class com.google.firestore.v1.Write.Builder
The fields to update in this write.
getUpdateMask() - Method in class com.google.firestore.v1.Write
The fields to update in this write.
getUpdateMask() - Method in interface com.google.firestore.v1.WriteOrBuilder
The fields to update in this write.
getUpdateMaskBuilder() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
The list of fields to be updated.
getUpdateMaskBuilder() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
A mask, relative to the field.
getUpdateMaskBuilder() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to update.
getUpdateMaskBuilder() - Method in class com.google.firestore.v1.Write.Builder
The fields to update in this write.
getUpdateMaskOrBuilder() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
The list of fields to be updated.
getUpdateMaskOrBuilder() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
The list of fields to be updated.
getUpdateMaskOrBuilder() - Method in interface com.google.firestore.admin.v1.UpdateDatabaseRequestOrBuilder
The list of fields to be updated.
getUpdateMaskOrBuilder() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
A mask, relative to the field.
getUpdateMaskOrBuilder() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
A mask, relative to the field.
getUpdateMaskOrBuilder() - Method in interface com.google.firestore.admin.v1.UpdateFieldRequestOrBuilder
A mask, relative to the field.
getUpdateMaskOrBuilder() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to update.
getUpdateMaskOrBuilder() - Method in class com.google.firestore.v1.UpdateDocumentRequest
The fields to update.
getUpdateMaskOrBuilder() - Method in interface com.google.firestore.v1.UpdateDocumentRequestOrBuilder
The fields to update.
getUpdateMaskOrBuilder() - Method in class com.google.firestore.v1.Write.Builder
The fields to update in this write.
getUpdateMaskOrBuilder() - Method in class com.google.firestore.v1.Write
The fields to update in this write.
getUpdateMaskOrBuilder() - Method in interface com.google.firestore.v1.WriteOrBuilder
The fields to update in this write.
getUpdateOrBuilder() - Method in class com.google.firestore.v1.Write.Builder
A document to write.
getUpdateOrBuilder() - Method in class com.google.firestore.v1.Write
A document to write.
getUpdateOrBuilder() - Method in interface com.google.firestore.v1.WriteOrBuilder
A document to write.
getUpdateTime() - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the time at which this document was last updated.
getUpdateTime() - Method in class com.google.cloud.firestore.WriteResult
The update time as exposed by the server.
getUpdateTime() - Method in class com.google.firestore.v1.Document.Builder
Output only.
getUpdateTime() - Method in class com.google.firestore.v1.Document
Output only.
getUpdateTime() - Method in interface com.google.firestore.v1.DocumentOrBuilder
Output only.
getUpdateTime() - Method in class com.google.firestore.v1.Precondition.Builder
When set, the target document must exist and have been last updated at that time.
getUpdateTime() - Method in class com.google.firestore.v1.Precondition
When set, the target document must exist and have been last updated at that time.
getUpdateTime() - Method in interface com.google.firestore.v1.PreconditionOrBuilder
When set, the target document must exist and have been last updated at that time.
getUpdateTime() - Method in class com.google.firestore.v1.WriteResult.Builder
The last update time of the document after applying the write.
getUpdateTime() - Method in class com.google.firestore.v1.WriteResult
The last update time of the document after applying the write.
getUpdateTime() - Method in interface com.google.firestore.v1.WriteResultOrBuilder
The last update time of the document after applying the write.
getUpdateTimeBuilder() - Method in class com.google.firestore.v1.Document.Builder
Output only.
getUpdateTimeBuilder() - Method in class com.google.firestore.v1.Precondition.Builder
When set, the target document must exist and have been last updated at that time.
getUpdateTimeBuilder() - Method in class com.google.firestore.v1.WriteResult.Builder
The last update time of the document after applying the write.
getUpdateTimeOrBuilder() - Method in class com.google.firestore.v1.Document.Builder
Output only.
getUpdateTimeOrBuilder() - Method in class com.google.firestore.v1.Document
Output only.
getUpdateTimeOrBuilder() - Method in interface com.google.firestore.v1.DocumentOrBuilder
Output only.
getUpdateTimeOrBuilder() - Method in class com.google.firestore.v1.Precondition.Builder
When set, the target document must exist and have been last updated at that time.
getUpdateTimeOrBuilder() - Method in class com.google.firestore.v1.Precondition
When set, the target document must exist and have been last updated at that time.
getUpdateTimeOrBuilder() - Method in interface com.google.firestore.v1.PreconditionOrBuilder
When set, the target document must exist and have been last updated at that time.
getUpdateTimeOrBuilder() - Method in class com.google.firestore.v1.WriteResult.Builder
The last update time of the document after applying the write.
getUpdateTimeOrBuilder() - Method in class com.google.firestore.v1.WriteResult
The last update time of the document after applying the write.
getUpdateTimeOrBuilder() - Method in interface com.google.firestore.v1.WriteResultOrBuilder
The last update time of the document after applying the write.
getUpdateTransforms(int) - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
getUpdateTransforms(int) - Method in class com.google.firestore.v1.Write
The transforms to perform after update.
getUpdateTransforms(int) - Method in interface com.google.firestore.v1.WriteOrBuilder
The transforms to perform after update.
getUpdateTransformsBuilder(int) - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
getUpdateTransformsBuilderList() - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
getUpdateTransformsCount() - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
getUpdateTransformsCount() - Method in class com.google.firestore.v1.Write
The transforms to perform after update.
getUpdateTransformsCount() - Method in interface com.google.firestore.v1.WriteOrBuilder
The transforms to perform after update.
getUpdateTransformsList() - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
getUpdateTransformsList() - Method in class com.google.firestore.v1.Write
The transforms to perform after update.
getUpdateTransformsList() - Method in interface com.google.firestore.v1.WriteOrBuilder
The transforms to perform after update.
getUpdateTransformsOrBuilder(int) - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
getUpdateTransformsOrBuilder(int) - Method in class com.google.firestore.v1.Write
The transforms to perform after update.
getUpdateTransformsOrBuilder(int) - Method in interface com.google.firestore.v1.WriteOrBuilder
The transforms to perform after update.
getUpdateTransformsOrBuilderList() - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
getUpdateTransformsOrBuilderList() - Method in class com.google.firestore.v1.Write
The transforms to perform after update.
getUpdateTransformsOrBuilderList() - Method in interface com.google.firestore.v1.WriteOrBuilder
The transforms to perform after update.
getUpTo() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
Optional.
getUpTo() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
Optional.
getUpTo() - Method in interface com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder
Optional.
getUpToBuilder() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
Optional.
getUpToOrBuilder() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
Optional.
getUpToOrBuilder() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
Optional.
getUpToOrBuilder() - Method in interface com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder
Optional.
getUsesAncestorConfig() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
Output only.
getUsesAncestorConfig() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
Output only.
getUsesAncestorConfig() - Method in interface com.google.firestore.admin.v1.Field.IndexConfigOrBuilder
Output only.
getValue() - Method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
getValue() - Method in interface com.google.cloud.firestore.collection.LLRBNode
 
getValue() - Method in class com.google.cloud.firestore.collection.LLRBValueNode
 
getValue() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The value to compare to.
getValue() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
The value to compare to.
getValue() - Method in interface com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder
The value to compare to.
getValueBuilder() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The value to compare to.
getValueDescriptor() - Method in enum com.google.firestore.admin.v1.Database.AppEngineIntegrationMode
 
getValueDescriptor() - Method in enum com.google.firestore.admin.v1.Database.ConcurrencyMode
 
getValueDescriptor() - Method in enum com.google.firestore.admin.v1.Database.DatabaseType
 
getValueDescriptor() - Method in enum com.google.firestore.admin.v1.Field.TtlConfig.State
 
getValueDescriptor() - Method in enum com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType
 
getValueDescriptor() - Method in enum com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType
 
getValueDescriptor() - Method in enum com.google.firestore.admin.v1.Index.ApiScope
 
getValueDescriptor() - Method in enum com.google.firestore.admin.v1.Index.IndexField.ArrayConfig
 
getValueDescriptor() - Method in enum com.google.firestore.admin.v1.Index.IndexField.Order
 
getValueDescriptor() - Method in enum com.google.firestore.admin.v1.Index.QueryScope
 
getValueDescriptor() - Method in enum com.google.firestore.admin.v1.Index.State
 
getValueDescriptor() - Method in enum com.google.firestore.admin.v1.OperationState
 
getValueDescriptor() - Method in enum com.google.firestore.bundle.BundledQuery.LimitType
 
getValueDescriptor() - Method in enum com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue
 
getValueDescriptor() - Method in enum com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator
 
getValueDescriptor() - Method in enum com.google.firestore.v1.StructuredQuery.Direction
 
getValueDescriptor() - Method in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
 
getValueDescriptor() - Method in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
 
getValueDescriptor() - Method in enum com.google.firestore.v1.TargetChange.TargetChangeType
 
getValueModeCase() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
getValueModeCase() - Method in class com.google.firestore.admin.v1.Index.IndexField
 
getValueModeCase() - Method in interface com.google.firestore.admin.v1.Index.IndexFieldOrBuilder
 
getValueOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The value to compare to.
getValueOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
The value to compare to.
getValueOrBuilder() - Method in interface com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder
The value to compare to.
getValues(int) - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
getValues(int) - Method in class com.google.firestore.v1.ArrayValue
Values in the array.
getValues(int) - Method in interface com.google.firestore.v1.ArrayValueOrBuilder
Values in the array.
getValues(int) - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
getValues(int) - Method in class com.google.firestore.v1.Cursor
The values that represent a position, in the order they appear in the order by clause of a query.
getValues(int) - Method in interface com.google.firestore.v1.CursorOrBuilder
The values that represent a position, in the order they appear in the order by clause of a query.
getValuesBuilder(int) - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
getValuesBuilder(int) - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
getValuesBuilderList() - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
getValuesBuilderList() - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
getValuesCount() - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
getValuesCount() - Method in class com.google.firestore.v1.ArrayValue
Values in the array.
getValuesCount() - Method in interface com.google.firestore.v1.ArrayValueOrBuilder
Values in the array.
getValuesCount() - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
getValuesCount() - Method in class com.google.firestore.v1.Cursor
The values that represent a position, in the order they appear in the order by clause of a query.
getValuesCount() - Method in interface com.google.firestore.v1.CursorOrBuilder
The values that represent a position, in the order they appear in the order by clause of a query.
getValuesList() - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
getValuesList() - Method in class com.google.firestore.v1.ArrayValue
Values in the array.
getValuesList() - Method in interface com.google.firestore.v1.ArrayValueOrBuilder
Values in the array.
getValuesList() - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
getValuesList() - Method in class com.google.firestore.v1.Cursor
The values that represent a position, in the order they appear in the order by clause of a query.
getValuesList() - Method in interface com.google.firestore.v1.CursorOrBuilder
The values that represent a position, in the order they appear in the order by clause of a query.
getValuesOrBuilder(int) - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
getValuesOrBuilder(int) - Method in class com.google.firestore.v1.ArrayValue
Values in the array.
getValuesOrBuilder(int) - Method in interface com.google.firestore.v1.ArrayValueOrBuilder
Values in the array.
getValuesOrBuilder(int) - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
getValuesOrBuilder(int) - Method in class com.google.firestore.v1.Cursor
The values that represent a position, in the order they appear in the order by clause of a query.
getValuesOrBuilder(int) - Method in interface com.google.firestore.v1.CursorOrBuilder
The values that represent a position, in the order they appear in the order by clause of a query.
getValuesOrBuilderList() - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
getValuesOrBuilderList() - Method in class com.google.firestore.v1.ArrayValue
Values in the array.
getValuesOrBuilderList() - Method in interface com.google.firestore.v1.ArrayValueOrBuilder
Values in the array.
getValuesOrBuilderList() - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
getValuesOrBuilderList() - Method in class com.google.firestore.v1.Cursor
The values that represent a position, in the order they appear in the order by clause of a query.
getValuesOrBuilderList() - Method in interface com.google.firestore.v1.CursorOrBuilder
The values that represent a position, in the order they appear in the order by clause of a query.
getValueTypeCase() - Method in class com.google.firestore.v1.Value.Builder
 
getValueTypeCase() - Method in class com.google.firestore.v1.Value
 
getValueTypeCase() - Method in interface com.google.firestore.v1.ValueOrBuilder
 
getVersion() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
The schema version of the bundle.
getVersion() - Method in class com.google.firestore.bundle.BundleMetadata
The schema version of the bundle.
getVersion() - Method in interface com.google.firestore.bundle.BundleMetadataOrBuilder
The schema version of the bundle.
getWhere() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The filter to apply.
getWhere() - Method in class com.google.firestore.v1.StructuredQuery
The filter to apply.
getWhere() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The filter to apply.
getWhereBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The filter to apply.
getWhereOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The filter to apply.
getWhereOrBuilder() - Method in class com.google.firestore.v1.StructuredQuery
The filter to apply.
getWhereOrBuilder() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The filter to apply.
getWriteMethod() - Static method in class com.google.firestore.v1.FirestoreGrpc
 
getWriteResults(int) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
getWriteResults(int) - Method in class com.google.firestore.v1.BatchWriteResponse
The result of applying the writes.
getWriteResults(int) - Method in interface com.google.firestore.v1.BatchWriteResponseOrBuilder
The result of applying the writes.
getWriteResults(int) - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
getWriteResults(int) - Method in class com.google.firestore.v1.CommitResponse
The result of applying the writes.
getWriteResults(int) - Method in interface com.google.firestore.v1.CommitResponseOrBuilder
The result of applying the writes.
getWriteResults(int) - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
getWriteResults(int) - Method in class com.google.firestore.v1.WriteResponse
The result of applying the writes.
getWriteResults(int) - Method in interface com.google.firestore.v1.WriteResponseOrBuilder
The result of applying the writes.
getWriteResultsBuilder(int) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
getWriteResultsBuilder(int) - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
getWriteResultsBuilder(int) - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
getWriteResultsBuilderList() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
getWriteResultsBuilderList() - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
getWriteResultsBuilderList() - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
getWriteResultsCount() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
getWriteResultsCount() - Method in class com.google.firestore.v1.BatchWriteResponse
The result of applying the writes.
getWriteResultsCount() - Method in interface com.google.firestore.v1.BatchWriteResponseOrBuilder
The result of applying the writes.
getWriteResultsCount() - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
getWriteResultsCount() - Method in class com.google.firestore.v1.CommitResponse
The result of applying the writes.
getWriteResultsCount() - Method in interface com.google.firestore.v1.CommitResponseOrBuilder
The result of applying the writes.
getWriteResultsCount() - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
getWriteResultsCount() - Method in class com.google.firestore.v1.WriteResponse
The result of applying the writes.
getWriteResultsCount() - Method in interface com.google.firestore.v1.WriteResponseOrBuilder
The result of applying the writes.
getWriteResultsList() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
getWriteResultsList() - Method in class com.google.firestore.v1.BatchWriteResponse
The result of applying the writes.
getWriteResultsList() - Method in interface com.google.firestore.v1.BatchWriteResponseOrBuilder
The result of applying the writes.
getWriteResultsList() - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
getWriteResultsList() - Method in class com.google.firestore.v1.CommitResponse
The result of applying the writes.
getWriteResultsList() - Method in interface com.google.firestore.v1.CommitResponseOrBuilder
The result of applying the writes.
getWriteResultsList() - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
getWriteResultsList() - Method in class com.google.firestore.v1.WriteResponse
The result of applying the writes.
getWriteResultsList() - Method in interface com.google.firestore.v1.WriteResponseOrBuilder
The result of applying the writes.
getWriteResultsOrBuilder(int) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
getWriteResultsOrBuilder(int) - Method in class com.google.firestore.v1.BatchWriteResponse
The result of applying the writes.
getWriteResultsOrBuilder(int) - Method in interface com.google.firestore.v1.BatchWriteResponseOrBuilder
The result of applying the writes.
getWriteResultsOrBuilder(int) - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
getWriteResultsOrBuilder(int) - Method in class com.google.firestore.v1.CommitResponse
The result of applying the writes.
getWriteResultsOrBuilder(int) - Method in interface com.google.firestore.v1.CommitResponseOrBuilder
The result of applying the writes.
getWriteResultsOrBuilder(int) - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
getWriteResultsOrBuilder(int) - Method in class com.google.firestore.v1.WriteResponse
The result of applying the writes.
getWriteResultsOrBuilder(int) - Method in interface com.google.firestore.v1.WriteResponseOrBuilder
The result of applying the writes.
getWriteResultsOrBuilderList() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
getWriteResultsOrBuilderList() - Method in class com.google.firestore.v1.BatchWriteResponse
The result of applying the writes.
getWriteResultsOrBuilderList() - Method in interface com.google.firestore.v1.BatchWriteResponseOrBuilder
The result of applying the writes.
getWriteResultsOrBuilderList() - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
getWriteResultsOrBuilderList() - Method in class com.google.firestore.v1.CommitResponse
The result of applying the writes.
getWriteResultsOrBuilderList() - Method in interface com.google.firestore.v1.CommitResponseOrBuilder
The result of applying the writes.
getWriteResultsOrBuilderList() - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
getWriteResultsOrBuilderList() - Method in class com.google.firestore.v1.WriteResponse
The result of applying the writes.
getWriteResultsOrBuilderList() - Method in interface com.google.firestore.v1.WriteResponseOrBuilder
The result of applying the writes.
getWrites(int) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
getWrites(int) - Method in class com.google.firestore.v1.BatchWriteRequest
The writes to apply.
getWrites(int) - Method in interface com.google.firestore.v1.BatchWriteRequestOrBuilder
The writes to apply.
getWrites(int) - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
getWrites(int) - Method in class com.google.firestore.v1.CommitRequest
The writes to apply.
getWrites(int) - Method in interface com.google.firestore.v1.CommitRequestOrBuilder
The writes to apply.
getWrites(int) - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
getWrites(int) - Method in class com.google.firestore.v1.WriteRequest
The writes to apply.
getWrites(int) - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
The writes to apply.
getWritesBuilder(int) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
getWritesBuilder(int) - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
getWritesBuilder(int) - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
getWritesBuilderList() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
getWritesBuilderList() - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
getWritesBuilderList() - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
getWritesCount() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
getWritesCount() - Method in class com.google.firestore.v1.BatchWriteRequest
The writes to apply.
getWritesCount() - Method in interface com.google.firestore.v1.BatchWriteRequestOrBuilder
The writes to apply.
getWritesCount() - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
getWritesCount() - Method in class com.google.firestore.v1.CommitRequest
The writes to apply.
getWritesCount() - Method in interface com.google.firestore.v1.CommitRequestOrBuilder
The writes to apply.
getWritesCount() - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
getWritesCount() - Method in class com.google.firestore.v1.WriteRequest
The writes to apply.
getWritesCount() - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
The writes to apply.
getWritesList() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
getWritesList() - Method in class com.google.firestore.v1.BatchWriteRequest
The writes to apply.
getWritesList() - Method in interface com.google.firestore.v1.BatchWriteRequestOrBuilder
The writes to apply.
getWritesList() - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
getWritesList() - Method in class com.google.firestore.v1.CommitRequest
The writes to apply.
getWritesList() - Method in interface com.google.firestore.v1.CommitRequestOrBuilder
The writes to apply.
getWritesList() - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
getWritesList() - Method in class com.google.firestore.v1.WriteRequest
The writes to apply.
getWritesList() - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
The writes to apply.
getWritesOrBuilder(int) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
getWritesOrBuilder(int) - Method in class com.google.firestore.v1.BatchWriteRequest
The writes to apply.
getWritesOrBuilder(int) - Method in interface com.google.firestore.v1.BatchWriteRequestOrBuilder
The writes to apply.
getWritesOrBuilder(int) - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
getWritesOrBuilder(int) - Method in class com.google.firestore.v1.CommitRequest
The writes to apply.
getWritesOrBuilder(int) - Method in interface com.google.firestore.v1.CommitRequestOrBuilder
The writes to apply.
getWritesOrBuilder(int) - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
getWritesOrBuilder(int) - Method in class com.google.firestore.v1.WriteRequest
The writes to apply.
getWritesOrBuilder(int) - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
The writes to apply.
getWritesOrBuilderList() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
getWritesOrBuilderList() - Method in class com.google.firestore.v1.BatchWriteRequest
The writes to apply.
getWritesOrBuilderList() - Method in interface com.google.firestore.v1.BatchWriteRequestOrBuilder
The writes to apply.
getWritesOrBuilderList() - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
getWritesOrBuilderList() - Method in class com.google.firestore.v1.CommitRequest
The writes to apply.
getWritesOrBuilderList() - Method in interface com.google.firestore.v1.CommitRequestOrBuilder
The writes to apply.
getWritesOrBuilderList() - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
getWritesOrBuilderList() - Method in class com.google.firestore.v1.WriteRequest
The writes to apply.
getWritesOrBuilderList() - Method in interface com.google.firestore.v1.WriteRequestOrBuilder
The writes to apply.
GREATER_THAN_OR_EQUAL_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
The given `field` is greater than or equal to the given `value`.
GREATER_THAN_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
The given `field` is greater than the given `value`.
greaterThan(String, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field is greater than the given value.
greaterThan(FieldPath, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field is greater than the given value.
greaterThanOrEqualTo(String, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field is greater than or equal to the given value.
greaterThanOrEqualTo(FieldPath, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field is greater than or equal to the given value.
GrpcFirestoreAdminCallableFactory - Class in com.google.cloud.firestore.v1.stub
gRPC callable factory implementation for the FirestoreAdmin service API.
GrpcFirestoreAdminCallableFactory() - Constructor for class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminCallableFactory
 
GrpcFirestoreAdminStub - Class in com.google.cloud.firestore.v1.stub
gRPC stub implementation for the FirestoreAdmin service API.
GrpcFirestoreAdminStub(FirestoreAdminStubSettings, ClientContext) - Constructor for class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
Constructs an instance of GrpcFirestoreAdminStub, using the given settings.
GrpcFirestoreAdminStub(FirestoreAdminStubSettings, ClientContext, GrpcStubCallableFactory) - Constructor for class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
Constructs an instance of GrpcFirestoreAdminStub, using the given settings.
GrpcFirestoreCallableFactory - Class in com.google.cloud.firestore.v1.stub
gRPC callable factory implementation for the Firestore service API.
GrpcFirestoreCallableFactory() - Constructor for class com.google.cloud.firestore.v1.stub.GrpcFirestoreCallableFactory
 
GrpcFirestoreRpc - Class in com.google.cloud.firestore.spi.v1
GRPC client implementation of the Firestore RPC methods.
GrpcFirestoreRpc(FirestoreOptions) - Constructor for class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
GrpcFirestoreStub - Class in com.google.cloud.firestore.v1.stub
gRPC stub implementation for the Firestore service API.
GrpcFirestoreStub(FirestoreStubSettings, ClientContext) - Constructor for class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
Constructs an instance of GrpcFirestoreStub, using the given settings.
GrpcFirestoreStub(FirestoreStubSettings, ClientContext, GrpcStubCallableFactory) - Constructor for class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
Constructs an instance of GrpcFirestoreStub, using the given settings.

H

hasAddTarget() - Method in class com.google.firestore.v1.ListenRequest.Builder
A target to add to this stream.
hasAddTarget() - Method in class com.google.firestore.v1.ListenRequest
A target to add to this stream.
hasAddTarget() - Method in interface com.google.firestore.v1.ListenRequestOrBuilder
A target to add to this stream.
hasAppendMissingElements() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Append the given elements in order if they are not already present in the current field value.
hasAppendMissingElements() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Append the given elements in order if they are not already present in the current field value.
hasAppendMissingElements() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Append the given elements in order if they are not already present in the current field value.
hasArrayConfig() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Indicates that this field supports operations on `array_value`s.
hasArrayConfig() - Method in class com.google.firestore.admin.v1.Index.IndexField
Indicates that this field supports operations on `array_value`s.
hasArrayConfig() - Method in interface com.google.firestore.admin.v1.Index.IndexFieldOrBuilder
Indicates that this field supports operations on `array_value`s.
hasArrayValue() - Method in class com.google.firestore.v1.Value.Builder
An array value.
hasArrayValue() - Method in class com.google.firestore.v1.Value
An array value.
hasArrayValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
An array value.
hasBits() - Method in class com.google.firestore.v1.BloomFilter.Builder
The bloom filter data.
hasBits() - Method in class com.google.firestore.v1.BloomFilter
The bloom filter data.
hasBits() - Method in interface com.google.firestore.v1.BloomFilterOrBuilder
The bloom filter data.
hasBooleanValue() - Method in class com.google.firestore.v1.Value.Builder
A boolean value.
hasBooleanValue() - Method in class com.google.firestore.v1.Value
A boolean value.
hasBooleanValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A boolean value.
hasBundledQuery() - Method in class com.google.firestore.bundle.NamedQuery.Builder
The query saved in the bundle.
hasBundledQuery() - Method in class com.google.firestore.bundle.NamedQuery
The query saved in the bundle.
hasBundledQuery() - Method in interface com.google.firestore.bundle.NamedQueryOrBuilder
The query saved in the bundle.
hasBytesValue() - Method in class com.google.firestore.v1.Value.Builder
A bytes value.
hasBytesValue() - Method in class com.google.firestore.v1.Value
A bytes value.
hasBytesValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A bytes value.
hasCause() - Method in class com.google.firestore.v1.TargetChange.Builder
The error that resulted in this change, if applicable.
hasCause() - Method in class com.google.firestore.v1.TargetChange
The error that resulted in this change, if applicable.
hasCause() - Method in interface com.google.firestore.v1.TargetChangeOrBuilder
The error that resulted in this change, if applicable.
hasCommitTime() - Method in class com.google.firestore.v1.CommitResponse.Builder
The time at which the commit occurred.
hasCommitTime() - Method in class com.google.firestore.v1.CommitResponse
The time at which the commit occurred.
hasCommitTime() - Method in interface com.google.firestore.v1.CommitResponseOrBuilder
The time at which the commit occurred.
hasCommitTime() - Method in class com.google.firestore.v1.WriteResponse.Builder
The time at which the commit occurred.
hasCommitTime() - Method in class com.google.firestore.v1.WriteResponse
The time at which the commit occurred.
hasCommitTime() - Method in interface com.google.firestore.v1.WriteResponseOrBuilder
The time at which the commit occurred.
hasCompositeFilter() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A composite filter.
hasCompositeFilter() - Method in class com.google.firestore.v1.StructuredQuery.Filter
A composite filter.
hasCompositeFilter() - Method in interface com.google.firestore.v1.StructuredQuery.FilterOrBuilder
A composite filter.
hasCount() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
Count aggregator.
hasCount() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
Count aggregator.
hasCount() - Method in interface com.google.firestore.v1.StructuredAggregationQuery.AggregationOrBuilder
Count aggregator.
hasCreateTime() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
Time at which the documents snapshot is taken for this bundle.
hasCreateTime() - Method in class com.google.firestore.bundle.BundleMetadata
Time at which the documents snapshot is taken for this bundle.
hasCreateTime() - Method in interface com.google.firestore.bundle.BundleMetadataOrBuilder
Time at which the documents snapshot is taken for this bundle.
hasCreateTime() - Method in class com.google.firestore.v1.Document.Builder
Output only.
hasCreateTime() - Method in class com.google.firestore.v1.Document
Output only.
hasCreateTime() - Method in interface com.google.firestore.v1.DocumentOrBuilder
Output only.
hasCurrentDocument() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
An optional precondition on the document.
hasCurrentDocument() - Method in class com.google.firestore.v1.DeleteDocumentRequest
An optional precondition on the document.
hasCurrentDocument() - Method in interface com.google.firestore.v1.DeleteDocumentRequestOrBuilder
An optional precondition on the document.
hasCurrentDocument() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
An optional precondition on the document.
hasCurrentDocument() - Method in class com.google.firestore.v1.UpdateDocumentRequest
An optional precondition on the document.
hasCurrentDocument() - Method in interface com.google.firestore.v1.UpdateDocumentRequestOrBuilder
An optional precondition on the document.
hasCurrentDocument() - Method in class com.google.firestore.v1.Write.Builder
An optional precondition on the document.
hasCurrentDocument() - Method in class com.google.firestore.v1.Write
An optional precondition on the document.
hasCurrentDocument() - Method in interface com.google.firestore.v1.WriteOrBuilder
An optional precondition on the document.
hasDatabase() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
Required.
hasDatabase() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
Required.
hasDatabase() - Method in interface com.google.firestore.admin.v1.UpdateDatabaseRequestOrBuilder
Required.
hasDelete() - Method in class com.google.firestore.v1.Write.Builder
A document name to delete.
hasDelete() - Method in class com.google.firestore.v1.Write
A document name to delete.
hasDelete() - Method in interface com.google.firestore.v1.WriteOrBuilder
A document name to delete.
hasDocument() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.v1.Document document = 4;
hasDocument() - Method in class com.google.firestore.bundle.BundleElement
.google.firestore.v1.Document document = 4;
hasDocument() - Method in interface com.google.firestore.bundle.BundleElementOrBuilder
.google.firestore.v1.Document document = 4;
hasDocument() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
hasDocument() - Method in class com.google.firestore.v1.CreateDocumentRequest
Required.
hasDocument() - Method in interface com.google.firestore.v1.CreateDocumentRequestOrBuilder
Required.
hasDocument() - Method in class com.google.firestore.v1.DocumentChange.Builder
The new state of the [Document][google.firestore.v1.Document].
hasDocument() - Method in class com.google.firestore.v1.DocumentChange
The new state of the [Document][google.firestore.v1.Document].
hasDocument() - Method in interface com.google.firestore.v1.DocumentChangeOrBuilder
The new state of the [Document][google.firestore.v1.Document].
hasDocument() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
A query result, not set when reporting partial progress.
hasDocument() - Method in class com.google.firestore.v1.RunQueryResponse
A query result, not set when reporting partial progress.
hasDocument() - Method in interface com.google.firestore.v1.RunQueryResponseOrBuilder
A query result, not set when reporting partial progress.
hasDocument() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
Required.
hasDocument() - Method in class com.google.firestore.v1.UpdateDocumentRequest
Required.
hasDocument() - Method in interface com.google.firestore.v1.UpdateDocumentRequestOrBuilder
Required.
hasDocumentChange() - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has changed.
hasDocumentChange() - Method in class com.google.firestore.v1.ListenResponse
A [Document][google.firestore.v1.Document] has changed.
hasDocumentChange() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
A [Document][google.firestore.v1.Document] has changed.
hasDocumentDelete() - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been deleted.
hasDocumentDelete() - Method in class com.google.firestore.v1.ListenResponse
A [Document][google.firestore.v1.Document] has been deleted.
hasDocumentDelete() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
A [Document][google.firestore.v1.Document] has been deleted.
hasDocumentMetadata() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
hasDocumentMetadata() - Method in class com.google.firestore.bundle.BundleElement
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
hasDocumentMetadata() - Method in interface com.google.firestore.bundle.BundleElementOrBuilder
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
hasDocumentRemove() - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
hasDocumentRemove() - Method in class com.google.firestore.v1.ListenResponse
A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
hasDocumentRemove() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
hasDocuments() - Method in class com.google.firestore.v1.Target.Builder
A target specified by a set of document names.
hasDocuments() - Method in class com.google.firestore.v1.Target
A target specified by a set of document names.
hasDocuments() - Method in interface com.google.firestore.v1.TargetOrBuilder
A target specified by a set of document names.
hasDone() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
If present, Firestore has completely finished the request and no more documents will be returned.
hasDone() - Method in class com.google.firestore.v1.RunQueryResponse
If present, Firestore has completely finished the request and no more documents will be returned.
hasDone() - Method in interface com.google.firestore.v1.RunQueryResponseOrBuilder
If present, Firestore has completely finished the request and no more documents will be returned.
hasDoubleValue() - Method in class com.google.firestore.v1.Value.Builder
A double value.
hasDoubleValue() - Method in class com.google.firestore.v1.Value
A double value.
hasDoubleValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A double value.
hasEndAt() - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to end the query at.
hasEndAt() - Method in class com.google.firestore.v1.StructuredQuery
A potential prefix of a position in the result set to end the query at.
hasEndAt() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
A potential prefix of a position in the result set to end the query at.
hasEndTime() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation completed.
hasEndTime() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
The time this operation completed.
hasEndTime() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
The time this operation completed.
hasEndTime() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation completed.
hasEndTime() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The time this operation completed.
hasEndTime() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The time this operation completed.
hasEndTime() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation completed.
hasEndTime() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The time this operation completed.
hasEndTime() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The time this operation completed.
hasEndTime() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation completed.
hasEndTime() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The time this operation completed.
hasEndTime() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The time this operation completed.
hasExists() - Method in class com.google.firestore.v1.Precondition.Builder
When set to `true`, the target document must exist.
hasExists() - Method in class com.google.firestore.v1.Precondition
When set to `true`, the target document must exist.
hasExists() - Method in interface com.google.firestore.v1.PreconditionOrBuilder
When set to `true`, the target document must exist.
hasExpectedCount() - Method in class com.google.firestore.v1.Target.Builder
The number of documents that last matched the query at the resume token or read time.
hasExpectedCount() - Method in class com.google.firestore.v1.Target
The number of documents that last matched the query at the resume token or read time.
hasExpectedCount() - Method in interface com.google.firestore.v1.TargetOrBuilder
The number of documents that last matched the query at the resume token or read time.
hasField() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
Required.
hasField() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
Required.
hasField() - Method in interface com.google.firestore.admin.v1.UpdateFieldRequestOrBuilder
Required.
hasField() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The field to filter by.
hasField() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
The field to filter by.
hasField() - Method in interface com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder
The field to filter by.
hasField() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
The field to order by.
hasField() - Method in class com.google.firestore.v1.StructuredQuery.Order
The field to order by.
hasField() - Method in interface com.google.firestore.v1.StructuredQuery.OrderOrBuilder
The field to order by.
hasField() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
The field to which to apply the operator.
hasField() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
The field to which to apply the operator.
hasField() - Method in interface com.google.firestore.v1.StructuredQuery.UnaryFilterOrBuilder
The field to which to apply the operator.
hasFieldFilter() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter on a document field.
hasFieldFilter() - Method in class com.google.firestore.v1.StructuredQuery.Filter
A filter on a document field.
hasFieldFilter() - Method in interface com.google.firestore.v1.StructuredQuery.FilterOrBuilder
A filter on a document field.
hasFilter() - Method in class com.google.firestore.v1.ListenResponse.Builder
A filter to apply to the set of documents previously returned for the given target.
hasFilter() - Method in class com.google.firestore.v1.ListenResponse
A filter to apply to the set of documents previously returned for the given target.
hasFilter() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
A filter to apply to the set of documents previously returned for the given target.
hasFound() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
A document that was requested.
hasFound() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
A document that was requested.
hasFound() - Method in interface com.google.firestore.v1.BatchGetDocumentsResponseOrBuilder
A document that was requested.
hasGeoPointValue() - Method in class com.google.firestore.v1.Value.Builder
A geo point value representing a point on the surface of Earth.
hasGeoPointValue() - Method in class com.google.firestore.v1.Value
A geo point value representing a point on the surface of Earth.
hasGeoPointValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A geo point value representing a point on the surface of Earth.
HASH_COUNT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BloomFilter
 
hashCode() - Method in class com.google.cloud.firestore.AggregateQuery
Calculates and returns the hash code for this object.
hashCode() - Method in class com.google.cloud.firestore.AggregateQuerySnapshot
Calculates and returns the hash code for this object.
hashCode() - Method in class com.google.cloud.firestore.Blob
 
hashCode() - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
hashCode() - Method in class com.google.cloud.firestore.collection.ImmutableSortedSet
 
hashCode() - Method in class com.google.cloud.firestore.DocumentChange
 
hashCode() - Method in class com.google.cloud.firestore.DocumentReference
 
hashCode() - Method in class com.google.cloud.firestore.DocumentSnapshot
 
hashCode() - Method in class com.google.cloud.firestore.FieldValue
 
hashCode() - Method in class com.google.cloud.firestore.FirestoreOptions
 
hashCode() - Method in class com.google.cloud.firestore.GeoPoint
 
hashCode() - Method in class com.google.cloud.firestore.Precondition
 
hashCode() - Method in class com.google.cloud.firestore.Query
 
hashCode() - Method in class com.google.cloud.firestore.QueryPartition
 
hashCode() - Method in class com.google.cloud.firestore.QuerySnapshot
 
hashCode() - Method in class com.google.cloud.firestore.SetOptions
 
hashCode() - Method in class com.google.cloud.firestore.WriteResult
 
hashCode() - Method in class com.google.firestore.admin.v1.CollectionGroupName
 
hashCode() - Method in class com.google.firestore.admin.v1.CreateIndexRequest
 
hashCode() - Method in class com.google.firestore.admin.v1.Database
 
hashCode() - Method in class com.google.firestore.admin.v1.DatabaseName
 
hashCode() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
hashCode() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
hashCode() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
hashCode() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
hashCode() - Method in class com.google.firestore.admin.v1.Field
 
hashCode() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
 
hashCode() - Method in class com.google.firestore.admin.v1.Field.TtlConfig
 
hashCode() - Method in class com.google.firestore.admin.v1.FieldName
 
hashCode() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
hashCode() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
hashCode() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
hashCode() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
hashCode() - Method in class com.google.firestore.admin.v1.GetFieldRequest
 
hashCode() - Method in class com.google.firestore.admin.v1.GetIndexRequest
 
hashCode() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
hashCode() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
hashCode() - Method in class com.google.firestore.admin.v1.Index
 
hashCode() - Method in class com.google.firestore.admin.v1.Index.IndexField
 
hashCode() - Method in class com.google.firestore.admin.v1.IndexName
 
hashCode() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
hashCode() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
hashCode() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
hashCode() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
 
hashCode() - Method in class com.google.firestore.admin.v1.ListFieldsResponse
 
hashCode() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
 
hashCode() - Method in class com.google.firestore.admin.v1.ListIndexesResponse
 
hashCode() - Method in class com.google.firestore.admin.v1.LocationMetadata
 
hashCode() - Method in class com.google.firestore.admin.v1.ParentName
 
hashCode() - Method in class com.google.firestore.admin.v1.Progress
 
hashCode() - Method in class com.google.firestore.admin.v1.ProjectName
 
hashCode() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
hashCode() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
hashCode() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
hashCode() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
 
hashCode() - Method in class com.google.firestore.bundle.BundledQuery
 
hashCode() - Method in class com.google.firestore.bundle.BundleElement
 
hashCode() - Method in class com.google.firestore.bundle.BundleMetadata
 
hashCode() - Method in class com.google.firestore.bundle.NamedQuery
 
hashCode() - Method in class com.google.firestore.v1.AggregationResult
 
hashCode() - Method in class com.google.firestore.v1.AnyPathName
 
hashCode() - Method in class com.google.firestore.v1.ArrayValue
 
hashCode() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
hashCode() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
hashCode() - Method in class com.google.firestore.v1.BatchWriteRequest
 
hashCode() - Method in class com.google.firestore.v1.BatchWriteResponse
 
hashCode() - Method in class com.google.firestore.v1.BeginTransactionRequest
 
hashCode() - Method in class com.google.firestore.v1.BeginTransactionResponse
 
hashCode() - Method in class com.google.firestore.v1.BitSequence
 
hashCode() - Method in class com.google.firestore.v1.BloomFilter
 
hashCode() - Method in class com.google.firestore.v1.CommitRequest
 
hashCode() - Method in class com.google.firestore.v1.CommitResponse
 
hashCode() - Method in class com.google.firestore.v1.CreateDocumentRequest
 
hashCode() - Method in class com.google.firestore.v1.Cursor
 
hashCode() - Method in class com.google.firestore.v1.DatabaseRootName
 
hashCode() - Method in class com.google.firestore.v1.DeleteDocumentRequest
 
hashCode() - Method in class com.google.firestore.v1.Document
 
hashCode() - Method in class com.google.firestore.v1.DocumentChange
 
hashCode() - Method in class com.google.firestore.v1.DocumentDelete
 
hashCode() - Method in class com.google.firestore.v1.DocumentMask
 
hashCode() - Method in class com.google.firestore.v1.DocumentPathName
 
hashCode() - Method in class com.google.firestore.v1.DocumentRemove
 
hashCode() - Method in class com.google.firestore.v1.DocumentRootName
 
hashCode() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
hashCode() - Method in class com.google.firestore.v1.DocumentTransform
 
hashCode() - Method in class com.google.firestore.v1.ExistenceFilter
 
hashCode() - Method in class com.google.firestore.v1.GetDocumentRequest
 
hashCode() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
 
hashCode() - Method in class com.google.firestore.v1.ListCollectionIdsResponse
 
hashCode() - Method in class com.google.firestore.v1.ListDocumentsRequest
 
hashCode() - Method in class com.google.firestore.v1.ListDocumentsResponse
 
hashCode() - Method in class com.google.firestore.v1.ListenRequest
 
hashCode() - Method in class com.google.firestore.v1.ListenResponse
 
hashCode() - Method in class com.google.firestore.v1.MapValue
 
hashCode() - Method in class com.google.firestore.v1.PartitionQueryRequest
 
hashCode() - Method in class com.google.firestore.v1.PartitionQueryResponse
 
hashCode() - Method in class com.google.firestore.v1.Precondition
 
hashCode() - Method in class com.google.firestore.v1.RollbackRequest
 
hashCode() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
 
hashCode() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
 
hashCode() - Method in class com.google.firestore.v1.RunQueryRequest
 
hashCode() - Method in class com.google.firestore.v1.RunQueryResponse
 
hashCode() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
hashCode() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
hashCode() - Method in class com.google.firestore.v1.StructuredAggregationQuery
 
hashCode() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
hashCode() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
hashCode() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
hashCode() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
hashCode() - Method in class com.google.firestore.v1.StructuredQuery.Filter
 
hashCode() - Method in class com.google.firestore.v1.StructuredQuery
 
hashCode() - Method in class com.google.firestore.v1.StructuredQuery.Order
 
hashCode() - Method in class com.google.firestore.v1.StructuredQuery.Projection
 
hashCode() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
hashCode() - Method in class com.google.firestore.v1.Target.DocumentsTarget
 
hashCode() - Method in class com.google.firestore.v1.Target
 
hashCode() - Method in class com.google.firestore.v1.Target.QueryTarget
 
hashCode() - Method in class com.google.firestore.v1.TargetChange
 
hashCode() - Method in class com.google.firestore.v1.TransactionOptions
 
hashCode() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
hashCode() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
hashCode() - Method in class com.google.firestore.v1.UpdateDocumentRequest
 
hashCode() - Method in class com.google.firestore.v1.Value
 
hashCode() - Method in class com.google.firestore.v1.Write
 
hashCode() - Method in class com.google.firestore.v1.WriteRequest
 
hashCode() - Method in class com.google.firestore.v1.WriteResponse
 
hashCode() - Method in class com.google.firestore.v1.WriteResult
 
hasIncrement() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Adds the given value to the field's current value.
hasIncrement() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Adds the given value to the field's current value.
hasIncrement() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Adds the given value to the field's current value.
hasIndex() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
Required.
hasIndex() - Method in class com.google.firestore.admin.v1.CreateIndexRequest
Required.
hasIndex() - Method in interface com.google.firestore.admin.v1.CreateIndexRequestOrBuilder
Required.
hasIndex() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
The index being changed.
hasIndex() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
The index being changed.
hasIndex() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDeltaOrBuilder
The index being changed.
hasIndexConfig() - Method in class com.google.firestore.admin.v1.Field.Builder
The index configuration for this field.
hasIndexConfig() - Method in class com.google.firestore.admin.v1.Field
The index configuration for this field.
hasIndexConfig() - Method in interface com.google.firestore.admin.v1.FieldOrBuilder
The index configuration for this field.
hasIntegerValue() - Method in class com.google.firestore.v1.Value.Builder
An integer value.
hasIntegerValue() - Method in class com.google.firestore.v1.Value
An integer value.
hasIntegerValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
An integer value.
hasLimit() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The maximum number of results to return.
hasLimit() - Method in class com.google.firestore.v1.StructuredQuery
The maximum number of results to return.
hasLimit() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The maximum number of results to return.
hasMapValue() - Method in class com.google.firestore.v1.Value.Builder
A map value.
hasMapValue() - Method in class com.google.firestore.v1.Value
A map value.
hasMapValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A map value.
hasMask() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The fields to return.
hasMask() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
The fields to return.
hasMask() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
The fields to return.
hasMask() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
The fields to return.
hasMask() - Method in class com.google.firestore.v1.CreateDocumentRequest
The fields to return.
hasMask() - Method in interface com.google.firestore.v1.CreateDocumentRequestOrBuilder
The fields to return.
hasMask() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
The fields to return.
hasMask() - Method in class com.google.firestore.v1.GetDocumentRequest
The fields to return.
hasMask() - Method in interface com.google.firestore.v1.GetDocumentRequestOrBuilder
The fields to return.
hasMask() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
hasMask() - Method in class com.google.firestore.v1.ListDocumentsRequest
Optional.
hasMask() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Optional.
hasMask() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to return.
hasMask() - Method in class com.google.firestore.v1.UpdateDocumentRequest
The fields to return.
hasMask() - Method in interface com.google.firestore.v1.UpdateDocumentRequestOrBuilder
The fields to return.
hasMaximum() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the maximum of its current value and the given value.
hasMaximum() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Sets the field to the maximum of its current value and the given value.
hasMaximum() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Sets the field to the maximum of its current value and the given value.
hasMetadata() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundleMetadata metadata = 1;
hasMetadata() - Method in class com.google.firestore.bundle.BundleElement
.google.firestore.bundle.BundleMetadata metadata = 1;
hasMetadata() - Method in interface com.google.firestore.bundle.BundleElementOrBuilder
.google.firestore.bundle.BundleMetadata metadata = 1;
hasMinimum() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the minimum of its current value and the given value.
hasMinimum() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Sets the field to the minimum of its current value and the given value.
hasMinimum() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Sets the field to the minimum of its current value and the given value.
hasMissing() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
A document name that was requested but does not exist.
hasMissing() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
A document name that was requested but does not exist.
hasMissing() - Method in interface com.google.firestore.v1.BatchGetDocumentsResponseOrBuilder
A document name that was requested but does not exist.
hasNamedQuery() - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.NamedQuery named_query = 2;
hasNamedQuery() - Method in class com.google.firestore.bundle.BundleElement
.google.firestore.bundle.NamedQuery named_query = 2;
hasNamedQuery() - Method in interface com.google.firestore.bundle.BundleElementOrBuilder
.google.firestore.bundle.NamedQuery named_query = 2;
hasNewTransaction() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Starts a new transaction and reads the documents.
hasNewTransaction() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
Starts a new transaction and reads the documents.
hasNewTransaction() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
Starts a new transaction and reads the documents.
hasNewTransaction() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Starts a new transaction as part of the query, defaulting to read-only.
hasNewTransaction() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
Starts a new transaction as part of the query, defaulting to read-only.
hasNewTransaction() - Method in interface com.google.firestore.v1.RunAggregationQueryRequestOrBuilder
Starts a new transaction as part of the query, defaulting to read-only.
hasNewTransaction() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Starts a new transaction and reads the documents.
hasNewTransaction() - Method in class com.google.firestore.v1.RunQueryRequest
Starts a new transaction and reads the documents.
hasNewTransaction() - Method in interface com.google.firestore.v1.RunQueryRequestOrBuilder
Starts a new transaction and reads the documents.
hasNext() - Method in class com.google.cloud.firestore.collection.ImmutableSortedMapIterator
 
hasNullValue() - Method in class com.google.firestore.v1.Value.Builder
A null value.
hasNullValue() - Method in class com.google.firestore.v1.Value
A null value.
hasNullValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A null value.
hasOptions() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
The options for the transaction.
hasOptions() - Method in class com.google.firestore.v1.BeginTransactionRequest
The options for the transaction.
hasOptions() - Method in interface com.google.firestore.v1.BeginTransactionRequestOrBuilder
The options for the transaction.
hasOrder() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=.
hasOrder() - Method in class com.google.firestore.admin.v1.Index.IndexField
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=.
hasOrder() - Method in interface com.google.firestore.admin.v1.Index.IndexFieldOrBuilder
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=.
hasProgressBytes() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
hasProgressBytes() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
The progress, in bytes, of this operation.
hasProgressBytes() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
The progress, in bytes, of this operation.
hasProgressBytes() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in bytes, of this operation.
hasProgressBytes() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The progress, in bytes, of this operation.
hasProgressBytes() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The progress, in bytes, of this operation.
hasProgressBytes() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
hasProgressBytes() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The progress, in bytes, of this operation.
hasProgressBytes() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The progress, in bytes, of this operation.
hasProgressBytes() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in bytes, of this operation.
hasProgressBytes() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The progress, in bytes, of this operation.
hasProgressBytes() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The progress, in bytes, of this operation.
hasProgressDocuments() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in documents, of this operation.
hasProgressDocuments() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
The progress, in documents, of this operation.
hasProgressDocuments() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
The progress, in documents, of this operation.
hasProgressDocuments() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in documents, of this operation.
hasProgressDocuments() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The progress, in documents, of this operation.
hasProgressDocuments() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The progress, in documents, of this operation.
hasProgressDocuments() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in documents, of this operation.
hasProgressDocuments() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The progress, in documents, of this operation.
hasProgressDocuments() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The progress, in documents, of this operation.
hasProgressDocuments() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in documents, of this operation.
hasProgressDocuments() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The progress, in documents, of this operation.
hasProgressDocuments() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The progress, in documents, of this operation.
hasQuery() - Method in class com.google.firestore.v1.Target.Builder
A target specified by a query.
hasQuery() - Method in class com.google.firestore.v1.Target
A target specified by a query.
hasQuery() - Method in interface com.google.firestore.v1.TargetOrBuilder
A target specified by a query.
hasReadOnly() - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can only be used for read operations.
hasReadOnly() - Method in class com.google.firestore.v1.TransactionOptions
The transaction can only be used for read operations.
hasReadOnly() - Method in interface com.google.firestore.v1.TransactionOptionsOrBuilder
The transaction can only be used for read operations.
hasReadTime() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The snapshot version of the document data bundled.
hasReadTime() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
The snapshot version of the document data bundled.
hasReadTime() - Method in interface com.google.firestore.bundle.BundledDocumentMetadataOrBuilder
The snapshot version of the document data bundled.
hasReadTime() - Method in class com.google.firestore.bundle.NamedQuery.Builder
The read time of the query, when it is used to build the bundle.
hasReadTime() - Method in class com.google.firestore.bundle.NamedQuery
The read time of the query, when it is used to build the bundle.
hasReadTime() - Method in interface com.google.firestore.bundle.NamedQueryOrBuilder
The read time of the query, when it is used to build the bundle.
hasReadTime() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Reads documents as they were at the given time.
hasReadTime() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
Reads documents as they were at the given time.
hasReadTime() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
Reads documents as they were at the given time.
hasReadTime() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
The time at which the document was read.
hasReadTime() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
The time at which the document was read.
hasReadTime() - Method in interface com.google.firestore.v1.BatchGetDocumentsResponseOrBuilder
The time at which the document was read.
hasReadTime() - Method in class com.google.firestore.v1.DocumentDelete.Builder
The read timestamp at which the delete was observed.
hasReadTime() - Method in class com.google.firestore.v1.DocumentDelete
The read timestamp at which the delete was observed.
hasReadTime() - Method in interface com.google.firestore.v1.DocumentDeleteOrBuilder
The read timestamp at which the delete was observed.
hasReadTime() - Method in class com.google.firestore.v1.DocumentRemove.Builder
The read timestamp at which the remove was observed.
hasReadTime() - Method in class com.google.firestore.v1.DocumentRemove
The read timestamp at which the remove was observed.
hasReadTime() - Method in interface com.google.firestore.v1.DocumentRemoveOrBuilder
The read timestamp at which the remove was observed.
hasReadTime() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Reads the version of the document at the given time.
hasReadTime() - Method in class com.google.firestore.v1.GetDocumentRequest
Reads the version of the document at the given time.
hasReadTime() - Method in interface com.google.firestore.v1.GetDocumentRequestOrBuilder
Reads the version of the document at the given time.
hasReadTime() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
Reads documents as they were at the given time.
hasReadTime() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
Reads documents as they were at the given time.
hasReadTime() - Method in interface com.google.firestore.v1.ListCollectionIdsRequestOrBuilder
Reads documents as they were at the given time.
hasReadTime() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Perform the read at the provided time.
hasReadTime() - Method in class com.google.firestore.v1.ListDocumentsRequest
Perform the read at the provided time.
hasReadTime() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Perform the read at the provided time.
hasReadTime() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
Reads documents as they were at the given time.
hasReadTime() - Method in class com.google.firestore.v1.PartitionQueryRequest
Reads documents as they were at the given time.
hasReadTime() - Method in interface com.google.firestore.v1.PartitionQueryRequestOrBuilder
Reads documents as they were at the given time.
hasReadTime() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Executes the query at the given timestamp.
hasReadTime() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
Executes the query at the given timestamp.
hasReadTime() - Method in interface com.google.firestore.v1.RunAggregationQueryRequestOrBuilder
Executes the query at the given timestamp.
hasReadTime() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
The time at which the aggregate result was computed.
hasReadTime() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
The time at which the aggregate result was computed.
hasReadTime() - Method in interface com.google.firestore.v1.RunAggregationQueryResponseOrBuilder
The time at which the aggregate result was computed.
hasReadTime() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Reads documents as they were at the given time.
hasReadTime() - Method in class com.google.firestore.v1.RunQueryRequest
Reads documents as they were at the given time.
hasReadTime() - Method in interface com.google.firestore.v1.RunQueryRequestOrBuilder
Reads documents as they were at the given time.
hasReadTime() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
The time at which the document was read.
hasReadTime() - Method in class com.google.firestore.v1.RunQueryResponse
The time at which the document was read.
hasReadTime() - Method in interface com.google.firestore.v1.RunQueryResponseOrBuilder
The time at which the document was read.
hasReadTime() - Method in class com.google.firestore.v1.Target.Builder
Start listening after a specific `read_time`.
hasReadTime() - Method in class com.google.firestore.v1.Target
Start listening after a specific `read_time`.
hasReadTime() - Method in class com.google.firestore.v1.TargetChange.Builder
The consistent `read_time` for the given `target_ids` (omitted when the target_ids are not at a consistent snapshot).
hasReadTime() - Method in class com.google.firestore.v1.TargetChange
The consistent `read_time` for the given `target_ids` (omitted when the target_ids are not at a consistent snapshot).
hasReadTime() - Method in interface com.google.firestore.v1.TargetChangeOrBuilder
The consistent `read_time` for the given `target_ids` (omitted when the target_ids are not at a consistent snapshot).
hasReadTime() - Method in interface com.google.firestore.v1.TargetOrBuilder
Start listening after a specific `read_time`.
hasReadTime() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
Reads documents at the given time.
hasReadTime() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
Reads documents at the given time.
hasReadTime() - Method in interface com.google.firestore.v1.TransactionOptions.ReadOnlyOrBuilder
Reads documents at the given time.
hasReadWrite() - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can be used for both read and write operations.
hasReadWrite() - Method in class com.google.firestore.v1.TransactionOptions
The transaction can be used for both read and write operations.
hasReadWrite() - Method in interface com.google.firestore.v1.TransactionOptionsOrBuilder
The transaction can be used for both read and write operations.
hasReferenceValue() - Method in class com.google.firestore.v1.Value.Builder
A reference to a document.
hasReferenceValue() - Method in class com.google.firestore.v1.Value
A reference to a document.
hasReferenceValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A reference to a document.
hasRemoveAllFromArray() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Remove all of the given elements from the array in the field.
hasRemoveAllFromArray() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Remove all of the given elements from the array in the field.
hasRemoveAllFromArray() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Remove all of the given elements from the array in the field.
hasRemoveTarget() - Method in class com.google.firestore.v1.ListenRequest.Builder
The ID of a target to remove from this stream.
hasRemoveTarget() - Method in class com.google.firestore.v1.ListenRequest
The ID of a target to remove from this stream.
hasRemoveTarget() - Method in interface com.google.firestore.v1.ListenRequestOrBuilder
The ID of a target to remove from this stream.
hasRequestMetadata() - Method in class com.google.cloud.firestore.FirestoreOptions.EmulatorCredentials
 
hasRequestMetadataOnly() - Method in class com.google.cloud.firestore.FirestoreOptions.EmulatorCredentials
 
hasResult() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
A single aggregation result.
hasResult() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
A single aggregation result.
hasResult() - Method in interface com.google.firestore.v1.RunAggregationQueryResponseOrBuilder
A single aggregation result.
hasResumeToken() - Method in class com.google.firestore.v1.Target.Builder
A resume token from a prior [TargetChange][google.firestore.v1.TargetChange] for an identical target.
hasResumeToken() - Method in class com.google.firestore.v1.Target
A resume token from a prior [TargetChange][google.firestore.v1.TargetChange] for an identical target.
hasResumeToken() - Method in interface com.google.firestore.v1.TargetOrBuilder
A resume token from a prior [TargetChange][google.firestore.v1.TargetChange] for an identical target.
hasSelect() - Method in class com.google.firestore.v1.StructuredQuery.Builder
Optional sub-set of the fields to return.
hasSelect() - Method in class com.google.firestore.v1.StructuredQuery
Optional sub-set of the fields to return.
hasSelect() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
Optional sub-set of the fields to return.
hasSetToServerValue() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the given server value.
hasSetToServerValue() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
Sets the field to the given server value.
hasSetToServerValue() - Method in interface com.google.firestore.v1.DocumentTransform.FieldTransformOrBuilder
Sets the field to the given server value.
hasStartAt() - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to start the query at.
hasStartAt() - Method in class com.google.firestore.v1.StructuredQuery
A potential prefix of a position in the result set to start the query at.
hasStartAt() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
A potential prefix of a position in the result set to start the query at.
hasStartTime() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation started.
hasStartTime() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
The time this operation started.
hasStartTime() - Method in interface com.google.firestore.admin.v1.ExportDocumentsMetadataOrBuilder
The time this operation started.
hasStartTime() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation started.
hasStartTime() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
The time this operation started.
hasStartTime() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
The time this operation started.
hasStartTime() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation started.
hasStartTime() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
The time this operation started.
hasStartTime() - Method in interface com.google.firestore.admin.v1.ImportDocumentsMetadataOrBuilder
The time this operation started.
hasStartTime() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation started.
hasStartTime() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
The time this operation started.
hasStartTime() - Method in interface com.google.firestore.admin.v1.IndexOperationMetadataOrBuilder
The time this operation started.
hasStringValue() - Method in class com.google.firestore.v1.Value.Builder
A string value.
hasStringValue() - Method in class com.google.firestore.v1.Value
A string value.
hasStringValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A string value.
hasStructuredAggregationQuery() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
An aggregation query.
hasStructuredAggregationQuery() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
An aggregation query.
hasStructuredAggregationQuery() - Method in interface com.google.firestore.v1.RunAggregationQueryRequestOrBuilder
An aggregation query.
hasStructuredQuery() - Method in class com.google.firestore.bundle.BundledQuery.Builder
A structured query.
hasStructuredQuery() - Method in class com.google.firestore.bundle.BundledQuery
A structured query.
hasStructuredQuery() - Method in interface com.google.firestore.bundle.BundledQueryOrBuilder
A structured query.
hasStructuredQuery() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
A structured query.
hasStructuredQuery() - Method in class com.google.firestore.v1.PartitionQueryRequest
A structured query.
hasStructuredQuery() - Method in interface com.google.firestore.v1.PartitionQueryRequestOrBuilder
A structured query.
hasStructuredQuery() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
A structured query.
hasStructuredQuery() - Method in class com.google.firestore.v1.RunQueryRequest
A structured query.
hasStructuredQuery() - Method in interface com.google.firestore.v1.RunQueryRequestOrBuilder
A structured query.
hasStructuredQuery() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Nested structured query.
hasStructuredQuery() - Method in class com.google.firestore.v1.StructuredAggregationQuery
Nested structured query.
hasStructuredQuery() - Method in interface com.google.firestore.v1.StructuredAggregationQueryOrBuilder
Nested structured query.
hasStructuredQuery() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
A structured query.
hasStructuredQuery() - Method in class com.google.firestore.v1.Target.QueryTarget
A structured query.
hasStructuredQuery() - Method in interface com.google.firestore.v1.Target.QueryTargetOrBuilder
A structured query.
hasTargetChange() - Method in class com.google.firestore.v1.ListenResponse.Builder
Targets have changed.
hasTargetChange() - Method in class com.google.firestore.v1.ListenResponse
Targets have changed.
hasTargetChange() - Method in interface com.google.firestore.v1.ListenResponseOrBuilder
Targets have changed.
hasTimestampValue() - Method in class com.google.firestore.v1.Value.Builder
A timestamp value.
hasTimestampValue() - Method in class com.google.firestore.v1.Value
A timestamp value.
hasTimestampValue() - Method in interface com.google.firestore.v1.ValueOrBuilder
A timestamp value.
hasTransaction() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Reads documents in a transaction.
hasTransaction() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
Reads documents in a transaction.
hasTransaction() - Method in interface com.google.firestore.v1.BatchGetDocumentsRequestOrBuilder
Reads documents in a transaction.
hasTransaction() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Reads the document in a transaction.
hasTransaction() - Method in class com.google.firestore.v1.GetDocumentRequest
Reads the document in a transaction.
hasTransaction() - Method in interface com.google.firestore.v1.GetDocumentRequestOrBuilder
Reads the document in a transaction.
hasTransaction() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Perform the read as part of an already active transaction.
hasTransaction() - Method in class com.google.firestore.v1.ListDocumentsRequest
Perform the read as part of an already active transaction.
hasTransaction() - Method in interface com.google.firestore.v1.ListDocumentsRequestOrBuilder
Perform the read as part of an already active transaction.
hasTransaction() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Run the aggregation within an already active transaction.
hasTransaction() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
Run the aggregation within an already active transaction.
hasTransaction() - Method in interface com.google.firestore.v1.RunAggregationQueryRequestOrBuilder
Run the aggregation within an already active transaction.
hasTransaction() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Run the query within an already active transaction.
hasTransaction() - Method in class com.google.firestore.v1.RunQueryRequest
Run the query within an already active transaction.
hasTransaction() - Method in interface com.google.firestore.v1.RunQueryRequestOrBuilder
Run the query within an already active transaction.
hasTransactionId() - Method in class com.google.cloud.firestore.Transaction
 
hasTransform() - Method in class com.google.firestore.v1.Write.Builder
Applies a transformation to a document.
hasTransform() - Method in class com.google.firestore.v1.Write
Applies a transformation to a document.
hasTransform() - Method in interface com.google.firestore.v1.WriteOrBuilder
Applies a transformation to a document.
hasTtlConfig() - Method in class com.google.firestore.admin.v1.Field.Builder
The TTL configuration for this `Field`.
hasTtlConfig() - Method in class com.google.firestore.admin.v1.Field
The TTL configuration for this `Field`.
hasTtlConfig() - Method in interface com.google.firestore.admin.v1.FieldOrBuilder
The TTL configuration for this `Field`.
hasTtlConfigDelta() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
Describes the deltas of TTL configuration.
hasTtlConfigDelta() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
Describes the deltas of TTL configuration.
hasTtlConfigDelta() - Method in interface com.google.firestore.admin.v1.FieldOperationMetadataOrBuilder
Describes the deltas of TTL configuration.
hasUnaryFilter() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter that takes exactly one argument.
hasUnaryFilter() - Method in class com.google.firestore.v1.StructuredQuery.Filter
A filter that takes exactly one argument.
hasUnaryFilter() - Method in interface com.google.firestore.v1.StructuredQuery.FilterOrBuilder
A filter that takes exactly one argument.
hasUnchangedNames() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
A bloom filter that contains the UTF-8 byte encodings of the resource names of the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}` that have NOT changed since the query results indicated by the resume token or timestamp given in `Target.resume_type`.
hasUnchangedNames() - Method in class com.google.firestore.v1.ExistenceFilter
A bloom filter that contains the UTF-8 byte encodings of the resource names of the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}` that have NOT changed since the query results indicated by the resume token or timestamp given in `Target.resume_type`.
hasUnchangedNames() - Method in interface com.google.firestore.v1.ExistenceFilterOrBuilder
A bloom filter that contains the UTF-8 byte encodings of the resource names of the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}` that have NOT changed since the query results indicated by the resume token or timestamp given in `Target.resume_type`.
hasUpdate() - Method in class com.google.firestore.v1.Write.Builder
A document to write.
hasUpdate() - Method in class com.google.firestore.v1.Write
A document to write.
hasUpdate() - Method in interface com.google.firestore.v1.WriteOrBuilder
A document to write.
hasUpdateMask() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
The list of fields to be updated.
hasUpdateMask() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
The list of fields to be updated.
hasUpdateMask() - Method in interface com.google.firestore.admin.v1.UpdateDatabaseRequestOrBuilder
The list of fields to be updated.
hasUpdateMask() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
A mask, relative to the field.
hasUpdateMask() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
A mask, relative to the field.
hasUpdateMask() - Method in interface com.google.firestore.admin.v1.UpdateFieldRequestOrBuilder
A mask, relative to the field.
hasUpdateMask() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to update.
hasUpdateMask() - Method in class com.google.firestore.v1.UpdateDocumentRequest
The fields to update.
hasUpdateMask() - Method in interface com.google.firestore.v1.UpdateDocumentRequestOrBuilder
The fields to update.
hasUpdateMask() - Method in class com.google.firestore.v1.Write.Builder
The fields to update in this write.
hasUpdateMask() - Method in class com.google.firestore.v1.Write
The fields to update in this write.
hasUpdateMask() - Method in interface com.google.firestore.v1.WriteOrBuilder
The fields to update in this write.
hasUpdateTime() - Method in class com.google.firestore.v1.Document.Builder
Output only.
hasUpdateTime() - Method in class com.google.firestore.v1.Document
Output only.
hasUpdateTime() - Method in interface com.google.firestore.v1.DocumentOrBuilder
Output only.
hasUpdateTime() - Method in class com.google.firestore.v1.Precondition.Builder
When set, the target document must exist and have been last updated at that time.
hasUpdateTime() - Method in class com.google.firestore.v1.Precondition
When set, the target document must exist and have been last updated at that time.
hasUpdateTime() - Method in interface com.google.firestore.v1.PreconditionOrBuilder
When set, the target document must exist and have been last updated at that time.
hasUpdateTime() - Method in class com.google.firestore.v1.WriteResult.Builder
The last update time of the document after applying the write.
hasUpdateTime() - Method in class com.google.firestore.v1.WriteResult
The last update time of the document after applying the write.
hasUpdateTime() - Method in interface com.google.firestore.v1.WriteResultOrBuilder
The last update time of the document after applying the write.
hasUpTo() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
Optional.
hasUpTo() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
Optional.
hasUpTo() - Method in interface com.google.firestore.v1.StructuredAggregationQuery.Aggregation.CountOrBuilder
Optional.
hasValue() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The value to compare to.
hasValue() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
The value to compare to.
hasValue() - Method in interface com.google.firestore.v1.StructuredQuery.FieldFilterOrBuilder
The value to compare to.
hasWhere() - Method in class com.google.firestore.v1.StructuredQuery.Builder
The filter to apply.
hasWhere() - Method in class com.google.firestore.v1.StructuredQuery
The filter to apply.
hasWhere() - Method in interface com.google.firestore.v1.StructuredQueryOrBuilder
The filter to apply.
HttpJsonFirestoreAdminCallableFactory - Class in com.google.cloud.firestore.v1.stub
REST callable factory implementation for the FirestoreAdmin service API.
HttpJsonFirestoreAdminCallableFactory() - Constructor for class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminCallableFactory
 
HttpJsonFirestoreAdminStub - Class in com.google.cloud.firestore.v1.stub
REST stub implementation for the FirestoreAdmin service API.
HttpJsonFirestoreAdminStub(FirestoreAdminStubSettings, ClientContext) - Constructor for class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
Constructs an instance of HttpJsonFirestoreAdminStub, using the given settings.
HttpJsonFirestoreAdminStub(FirestoreAdminStubSettings, ClientContext, HttpJsonStubCallableFactory) - Constructor for class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
Constructs an instance of HttpJsonFirestoreAdminStub, using the given settings.
HttpJsonFirestoreCallableFactory - Class in com.google.cloud.firestore.v1.stub
REST callable factory implementation for the Firestore service API.
HttpJsonFirestoreCallableFactory() - Constructor for class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreCallableFactory
 
HttpJsonFirestoreStub - Class in com.google.cloud.firestore.v1.stub
REST stub implementation for the Firestore service API.
HttpJsonFirestoreStub(FirestoreStubSettings, ClientContext) - Constructor for class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
Constructs an instance of HttpJsonFirestoreStub, using the given settings.
HttpJsonFirestoreStub(FirestoreStubSettings, ClientContext, HttpJsonStubCallableFactory) - Constructor for class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
Constructs an instance of HttpJsonFirestoreStub, using the given settings.

I

ID_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundleMetadata
 
identityTranslator() - Static method in class com.google.cloud.firestore.collection.ImmutableSortedMap.Builder
 
IgnoreExtraProperties - Annotation Type in com.google.cloud.firestore.annotation
Properties that don't map to class fields are ignored when serializing to a class annotated with this annotation.
ImmutableSortedMap<K,V> - Class in com.google.cloud.firestore.collection
 
ImmutableSortedMap() - Constructor for class com.google.cloud.firestore.collection.ImmutableSortedMap
 
ImmutableSortedMap.Builder - Class in com.google.cloud.firestore.collection
 
ImmutableSortedMap.Builder.KeyTranslator<C,D> - Interface in com.google.cloud.firestore.collection
 
ImmutableSortedMapIterator<K,V> - Class in com.google.cloud.firestore.collection
 
ImmutableSortedSet<T> - Class in com.google.cloud.firestore.collection
 
ImmutableSortedSet(List<T>, Comparator<T>) - Constructor for class com.google.cloud.firestore.collection.ImmutableSortedSet
 
importDocuments(ImportDocumentsRequest, StreamObserver<Operation>) - Method in interface com.google.firestore.admin.v1.FirestoreAdminGrpc.AsyncService
Imports documents into Google Cloud Firestore.
importDocuments(ImportDocumentsRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminBlockingStub
Imports documents into Google Cloud Firestore.
importDocuments(ImportDocumentsRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminFutureStub
Imports documents into Google Cloud Firestore.
importDocuments(ImportDocumentsRequest, StreamObserver<Operation>) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminStub
Imports documents into Google Cloud Firestore.
importDocumentsAsync(DatabaseName) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Imports documents into Google Cloud Firestore.
importDocumentsAsync(String) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Imports documents into Google Cloud Firestore.
importDocumentsAsync(ImportDocumentsRequest) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Imports documents into Google Cloud Firestore.
importDocumentsCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Imports documents into Google Cloud Firestore.
importDocumentsCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
importDocumentsCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
importDocumentsCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
ImportDocumentsMetadata - Class in com.google.firestore.admin.v1
Metadata for [google.longrunning.Operation][google.longrunning.Operation] results from [FirestoreAdmin.ImportDocuments][google.firestore.admin.v1.FirestoreAdmin.ImportDocuments].
ImportDocumentsMetadata.Builder - Class in com.google.firestore.admin.v1
Metadata for [google.longrunning.Operation][google.longrunning.Operation] results from [FirestoreAdmin.ImportDocuments][google.firestore.admin.v1.FirestoreAdmin.ImportDocuments].
ImportDocumentsMetadataOrBuilder - Interface in com.google.firestore.admin.v1
 
importDocumentsOperationCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Imports documents into Google Cloud Firestore.
importDocumentsOperationCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
importDocumentsOperationCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
importDocumentsOperationCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
importDocumentsOperationSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to importDocuments.
importDocumentsOperationSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to importDocuments.
importDocumentsOperationSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to importDocuments.
importDocumentsOperationSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to importDocuments.
ImportDocumentsRequest - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.ImportDocuments][google.firestore.admin.v1.FirestoreAdmin.ImportDocuments].
ImportDocumentsRequest.Builder - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.ImportDocuments][google.firestore.admin.v1.FirestoreAdmin.ImportDocuments].
ImportDocumentsRequestOrBuilder - Interface in com.google.firestore.admin.v1
 
importDocumentsSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to importDocuments.
importDocumentsSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to importDocuments.
importDocumentsSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to importDocuments.
importDocumentsSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to importDocuments.
IN_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
The given `field` is equal to at least one value in the given array.
inArray(String, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field equals any of the given values.
inArray(FieldPath, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field equals any of the given values.
increment(long) - Static method in class com.google.cloud.firestore.FieldValue
Returns a special value that can be used with set(), create() or update() that tells the server to increment the field's current value by the given value.
increment(double) - Static method in class com.google.cloud.firestore.FieldValue
Returns a special value that can be used with set(), create() or update() that tells the server to increment the field's current value by the given value.
INCREMENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
Index - Class in com.google.firestore.admin.v1
Cloud Firestore indexes enable simple and complex queries against documents in a database.
Index.ApiScope - Enum in com.google.firestore.admin.v1
API Scope defines the APIs (Firestore Native, or Firestore in Datastore Mode) that are supported for queries.
Index.Builder - Class in com.google.firestore.admin.v1
Cloud Firestore indexes enable simple and complex queries against documents in a database.
Index.IndexField - Class in com.google.firestore.admin.v1
A field in an index.
Index.IndexField.ArrayConfig - Enum in com.google.firestore.admin.v1
The supported array value configurations.
Index.IndexField.Builder - Class in com.google.firestore.admin.v1
A field in an index.
Index.IndexField.Order - Enum in com.google.firestore.admin.v1
The supported orderings.
Index.IndexField.ValueModeCase - Enum in com.google.firestore.admin.v1
 
Index.IndexFieldOrBuilder - Interface in com.google.firestore.admin.v1
 
Index.QueryScope - Enum in com.google.firestore.admin.v1
Query Scope defines the scope at which a query is run.
Index.State - Enum in com.google.firestore.admin.v1
The state of an index.
INDEX_CONFIG_DELTAS_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.FieldOperationMetadata
 
INDEX_CONFIG_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Field
 
INDEX_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.CreateIndexRequest
 
INDEX_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
INDEX_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.IndexOperationMetadata
 
INDEXES_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Field.IndexConfig
 
INDEXES_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ListIndexesResponse
 
IndexName - Class in com.google.firestore.admin.v1
 
IndexName() - Constructor for class com.google.firestore.admin.v1.IndexName
Deprecated.
IndexName.Builder - Class in com.google.firestore.admin.v1
Builder for projects/{project}/databases/{database}/collectionGroups/{collection}/indexes/{index}.
indexOf(K) - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
indexOf(K) - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
indexOf(T) - Method in class com.google.cloud.firestore.collection.ImmutableSortedSet
 
indexOf(K) - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
IndexOperationMetadata - Class in com.google.firestore.admin.v1
Metadata for [google.longrunning.Operation][google.longrunning.Operation] results from [FirestoreAdmin.CreateIndex][google.firestore.admin.v1.FirestoreAdmin.CreateIndex].
IndexOperationMetadata.Builder - Class in com.google.firestore.admin.v1
Metadata for [google.longrunning.Operation][google.longrunning.Operation] results from [FirestoreAdmin.CreateIndex][google.firestore.admin.v1.FirestoreAdmin.CreateIndex].
IndexOperationMetadataOrBuilder - Interface in com.google.firestore.admin.v1
 
IndexOrBuilder - Interface in com.google.firestore.admin.v1
 
IndexProto - Class in com.google.firestore.admin.v1
 
INITIALIZING_VALUE - Static variable in enum com.google.firestore.admin.v1.OperationState
Request is being prepared for processing.
inOrderTraversal(LLRBNode.NodeVisitor<K, V>) - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
inOrderTraversal(LLRBNode.NodeVisitor<K, V>) - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
inOrderTraversal(LLRBNode.NodeVisitor<K, V>) - Method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
inOrderTraversal(LLRBNode.NodeVisitor<K, V>) - Method in interface com.google.cloud.firestore.collection.LLRBNode
 
inOrderTraversal(LLRBNode.NodeVisitor<K, V>) - Method in class com.google.cloud.firestore.collection.LLRBValueNode
 
inOrderTraversal(LLRBNode.NodeVisitor<K, V>) - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
INPUT_URI_PREFIX_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
INPUT_URI_PREFIX_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
insert(K, V) - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
insert(K, V) - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
insert(T) - Method in class com.google.cloud.firestore.collection.ImmutableSortedSet
 
insert(K, V, Comparator<K>) - Method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
insert(K, V, Comparator<K>) - Method in interface com.google.cloud.firestore.collection.LLRBNode
 
insert(K, V, Comparator<K>) - Method in class com.google.cloud.firestore.collection.LLRBValueNode
 
insert(K, V) - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
INTEGER_VALUE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Value
 
Internal - Class in com.google.cloud.firestore
 
Internal(FirestoreImpl) - Constructor for class com.google.cloud.firestore.Internal
 
Internal(FirestoreOptions, FirestoreRpc) - Constructor for class com.google.cloud.firestore.Internal
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.CreateIndexRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.Database.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.Database
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.Field.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.Field
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.Field.TtlConfig
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.GetFieldRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.GetIndexRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.Index.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.Index.IndexField
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.Index
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ListFieldsResponse
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.ListIndexesResponse
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.LocationMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.Progress.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.Progress
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.bundle.BundledQuery
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.bundle.BundleElement.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.bundle.BundleElement
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.bundle.BundleMetadata
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.bundle.NamedQuery
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.AggregationResult.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.AggregationResult
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ArrayValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ArrayValue
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BatchWriteRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BatchWriteResponse
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BeginTransactionRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BeginTransactionResponse
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BitSequence.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BitSequence
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BloomFilter.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.BloomFilter
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.CommitRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.CommitRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.CommitResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.CommitResponse
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.CreateDocumentRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Cursor.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Cursor
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.DeleteDocumentRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Document.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Document
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.DocumentChange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.DocumentChange
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.DocumentDelete
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.DocumentMask.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.DocumentMask
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.DocumentRemove
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.DocumentTransform
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ExistenceFilter
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.GetDocumentRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ListCollectionIdsResponse
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ListDocumentsRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ListDocumentsResponse
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ListenRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ListenRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ListenResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.ListenResponse
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.MapValue.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.MapValue
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.PartitionQueryRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.PartitionQueryResponse
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Precondition.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Precondition
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.RollbackRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.RunQueryRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.RunQueryResponse
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredAggregationQuery
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.Filter
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.Order
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.Projection
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Target.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Target.DocumentsTarget
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Target
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Target.QueryTarget
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.TargetChange.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.TargetChange
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.TransactionOptions
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.UpdateDocumentRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Value.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Value
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Write.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.Write
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.WriteRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.WriteRequest
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.WriteResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.WriteResponse
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.WriteResult.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.firestore.v1.WriteResult
 
internalGetMapField(int) - Method in class com.google.firestore.v1.AggregationResult.Builder
 
internalGetMapField(int) - Method in class com.google.firestore.v1.AggregationResult
 
internalGetMapField(int) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
internalGetMapField(int) - Method in class com.google.firestore.v1.BatchWriteRequest
 
internalGetMapField(int) - Method in class com.google.firestore.v1.Document.Builder
 
internalGetMapField(int) - Method in class com.google.firestore.v1.Document
 
internalGetMapField(int) - Method in class com.google.firestore.v1.ListenRequest.Builder
 
internalGetMapField(int) - Method in class com.google.firestore.v1.ListenRequest
 
internalGetMapField(int) - Method in class com.google.firestore.v1.MapValue.Builder
 
internalGetMapField(int) - Method in class com.google.firestore.v1.MapValue
 
internalGetMapField(int) - Method in class com.google.firestore.v1.WriteRequest.Builder
 
internalGetMapField(int) - Method in class com.google.firestore.v1.WriteRequest
 
internalGetMutableMapField(int) - Method in class com.google.firestore.v1.AggregationResult.Builder
 
internalGetMutableMapField(int) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
internalGetMutableMapField(int) - Method in class com.google.firestore.v1.Document.Builder
 
internalGetMutableMapField(int) - Method in class com.google.firestore.v1.ListenRequest.Builder
 
internalGetMutableMapField(int) - Method in class com.google.firestore.v1.MapValue.Builder
 
internalGetMutableMapField(int) - Method in class com.google.firestore.v1.WriteRequest.Builder
 
internalGetValueMap() - Static method in enum com.google.firestore.admin.v1.Database.AppEngineIntegrationMode
 
internalGetValueMap() - Static method in enum com.google.firestore.admin.v1.Database.ConcurrencyMode
 
internalGetValueMap() - Static method in enum com.google.firestore.admin.v1.Database.DatabaseType
 
internalGetValueMap() - Static method in enum com.google.firestore.admin.v1.Field.TtlConfig.State
 
internalGetValueMap() - Static method in enum com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType
 
internalGetValueMap() - Static method in enum com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType
 
internalGetValueMap() - Static method in enum com.google.firestore.admin.v1.Index.ApiScope
 
internalGetValueMap() - Static method in enum com.google.firestore.admin.v1.Index.IndexField.ArrayConfig
 
internalGetValueMap() - Static method in enum com.google.firestore.admin.v1.Index.IndexField.Order
 
internalGetValueMap() - Static method in enum com.google.firestore.admin.v1.Index.QueryScope
 
internalGetValueMap() - Static method in enum com.google.firestore.admin.v1.Index.State
 
internalGetValueMap() - Static method in enum com.google.firestore.admin.v1.OperationState
 
internalGetValueMap() - Static method in enum com.google.firestore.bundle.BundledQuery.LimitType
 
internalGetValueMap() - Static method in enum com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue
 
internalGetValueMap() - Static method in enum com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator
 
internalGetValueMap() - Static method in enum com.google.firestore.v1.StructuredQuery.Direction
 
internalGetValueMap() - Static method in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
 
internalGetValueMap() - Static method in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
 
internalGetValueMap() - Static method in enum com.google.firestore.v1.TargetChange.TargetChangeType
 
IS_NAN_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
The given `field` is equal to `NaN`.
IS_NOT_NAN_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
The given `field` is not equal to `NaN`.
IS_NOT_NULL_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
The given `field` is not equal to `NULL`.
IS_NULL_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
The given `field` is equal to `NULL`.
isEmpty() - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
isEmpty() - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
isEmpty() - Method in class com.google.cloud.firestore.collection.ImmutableSortedSet
 
isEmpty() - Method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
isEmpty() - Method in interface com.google.cloud.firestore.collection.LLRBNode
 
isEmpty() - Method in class com.google.cloud.firestore.collection.LLRBValueNode
 
isEmpty() - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
isEmpty() - Method in class com.google.cloud.firestore.QuerySnapshot
Returns true if there are no documents in the QuerySnapshot.
isInitialized() - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.CreateIndexRequest
 
isInitialized() - Method in class com.google.firestore.admin.v1.Database.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.Database
 
isInitialized() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
isInitialized() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
isInitialized() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
isInitialized() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
isInitialized() - Method in class com.google.firestore.admin.v1.Field.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
 
isInitialized() - Method in class com.google.firestore.admin.v1.Field
 
isInitialized() - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.Field.TtlConfig
 
isInitialized() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
isInitialized() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
isInitialized() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
isInitialized() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
isInitialized() - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.GetFieldRequest
 
isInitialized() - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.GetIndexRequest
 
isInitialized() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
isInitialized() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
isInitialized() - Method in class com.google.firestore.admin.v1.Index.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.Index.IndexField
 
isInitialized() - Method in class com.google.firestore.admin.v1.Index
 
isInitialized() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
isInitialized() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
isInitialized() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
isInitialized() - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
 
isInitialized() - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.ListFieldsResponse
 
isInitialized() - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
 
isInitialized() - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.ListIndexesResponse
 
isInitialized() - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.LocationMetadata
 
isInitialized() - Method in class com.google.firestore.admin.v1.Progress.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.Progress
 
isInitialized() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
isInitialized() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
isInitialized() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
isInitialized() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
isInitialized() - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
isInitialized() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
 
isInitialized() - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
isInitialized() - Method in class com.google.firestore.bundle.BundledQuery
 
isInitialized() - Method in class com.google.firestore.bundle.BundleElement.Builder
 
isInitialized() - Method in class com.google.firestore.bundle.BundleElement
 
isInitialized() - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
isInitialized() - Method in class com.google.firestore.bundle.BundleMetadata
 
isInitialized() - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
isInitialized() - Method in class com.google.firestore.bundle.NamedQuery
 
isInitialized() - Method in class com.google.firestore.v1.AggregationResult.Builder
 
isInitialized() - Method in class com.google.firestore.v1.AggregationResult
 
isInitialized() - Method in class com.google.firestore.v1.ArrayValue.Builder
 
isInitialized() - Method in class com.google.firestore.v1.ArrayValue
 
isInitialized() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
isInitialized() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
isInitialized() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
isInitialized() - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.BatchWriteRequest
 
isInitialized() - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
isInitialized() - Method in class com.google.firestore.v1.BatchWriteResponse
 
isInitialized() - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.BeginTransactionRequest
 
isInitialized() - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
isInitialized() - Method in class com.google.firestore.v1.BeginTransactionResponse
 
isInitialized() - Method in class com.google.firestore.v1.BitSequence.Builder
 
isInitialized() - Method in class com.google.firestore.v1.BitSequence
 
isInitialized() - Method in class com.google.firestore.v1.BloomFilter.Builder
 
isInitialized() - Method in class com.google.firestore.v1.BloomFilter
 
isInitialized() - Method in class com.google.firestore.v1.CommitRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.CommitRequest
 
isInitialized() - Method in class com.google.firestore.v1.CommitResponse.Builder
 
isInitialized() - Method in class com.google.firestore.v1.CommitResponse
 
isInitialized() - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.CreateDocumentRequest
 
isInitialized() - Method in class com.google.firestore.v1.Cursor.Builder
 
isInitialized() - Method in class com.google.firestore.v1.Cursor
 
isInitialized() - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.DeleteDocumentRequest
 
isInitialized() - Method in class com.google.firestore.v1.Document.Builder
 
isInitialized() - Method in class com.google.firestore.v1.Document
 
isInitialized() - Method in class com.google.firestore.v1.DocumentChange.Builder
 
isInitialized() - Method in class com.google.firestore.v1.DocumentChange
 
isInitialized() - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
isInitialized() - Method in class com.google.firestore.v1.DocumentDelete
 
isInitialized() - Method in class com.google.firestore.v1.DocumentMask.Builder
 
isInitialized() - Method in class com.google.firestore.v1.DocumentMask
 
isInitialized() - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
isInitialized() - Method in class com.google.firestore.v1.DocumentRemove
 
isInitialized() - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
isInitialized() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
isInitialized() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
isInitialized() - Method in class com.google.firestore.v1.DocumentTransform
 
isInitialized() - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
isInitialized() - Method in class com.google.firestore.v1.ExistenceFilter
 
isInitialized() - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.GetDocumentRequest
 
isInitialized() - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
 
isInitialized() - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
isInitialized() - Method in class com.google.firestore.v1.ListCollectionIdsResponse
 
isInitialized() - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.ListDocumentsRequest
 
isInitialized() - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
isInitialized() - Method in class com.google.firestore.v1.ListDocumentsResponse
 
isInitialized() - Method in class com.google.firestore.v1.ListenRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.ListenRequest
 
isInitialized() - Method in class com.google.firestore.v1.ListenResponse.Builder
 
isInitialized() - Method in class com.google.firestore.v1.ListenResponse
 
isInitialized() - Method in class com.google.firestore.v1.MapValue.Builder
 
isInitialized() - Method in class com.google.firestore.v1.MapValue
 
isInitialized() - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.PartitionQueryRequest
 
isInitialized() - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
isInitialized() - Method in class com.google.firestore.v1.PartitionQueryResponse
 
isInitialized() - Method in class com.google.firestore.v1.Precondition.Builder
 
isInitialized() - Method in class com.google.firestore.v1.Precondition
 
isInitialized() - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.RollbackRequest
 
isInitialized() - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
 
isInitialized() - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
isInitialized() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
 
isInitialized() - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.RunQueryRequest
 
isInitialized() - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
isInitialized() - Method in class com.google.firestore.v1.RunQueryResponse
 
isInitialized() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
isInitialized() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
isInitialized() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
isInitialized() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
isInitialized() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
isInitialized() - Method in class com.google.firestore.v1.StructuredAggregationQuery
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.Filter
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.Order
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.Projection
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
isInitialized() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
isInitialized() - Method in class com.google.firestore.v1.Target.Builder
 
isInitialized() - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
isInitialized() - Method in class com.google.firestore.v1.Target.DocumentsTarget
 
isInitialized() - Method in class com.google.firestore.v1.Target
 
isInitialized() - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
isInitialized() - Method in class com.google.firestore.v1.Target.QueryTarget
 
isInitialized() - Method in class com.google.firestore.v1.TargetChange.Builder
 
isInitialized() - Method in class com.google.firestore.v1.TargetChange
 
isInitialized() - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
isInitialized() - Method in class com.google.firestore.v1.TransactionOptions
 
isInitialized() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
isInitialized() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
isInitialized() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
isInitialized() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
isInitialized() - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.UpdateDocumentRequest
 
isInitialized() - Method in class com.google.firestore.v1.Value.Builder
 
isInitialized() - Method in class com.google.firestore.v1.Value
 
isInitialized() - Method in class com.google.firestore.v1.Write.Builder
 
isInitialized() - Method in class com.google.firestore.v1.Write
 
isInitialized() - Method in class com.google.firestore.v1.WriteRequest.Builder
 
isInitialized() - Method in class com.google.firestore.v1.WriteRequest
 
isInitialized() - Method in class com.google.firestore.v1.WriteResponse.Builder
 
isInitialized() - Method in class com.google.firestore.v1.WriteResponse
 
isInitialized() - Method in class com.google.firestore.v1.WriteResult.Builder
 
isInitialized() - Method in class com.google.firestore.v1.WriteResult
 
isParsableFrom(String) - Static method in class com.google.firestore.admin.v1.CollectionGroupName
 
isParsableFrom(String) - Static method in class com.google.firestore.admin.v1.DatabaseName
 
isParsableFrom(String) - Static method in class com.google.firestore.admin.v1.FieldName
 
isParsableFrom(String) - Static method in class com.google.firestore.admin.v1.IndexName
 
isParsableFrom(String) - Static method in class com.google.firestore.admin.v1.ParentName
 
isParsableFrom(String) - Static method in class com.google.firestore.admin.v1.ProjectName
 
isParsableFrom(String) - Static method in class com.google.firestore.v1.AnyPathName
 
isParsableFrom(String) - Static method in class com.google.firestore.v1.DatabaseRootName
 
isParsableFrom(String) - Static method in class com.google.firestore.v1.DocumentPathName
 
isParsableFrom(String) - Static method in class com.google.firestore.v1.DocumentRootName
 
isRed() - Method in class com.google.cloud.firestore.collection.LLRBBlackValueNode
 
isRed() - Method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
isRed() - Method in interface com.google.cloud.firestore.collection.LLRBNode
 
isRed() - Method in class com.google.cloud.firestore.collection.LLRBRedValueNode
 
isShutdown() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
 
isShutdown() - Method in class com.google.cloud.firestore.v1.FirestoreClient
 
isShutdown() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
isShutdown() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
isShutdown() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
isShutdown() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
isTerminated() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
 
isTerminated() - Method in class com.google.cloud.firestore.v1.FirestoreClient
 
isTerminated() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
isTerminated() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
isTerminated() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
isTerminated() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
iterator() - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
iterator() - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
iterator() - Method in class com.google.cloud.firestore.collection.ImmutableSortedSet
 
iterator() - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
iterator() - Method in class com.google.cloud.firestore.QuerySnapshot
 
iteratorFrom(K) - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
iteratorFrom(K) - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
iteratorFrom(T) - Method in class com.google.cloud.firestore.collection.ImmutableSortedSet
 
iteratorFrom(K) - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 

K

KEY_PREFIX_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Database
 

L

LABELS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BatchWriteRequest
 
LABELS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListenRequest
 
LABELS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.WriteRequest
 
LAST_VALUE - Static variable in enum com.google.firestore.bundle.BundledQuery.LimitType
LAST = 1;
LESS_THAN_OR_EQUAL_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
The given `field` is less than or equal to the given `value`.
LESS_THAN_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
The given `field` is less than the given `value`.
lessThan(String, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field is less than the given value.
lessThan(FieldPath, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field is less than the given value.
lessThanOrEqualTo(String, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field is less than or equal to the given value.
lessThanOrEqualTo(FieldPath, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field is less than or equal to the given value.
limit(int) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query that only returns the first matching documents.
LIMIT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery
 
LIMIT_TYPE_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundledQuery
 
limitToLast(int) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query that only returns the last matching documents.
listCollectionIds(String) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Lists all the collection IDs underneath a document.
listCollectionIds(ListCollectionIdsRequest) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Lists all the collection IDs underneath a document.
listCollectionIds(ListCollectionIdsRequest, StreamObserver<ListCollectionIdsResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Lists all the collection IDs underneath a document.
listCollectionIds(ListCollectionIdsRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
Lists all the collection IDs underneath a document.
listCollectionIds(ListCollectionIdsRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
Lists all the collection IDs underneath a document.
listCollectionIds(ListCollectionIdsRequest, StreamObserver<ListCollectionIdsResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Lists all the collection IDs underneath a document.
listCollectionIdsCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Lists all the collection IDs underneath a document.
listCollectionIdsCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
listCollectionIdsCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
listCollectionIdsCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
listCollectionIdsPagedCallable() - Method in interface com.google.cloud.firestore.spi.v1.FirestoreRpc
Returns a list of collections IDs.
listCollectionIdsPagedCallable() - Method in class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
listCollectionIdsPagedCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Lists all the collection IDs underneath a document.
listCollectionIdsPagedCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
listCollectionIdsPagedCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
listCollectionIdsPagedCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
ListCollectionIdsRequest - Class in com.google.firestore.v1
The request for [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
ListCollectionIdsRequest.Builder - Class in com.google.firestore.v1
The request for [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
ListCollectionIdsRequest.ConsistencySelectorCase - Enum in com.google.firestore.v1
 
ListCollectionIdsRequestOrBuilder - Interface in com.google.firestore.v1
 
ListCollectionIdsResponse - Class in com.google.firestore.v1
The response from [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
ListCollectionIdsResponse.Builder - Class in com.google.firestore.v1
The response from [Firestore.ListCollectionIds][google.firestore.v1.Firestore.ListCollectionIds].
ListCollectionIdsResponseOrBuilder - Interface in com.google.firestore.v1
 
listCollectionIdsSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to listCollectionIds.
listCollectionIdsSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to listCollectionIds.
listCollectionIdsSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to listCollectionIds.
listCollectionIdsSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to listCollectionIds.
listCollections() - Method in class com.google.cloud.firestore.DocumentReference
Fetches the subcollections that are direct children of this document.
listCollections() - Method in interface com.google.cloud.firestore.Firestore
Fetches the root collections that are associated with this Firestore database.
listDatabases(ProjectName) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
List all the databases in the project.
listDatabases(String) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
List all the databases in the project.
listDatabases(ListDatabasesRequest) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
List all the databases in the project.
listDatabases(ListDatabasesRequest, StreamObserver<ListDatabasesResponse>) - Method in interface com.google.firestore.admin.v1.FirestoreAdminGrpc.AsyncService
List all the databases in the project.
listDatabases(ListDatabasesRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminBlockingStub
List all the databases in the project.
listDatabases(ListDatabasesRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminFutureStub
List all the databases in the project.
listDatabases(ListDatabasesRequest, StreamObserver<ListDatabasesResponse>) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminStub
List all the databases in the project.
listDatabasesCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
List all the databases in the project.
listDatabasesCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
listDatabasesCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
listDatabasesCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
ListDatabasesRequest - Class in com.google.firestore.admin.v1
A request to list the Firestore Databases in all locations for a project.
ListDatabasesRequest.Builder - Class in com.google.firestore.admin.v1
A request to list the Firestore Databases in all locations for a project.
ListDatabasesRequestOrBuilder - Interface in com.google.firestore.admin.v1
 
ListDatabasesResponse - Class in com.google.firestore.admin.v1
The list of databases for a project.
ListDatabasesResponse.Builder - Class in com.google.firestore.admin.v1
The list of databases for a project.
ListDatabasesResponseOrBuilder - Interface in com.google.firestore.admin.v1
 
listDatabasesSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to listDatabases.
listDatabasesSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to listDatabases.
listDatabasesSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to listDatabases.
listDatabasesSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to listDatabases.
listDocuments() - Method in class com.google.cloud.firestore.CollectionReference
Retrieves the list of documents in this collection.
listDocuments(ListDocumentsRequest) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Lists documents.
listDocuments(ListDocumentsRequest, StreamObserver<ListDocumentsResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Lists documents.
listDocuments(ListDocumentsRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
Lists documents.
listDocuments(ListDocumentsRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
Lists documents.
listDocuments(ListDocumentsRequest, StreamObserver<ListDocumentsResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Lists documents.
listDocumentsCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Lists documents.
listDocumentsCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
listDocumentsCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
listDocumentsCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
listDocumentsPagedCallable() - Method in interface com.google.cloud.firestore.spi.v1.FirestoreRpc
Returns a list of documents.
listDocumentsPagedCallable() - Method in class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
listDocumentsPagedCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Lists documents.
listDocumentsPagedCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
listDocumentsPagedCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
listDocumentsPagedCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
ListDocumentsRequest - Class in com.google.firestore.v1
The request for [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].
ListDocumentsRequest.Builder - Class in com.google.firestore.v1
The request for [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].
ListDocumentsRequest.ConsistencySelectorCase - Enum in com.google.firestore.v1
 
ListDocumentsRequestOrBuilder - Interface in com.google.firestore.v1
 
ListDocumentsResponse - Class in com.google.firestore.v1
The response for [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].
ListDocumentsResponse.Builder - Class in com.google.firestore.v1
The response for [Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].
ListDocumentsResponseOrBuilder - Interface in com.google.firestore.v1
 
listDocumentsSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to listDocuments.
listDocumentsSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to listDocuments.
listDocumentsSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to listDocuments.
listDocumentsSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to listDocuments.
listen(StreamObserver<ListenResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Listens to changes.
listen(StreamObserver<ListenResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Listens to changes.
listenCallable() - Method in interface com.google.cloud.firestore.spi.v1.FirestoreRpc
Returns a bi-directional watch stream.
listenCallable() - Method in class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
listenCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Listens to changes.
listenCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
listenCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
listenCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
ListenerRegistration - Interface in com.google.cloud.firestore
Represents a listener that can be removed by calling remove().
ListenRequest - Class in com.google.firestore.v1
A request for [Firestore.Listen][google.firestore.v1.Firestore.Listen]
ListenRequest.Builder - Class in com.google.firestore.v1
A request for [Firestore.Listen][google.firestore.v1.Firestore.Listen]
ListenRequest.TargetChangeCase - Enum in com.google.firestore.v1
 
ListenRequestOrBuilder - Interface in com.google.firestore.v1
 
ListenResponse - Class in com.google.firestore.v1
The response for [Firestore.Listen][google.firestore.v1.Firestore.Listen].
ListenResponse.Builder - Class in com.google.firestore.v1
The response for [Firestore.Listen][google.firestore.v1.Firestore.Listen].
ListenResponse.ResponseTypeCase - Enum in com.google.firestore.v1
 
ListenResponseOrBuilder - Interface in com.google.firestore.v1
 
listenSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to listen.
listenSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to listen.
listenSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to listen.
listenSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to listen.
listFields(CollectionGroupName) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Lists the field configuration and metadata for this database.
listFields(String) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Lists the field configuration and metadata for this database.
listFields(ListFieldsRequest) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Lists the field configuration and metadata for this database.
listFields(ListFieldsRequest, StreamObserver<ListFieldsResponse>) - Method in interface com.google.firestore.admin.v1.FirestoreAdminGrpc.AsyncService
Lists the field configuration and metadata for this database.
listFields(ListFieldsRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminBlockingStub
Lists the field configuration and metadata for this database.
listFields(ListFieldsRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminFutureStub
Lists the field configuration and metadata for this database.
listFields(ListFieldsRequest, StreamObserver<ListFieldsResponse>) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminStub
Lists the field configuration and metadata for this database.
listFieldsCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Lists the field configuration and metadata for this database.
listFieldsCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
listFieldsCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
listFieldsCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
listFieldsPagedCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Lists the field configuration and metadata for this database.
listFieldsPagedCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
listFieldsPagedCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
listFieldsPagedCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
ListFieldsRequest - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].
ListFieldsRequest.Builder - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].
ListFieldsRequestOrBuilder - Interface in com.google.firestore.admin.v1
 
ListFieldsResponse - Class in com.google.firestore.admin.v1
The response for [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].
ListFieldsResponse.Builder - Class in com.google.firestore.admin.v1
The response for [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields].
ListFieldsResponseOrBuilder - Interface in com.google.firestore.admin.v1
 
listFieldsSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to listFields.
listFieldsSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to listFields.
listFieldsSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to listFields.
listFieldsSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to listFields.
listIndexes(CollectionGroupName) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Lists composite indexes.
listIndexes(String) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Lists composite indexes.
listIndexes(ListIndexesRequest) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Lists composite indexes.
listIndexes(ListIndexesRequest, StreamObserver<ListIndexesResponse>) - Method in interface com.google.firestore.admin.v1.FirestoreAdminGrpc.AsyncService
Lists composite indexes.
listIndexes(ListIndexesRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminBlockingStub
Lists composite indexes.
listIndexes(ListIndexesRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminFutureStub
Lists composite indexes.
listIndexes(ListIndexesRequest, StreamObserver<ListIndexesResponse>) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminStub
Lists composite indexes.
listIndexesCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Lists composite indexes.
listIndexesCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
listIndexesCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
listIndexesCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
listIndexesPagedCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Lists composite indexes.
listIndexesPagedCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
listIndexesPagedCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
listIndexesPagedCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
ListIndexesRequest - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes].
ListIndexesRequest.Builder - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes].
ListIndexesRequestOrBuilder - Interface in com.google.firestore.admin.v1
 
ListIndexesResponse - Class in com.google.firestore.admin.v1
The response for [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes].
ListIndexesResponse.Builder - Class in com.google.firestore.admin.v1
The response for [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes].
ListIndexesResponseOrBuilder - Interface in com.google.firestore.admin.v1
 
listIndexesSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to listIndexes.
listIndexesSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to listIndexes.
listIndexesSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to listIndexes.
listIndexesSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to listIndexes.
LLRBBlackValueNode<K,V> - Class in com.google.cloud.firestore.collection
 
LLRBEmptyNode<K,V> - Class in com.google.cloud.firestore.collection
 
LLRBNode<K,V> - Interface in com.google.cloud.firestore.collection
 
LLRBNode.Color - Enum in com.google.cloud.firestore.collection
 
LLRBNode.NodeVisitor<K,V> - Class in com.google.cloud.firestore.collection
 
LLRBNode.ShortCircuitingNodeVisitor<K,V> - Interface in com.google.cloud.firestore.collection
 
LLRBRedValueNode<K,V> - Class in com.google.cloud.firestore.collection
 
LLRBValueNode<K,V> - Class in com.google.cloud.firestore.collection
 
LOCATION_ID_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Database
 
LocationMetadata - Class in com.google.firestore.admin.v1
The metadata message for [google.cloud.location.Location.metadata][google.cloud.location.Location.metadata].
LocationMetadata.Builder - Class in com.google.firestore.admin.v1
The metadata message for [google.cloud.location.Location.metadata][google.cloud.location.Location.metadata].
LocationMetadataOrBuilder - Interface in com.google.firestore.admin.v1
 
LocationProto - Class in com.google.firestore.admin.v1
 

M

MAP_VALUE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Value
 
MapValue - Class in com.google.firestore.v1
A map value.
MapValue.Builder - Class in com.google.firestore.v1
A map value.
MapValueOrBuilder - Interface in com.google.firestore.v1
 
MASK_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BatchGetDocumentsRequest
 
MASK_FIELD_NUMBER - Static variable in class com.google.firestore.v1.CreateDocumentRequest
 
MASK_FIELD_NUMBER - Static variable in class com.google.firestore.v1.GetDocumentRequest
 
MASK_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListDocumentsRequest
 
MASK_FIELD_NUMBER - Static variable in class com.google.firestore.v1.UpdateDocumentRequest
 
MAX_BATCH_SIZE - Static variable in class com.google.cloud.firestore.BulkWriter
The maximum number of writes that can be in a single batch.
MAX_PENDING_OPS - Static variable in class com.google.cloud.firestore.RecursiveDelete
The query limit used for recursive deletes when fetching all descendants of the specified reference to delete.
MAX_RETRY_ATTEMPTS - Static variable in class com.google.cloud.firestore.BulkWriter
The maximum number of retries that will be attempted with backoff before stopping all retry attempts.
MAXIMUM_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
merge() - Static method in class com.google.cloud.firestore.SetOptions
Changes the behavior of set() calls to only replace the values specified in its data argument.
mergeAddTarget(Target) - Method in class com.google.firestore.v1.ListenRequest.Builder
A target to add to this stream.
mergeAppendMissingElements(ArrayValue) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Append the given elements in order if they are not already present in the current field value.
mergeArrayValue(ArrayValue) - Method in class com.google.firestore.v1.Value.Builder
An array value.
mergeBits(BitSequence) - Method in class com.google.firestore.v1.BloomFilter.Builder
The bloom filter data.
mergeBundledQuery(BundledQuery) - Method in class com.google.firestore.bundle.NamedQuery.Builder
The query saved in the bundle.
mergeCause(Status) - Method in class com.google.firestore.v1.TargetChange.Builder
The error that resulted in this change, if applicable.
mergeCommitTime(Timestamp) - Method in class com.google.firestore.v1.CommitResponse.Builder
The time at which the commit occurred.
mergeCommitTime(Timestamp) - Method in class com.google.firestore.v1.WriteResponse.Builder
The time at which the commit occurred.
mergeCompositeFilter(StructuredQuery.CompositeFilter) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A composite filter.
mergeCount(StructuredAggregationQuery.Aggregation.Count) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
Count aggregator.
mergeCreateTime(Timestamp) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
Time at which the documents snapshot is taken for this bundle.
mergeCreateTime(Timestamp) - Method in class com.google.firestore.v1.Document.Builder
Output only.
mergeCurrentDocument(Precondition) - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
An optional precondition on the document.
mergeCurrentDocument(Precondition) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
An optional precondition on the document.
mergeCurrentDocument(Precondition) - Method in class com.google.firestore.v1.Write.Builder
An optional precondition on the document.
mergeDatabase(Database) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
Required.
mergeDocument(Document) - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.v1.Document document = 4;
mergeDocument(Document) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
mergeDocument(Document) - Method in class com.google.firestore.v1.DocumentChange.Builder
The new state of the [Document][google.firestore.v1.Document].
mergeDocument(Document) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
A query result, not set when reporting partial progress.
mergeDocument(Document) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
Required.
mergeDocumentChange(DocumentChange) - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has changed.
mergeDocumentDelete(DocumentDelete) - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been deleted.
mergeDocumentMetadata(BundledDocumentMetadata) - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
mergeDocumentRemove(DocumentRemove) - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
mergeDocuments(Target.DocumentsTarget) - Method in class com.google.firestore.v1.Target.Builder
A target specified by a set of document names.
mergeEndAt(Cursor) - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to end the query at.
mergeEndTime(Timestamp) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation completed.
mergeEndTime(Timestamp) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation completed.
mergeEndTime(Timestamp) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation completed.
mergeEndTime(Timestamp) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation completed.
mergeExpectedCount(Int32Value) - Method in class com.google.firestore.v1.Target.Builder
The number of documents that last matched the query at the resume token or read time.
mergeField(Field) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
Required.
mergeField(StructuredQuery.FieldReference) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The field to filter by.
mergeField(StructuredQuery.FieldReference) - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
The field to order by.
mergeField(StructuredQuery.FieldReference) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
The field to which to apply the operator.
mergeFieldFilter(StructuredQuery.FieldFilter) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter on a document field.
mergeFieldPaths(List<FieldPath>) - Static method in class com.google.cloud.firestore.SetOptions
Changes the behavior of set() calls to only replace the fields under fieldPaths.
mergeFields(List<String>) - Static method in class com.google.cloud.firestore.SetOptions
Changes the behavior of set() calls to only replace the fields under fieldPaths.
mergeFields(String...) - Static method in class com.google.cloud.firestore.SetOptions
Changes the behavior of set() calls to only replace the fields under fieldPaths.
mergeFilter(ExistenceFilter) - Method in class com.google.firestore.v1.ListenResponse.Builder
A filter to apply to the set of documents previously returned for the given target.
mergeFound(Document) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
A document that was requested.
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
mergeFrom(CreateIndexRequest) - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.Database.Builder
 
mergeFrom(Database) - Method in class com.google.firestore.admin.v1.Database.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.Database.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
mergeFrom(DeleteIndexRequest) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
mergeFrom(ExportDocumentsMetadata) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
mergeFrom(ExportDocumentsRequest) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
mergeFrom(ExportDocumentsResponse) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.Field.Builder
 
mergeFrom(Field) - Method in class com.google.firestore.admin.v1.Field.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.Field.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
mergeFrom(Field.IndexConfig) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
mergeFrom(Field.TtlConfig) - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
mergeFrom(FieldOperationMetadata) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
mergeFrom(FieldOperationMetadata.IndexConfigDelta) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
mergeFrom(FieldOperationMetadata.TtlConfigDelta) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
mergeFrom(GetDatabaseRequest) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
mergeFrom(GetFieldRequest) - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
mergeFrom(GetIndexRequest) - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
mergeFrom(ImportDocumentsMetadata) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
mergeFrom(ImportDocumentsRequest) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.Index.Builder
 
mergeFrom(Index) - Method in class com.google.firestore.admin.v1.Index.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.Index.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
mergeFrom(Index.IndexField) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
mergeFrom(IndexOperationMetadata) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
mergeFrom(ListDatabasesRequest) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
mergeFrom(ListDatabasesResponse) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
mergeFrom(ListFieldsRequest) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
mergeFrom(ListFieldsResponse) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
mergeFrom(ListIndexesRequest) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
mergeFrom(ListIndexesResponse) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
mergeFrom(LocationMetadata) - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.Progress.Builder
 
mergeFrom(Progress) - Method in class com.google.firestore.admin.v1.Progress.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.Progress.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
mergeFrom(UpdateDatabaseMetadata) - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
mergeFrom(UpdateDatabaseRequest) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
mergeFrom(UpdateFieldRequest) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
mergeFrom(BundledDocumentMetadata) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
mergeFrom(BundledQuery) - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.bundle.BundleElement.Builder
 
mergeFrom(BundleElement) - Method in class com.google.firestore.bundle.BundleElement.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.bundle.BundleElement.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
mergeFrom(BundleMetadata) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
mergeFrom(NamedQuery) - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.AggregationResult.Builder
 
mergeFrom(AggregationResult) - Method in class com.google.firestore.v1.AggregationResult.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.AggregationResult.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.ArrayValue.Builder
 
mergeFrom(ArrayValue) - Method in class com.google.firestore.v1.ArrayValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.ArrayValue.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
mergeFrom(BatchGetDocumentsRequest) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
mergeFrom(BatchGetDocumentsResponse) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
mergeFrom(BatchWriteRequest) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
mergeFrom(BatchWriteResponse) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
mergeFrom(BeginTransactionRequest) - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
mergeFrom(BeginTransactionResponse) - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.BitSequence.Builder
 
mergeFrom(BitSequence) - Method in class com.google.firestore.v1.BitSequence.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.BitSequence.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.BloomFilter.Builder
 
mergeFrom(BloomFilter) - Method in class com.google.firestore.v1.BloomFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.BloomFilter.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.CommitRequest.Builder
 
mergeFrom(CommitRequest) - Method in class com.google.firestore.v1.CommitRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.CommitRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.CommitResponse.Builder
 
mergeFrom(CommitResponse) - Method in class com.google.firestore.v1.CommitResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.CommitResponse.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
mergeFrom(CreateDocumentRequest) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.Cursor.Builder
 
mergeFrom(Cursor) - Method in class com.google.firestore.v1.Cursor.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.Cursor.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
mergeFrom(DeleteDocumentRequest) - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.Document.Builder
 
mergeFrom(Document) - Method in class com.google.firestore.v1.Document.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.Document.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.DocumentChange.Builder
 
mergeFrom(DocumentChange) - Method in class com.google.firestore.v1.DocumentChange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.DocumentChange.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
mergeFrom(DocumentDelete) - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.DocumentMask.Builder
 
mergeFrom(DocumentMask) - Method in class com.google.firestore.v1.DocumentMask.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.DocumentMask.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
mergeFrom(DocumentRemove) - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
mergeFrom(DocumentTransform) - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
mergeFrom(DocumentTransform.FieldTransform) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
mergeFrom(ExistenceFilter) - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
mergeFrom(GetDocumentRequest) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
mergeFrom(ListCollectionIdsRequest) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
mergeFrom(ListCollectionIdsResponse) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
mergeFrom(ListDocumentsRequest) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
mergeFrom(ListDocumentsResponse) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.ListenRequest.Builder
 
mergeFrom(ListenRequest) - Method in class com.google.firestore.v1.ListenRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.ListenRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.ListenResponse.Builder
 
mergeFrom(ListenResponse) - Method in class com.google.firestore.v1.ListenResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.ListenResponse.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.MapValue.Builder
 
mergeFrom(MapValue) - Method in class com.google.firestore.v1.MapValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.MapValue.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
mergeFrom(PartitionQueryRequest) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
mergeFrom(PartitionQueryResponse) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.Precondition.Builder
 
mergeFrom(Precondition) - Method in class com.google.firestore.v1.Precondition.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.Precondition.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
mergeFrom(RollbackRequest) - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
mergeFrom(RunAggregationQueryRequest) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
mergeFrom(RunAggregationQueryResponse) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
mergeFrom(RunQueryRequest) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
mergeFrom(RunQueryResponse) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
mergeFrom(StructuredAggregationQuery.Aggregation) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
mergeFrom(StructuredAggregationQuery.Aggregation.Count) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
mergeFrom(StructuredAggregationQuery) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
mergeFrom(StructuredQuery) - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
mergeFrom(StructuredQuery.CollectionSelector) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
mergeFrom(StructuredQuery.CompositeFilter) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
mergeFrom(StructuredQuery.FieldFilter) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
mergeFrom(StructuredQuery.FieldReference) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
mergeFrom(StructuredQuery.Filter) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
mergeFrom(StructuredQuery.Order) - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
mergeFrom(StructuredQuery.Projection) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
mergeFrom(StructuredQuery.UnaryFilter) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.Target.Builder
 
mergeFrom(Target) - Method in class com.google.firestore.v1.Target.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.Target.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
mergeFrom(Target.DocumentsTarget) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
mergeFrom(Target.QueryTarget) - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.TargetChange.Builder
 
mergeFrom(TargetChange) - Method in class com.google.firestore.v1.TargetChange.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.TargetChange.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
mergeFrom(TransactionOptions) - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
mergeFrom(TransactionOptions.ReadOnly) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
mergeFrom(TransactionOptions.ReadWrite) - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
mergeFrom(UpdateDocumentRequest) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.Value.Builder
 
mergeFrom(Value) - Method in class com.google.firestore.v1.Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.Value.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.Write.Builder
 
mergeFrom(Write) - Method in class com.google.firestore.v1.Write.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.Write.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.WriteRequest.Builder
 
mergeFrom(WriteRequest) - Method in class com.google.firestore.v1.WriteRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.WriteRequest.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.WriteResponse.Builder
 
mergeFrom(WriteResponse) - Method in class com.google.firestore.v1.WriteResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.WriteResponse.Builder
 
mergeFrom(Message) - Method in class com.google.firestore.v1.WriteResult.Builder
 
mergeFrom(WriteResult) - Method in class com.google.firestore.v1.WriteResult.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.firestore.v1.WriteResult.Builder
 
mergeGeoPointValue(LatLng) - Method in class com.google.firestore.v1.Value.Builder
A geo point value representing a point on the surface of Earth.
mergeIncrement(Value) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Adds the given value to the field's current value.
mergeIndex(Index) - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
Required.
mergeIndex(Index) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
The index being changed.
mergeIndexConfig(Field.IndexConfig) - Method in class com.google.firestore.admin.v1.Field.Builder
The index configuration for this field.
mergeLimit(Int32Value) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The maximum number of results to return.
mergeMapValue(MapValue) - Method in class com.google.firestore.v1.Value.Builder
A map value.
mergeMask(DocumentMask) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The fields to return.
mergeMask(DocumentMask) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
The fields to return.
mergeMask(DocumentMask) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
The fields to return.
mergeMask(DocumentMask) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
mergeMask(DocumentMask) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to return.
mergeMaximum(Value) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the maximum of its current value and the given value.
mergeMetadata(BundleMetadata) - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundleMetadata metadata = 1;
mergeMinimum(Value) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the minimum of its current value and the given value.
mergeNamedQuery(NamedQuery) - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.NamedQuery named_query = 2;
mergeNewTransaction(TransactionOptions) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Starts a new transaction and reads the documents.
mergeNewTransaction(TransactionOptions) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Starts a new transaction as part of the query, defaulting to read-only.
mergeNewTransaction(TransactionOptions) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Starts a new transaction and reads the documents.
mergeOptions(TransactionOptions) - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
The options for the transaction.
mergeProgressBytes(Progress) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
mergeProgressBytes(Progress) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in bytes, of this operation.
mergeProgressBytes(Progress) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
mergeProgressBytes(Progress) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in bytes, of this operation.
mergeProgressDocuments(Progress) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in documents, of this operation.
mergeProgressDocuments(Progress) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in documents, of this operation.
mergeProgressDocuments(Progress) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in documents, of this operation.
mergeProgressDocuments(Progress) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in documents, of this operation.
mergeQuery(Target.QueryTarget) - Method in class com.google.firestore.v1.Target.Builder
A target specified by a query.
mergeReadOnly(TransactionOptions.ReadOnly) - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can only be used for read operations.
mergeReadTime(Timestamp) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The snapshot version of the document data bundled.
mergeReadTime(Timestamp) - Method in class com.google.firestore.bundle.NamedQuery.Builder
The read time of the query, when it is used to build the bundle.
mergeReadTime(Timestamp) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Reads documents as they were at the given time.
mergeReadTime(Timestamp) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
The time at which the document was read.
mergeReadTime(Timestamp) - Method in class com.google.firestore.v1.DocumentDelete.Builder
The read timestamp at which the delete was observed.
mergeReadTime(Timestamp) - Method in class com.google.firestore.v1.DocumentRemove.Builder
The read timestamp at which the remove was observed.
mergeReadTime(Timestamp) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Reads the version of the document at the given time.
mergeReadTime(Timestamp) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
Reads documents as they were at the given time.
mergeReadTime(Timestamp) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Perform the read at the provided time.
mergeReadTime(Timestamp) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
Reads documents as they were at the given time.
mergeReadTime(Timestamp) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Executes the query at the given timestamp.
mergeReadTime(Timestamp) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
The time at which the aggregate result was computed.
mergeReadTime(Timestamp) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Reads documents as they were at the given time.
mergeReadTime(Timestamp) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
The time at which the document was read.
mergeReadTime(Timestamp) - Method in class com.google.firestore.v1.Target.Builder
Start listening after a specific `read_time`.
mergeReadTime(Timestamp) - Method in class com.google.firestore.v1.TargetChange.Builder
The consistent `read_time` for the given `target_ids` (omitted when the target_ids are not at a consistent snapshot).
mergeReadTime(Timestamp) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
Reads documents at the given time.
mergeReadWrite(TransactionOptions.ReadWrite) - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can be used for both read and write operations.
mergeRemoveAllFromArray(ArrayValue) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Remove all of the given elements from the array in the field.
mergeResult(AggregationResult) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
A single aggregation result.
mergeSelect(StructuredQuery.Projection) - Method in class com.google.firestore.v1.StructuredQuery.Builder
Optional sub-set of the fields to return.
mergeStartAt(Cursor) - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to start the query at.
mergeStartTime(Timestamp) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation started.
mergeStartTime(Timestamp) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation started.
mergeStartTime(Timestamp) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation started.
mergeStartTime(Timestamp) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation started.
mergeStructuredAggregationQuery(StructuredAggregationQuery) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
An aggregation query.
mergeStructuredQuery(StructuredQuery) - Method in class com.google.firestore.bundle.BundledQuery.Builder
A structured query.
mergeStructuredQuery(StructuredQuery) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
A structured query.
mergeStructuredQuery(StructuredQuery) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
A structured query.
mergeStructuredQuery(StructuredQuery) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Nested structured query.
mergeStructuredQuery(StructuredQuery) - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
A structured query.
mergeTargetChange(TargetChange) - Method in class com.google.firestore.v1.ListenResponse.Builder
Targets have changed.
mergeTimestampValue(Timestamp) - Method in class com.google.firestore.v1.Value.Builder
A timestamp value.
mergeTransform(DocumentTransform) - Method in class com.google.firestore.v1.Write.Builder
Applies a transformation to a document.
mergeTtlConfig(Field.TtlConfig) - Method in class com.google.firestore.admin.v1.Field.Builder
The TTL configuration for this `Field`.
mergeTtlConfigDelta(FieldOperationMetadata.TtlConfigDelta) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
Describes the deltas of TTL configuration.
mergeUnaryFilter(StructuredQuery.UnaryFilter) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter that takes exactly one argument.
mergeUnchangedNames(BloomFilter) - Method in class com.google.firestore.v1.ExistenceFilter.Builder
A bloom filter that contains the UTF-8 byte encodings of the resource names of the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}` that have NOT changed since the query results indicated by the resume token or timestamp given in `Target.resume_type`.
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.Database.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.Field.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.Index.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.Progress.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.bundle.BundleElement.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.AggregationResult.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ArrayValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BitSequence.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BloomFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.CommitRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.CommitResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Cursor.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Document.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.DocumentChange.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.DocumentMask.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ListenRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ListenResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.MapValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Precondition.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Target.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.TargetChange.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Value.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Write.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.WriteRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.WriteResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.WriteResult.Builder
 
mergeUpdate(Document) - Method in class com.google.firestore.v1.Write.Builder
A document to write.
mergeUpdateMask(FieldMask) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
The list of fields to be updated.
mergeUpdateMask(FieldMask) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
A mask, relative to the field.
mergeUpdateMask(DocumentMask) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to update.
mergeUpdateMask(DocumentMask) - Method in class com.google.firestore.v1.Write.Builder
The fields to update in this write.
mergeUpdateTime(Timestamp) - Method in class com.google.firestore.v1.Document.Builder
Output only.
mergeUpdateTime(Timestamp) - Method in class com.google.firestore.v1.Precondition.Builder
When set, the target document must exist and have been last updated at that time.
mergeUpdateTime(Timestamp) - Method in class com.google.firestore.v1.WriteResult.Builder
The last update time of the document after applying the write.
mergeUpTo(Int64Value) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
Optional.
mergeValue(Value) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The value to compare to.
mergeWhere(StructuredQuery.Filter) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The filter to apply.
METADATA_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundleElement
 
MIN_PENDING_OPS - Static variable in class com.google.cloud.firestore.RecursiveDelete
The number of pending BulkWriter operations at which RecursiveDelete starts the next limit query to fetch descendants.
MINIMUM_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
MISSING_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BatchGetDocumentsResponse
 

N

NAME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Database
 
NAME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.DeleteIndexRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Field
 
NAME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.GetDatabaseRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.GetFieldRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.GetIndexRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Index
 
NAME_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundledDocumentMetadata
 
NAME_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.NamedQuery
 
NAME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DeleteDocumentRequest
 
NAME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Document
 
NAME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.GetDocumentRequest
 
NAMED_QUERY_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundleElement
 
NamedQuery - Class in com.google.firestore.bundle
A Query associated with a name, created as part of the bundle file, and can be read by client SDKs once the bundle containing them is loaded.
NamedQuery.Builder - Class in com.google.firestore.bundle
A Query associated with a name, created as part of the bundle file, and can be read by client SDKs once the bundle containing them is loaded.
NamedQueryOrBuilder - Interface in com.google.firestore.bundle
 
NEEDS_REPAIR_VALUE - Static variable in enum com.google.firestore.admin.v1.Field.TtlConfig.State
The TTL configuration could not be enabled for all existing documents.
NEEDS_REPAIR_VALUE - Static variable in enum com.google.firestore.admin.v1.Index.State
The index was being created, but something went wrong.
NEW_TRANSACTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BatchGetDocumentsRequest
 
NEW_TRANSACTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunAggregationQueryRequest
 
NEW_TRANSACTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunQueryRequest
 
newBlockingStub(Channel) - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class com.google.firestore.v1.FirestoreGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBuilder() - Static method in class com.google.cloud.firestore.FirestoreOptions
 
newBuilder() - Static method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns a new gRPC builder for this class.
newBuilder(ClientContext) - Static method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns a new builder for this class.
newBuilder() - Static method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns a new gRPC builder for this class.
newBuilder(ClientContext) - Static method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns a new builder for this class.
newBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns a new gRPC builder for this class.
newBuilder(ClientContext) - Static method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns a new builder for this class.
newBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns a new gRPC builder for this class.
newBuilder(ClientContext) - Static method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns a new builder for this class.
newBuilder() - Static method in class com.google.firestore.admin.v1.CollectionGroupName
 
newBuilder() - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
newBuilder(CreateIndexRequest) - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
newBuilder() - Static method in class com.google.firestore.admin.v1.Database
 
newBuilder(Database) - Static method in class com.google.firestore.admin.v1.Database
 
newBuilder() - Static method in class com.google.firestore.admin.v1.DatabaseName
 
newBuilder() - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
newBuilder(DeleteIndexRequest) - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
newBuilder() - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
newBuilder(ExportDocumentsMetadata) - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
newBuilder() - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
newBuilder(ExportDocumentsRequest) - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
newBuilder() - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
newBuilder(ExportDocumentsResponse) - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
newBuilder() - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
newBuilder(Field.IndexConfig) - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
newBuilder() - Static method in class com.google.firestore.admin.v1.Field
 
newBuilder(Field) - Static method in class com.google.firestore.admin.v1.Field
 
newBuilder() - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
newBuilder(Field.TtlConfig) - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
newBuilder() - Static method in class com.google.firestore.admin.v1.FieldName
 
newBuilder() - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
newBuilder(FieldOperationMetadata.IndexConfigDelta) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
newBuilder() - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
newBuilder(FieldOperationMetadata) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
newBuilder() - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
newBuilder(FieldOperationMetadata.TtlConfigDelta) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
newBuilder() - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
newBuilder(GetDatabaseRequest) - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
newBuilder() - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
newBuilder(GetFieldRequest) - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
newBuilder() - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
newBuilder(GetIndexRequest) - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
newBuilder() - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
newBuilder(ImportDocumentsMetadata) - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
newBuilder() - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
newBuilder(ImportDocumentsRequest) - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
newBuilder() - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
newBuilder(Index.IndexField) - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
newBuilder() - Static method in class com.google.firestore.admin.v1.Index
 
newBuilder(Index) - Static method in class com.google.firestore.admin.v1.Index
 
newBuilder() - Static method in class com.google.firestore.admin.v1.IndexName
 
newBuilder() - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
newBuilder(IndexOperationMetadata) - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
newBuilder() - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
newBuilder(ListDatabasesRequest) - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
newBuilder() - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
newBuilder(ListDatabasesResponse) - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
newBuilder() - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
newBuilder(ListFieldsRequest) - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
newBuilder() - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
newBuilder(ListFieldsResponse) - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
newBuilder() - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
newBuilder(ListIndexesRequest) - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
newBuilder() - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
newBuilder(ListIndexesResponse) - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
newBuilder() - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
newBuilder(LocationMetadata) - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
newBuilder() - Static method in class com.google.firestore.admin.v1.ParentName
 
newBuilder() - Static method in class com.google.firestore.admin.v1.Progress
 
newBuilder(Progress) - Static method in class com.google.firestore.admin.v1.Progress
 
newBuilder() - Static method in class com.google.firestore.admin.v1.ProjectName
 
newBuilder() - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
newBuilder(UpdateDatabaseMetadata) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
newBuilder() - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
newBuilder(UpdateDatabaseRequest) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
newBuilder() - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
newBuilder(UpdateFieldRequest) - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
newBuilder() - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
newBuilder(BundledDocumentMetadata) - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
newBuilder() - Static method in class com.google.firestore.bundle.BundledQuery
 
newBuilder(BundledQuery) - Static method in class com.google.firestore.bundle.BundledQuery
 
newBuilder() - Static method in class com.google.firestore.bundle.BundleElement
 
newBuilder(BundleElement) - Static method in class com.google.firestore.bundle.BundleElement
 
newBuilder() - Static method in class com.google.firestore.bundle.BundleMetadata
 
newBuilder(BundleMetadata) - Static method in class com.google.firestore.bundle.BundleMetadata
 
newBuilder() - Static method in class com.google.firestore.bundle.NamedQuery
 
newBuilder(NamedQuery) - Static method in class com.google.firestore.bundle.NamedQuery
 
newBuilder() - Static method in class com.google.firestore.v1.AggregationResult
 
newBuilder(AggregationResult) - Static method in class com.google.firestore.v1.AggregationResult
 
newBuilder() - Static method in class com.google.firestore.v1.AnyPathName
 
newBuilder() - Static method in class com.google.firestore.v1.ArrayValue
 
newBuilder(ArrayValue) - Static method in class com.google.firestore.v1.ArrayValue
 
newBuilder() - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
newBuilder(BatchGetDocumentsRequest) - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
newBuilder() - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
newBuilder(BatchGetDocumentsResponse) - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
newBuilder() - Static method in class com.google.firestore.v1.BatchWriteRequest
 
newBuilder(BatchWriteRequest) - Static method in class com.google.firestore.v1.BatchWriteRequest
 
newBuilder() - Static method in class com.google.firestore.v1.BatchWriteResponse
 
newBuilder(BatchWriteResponse) - Static method in class com.google.firestore.v1.BatchWriteResponse
 
newBuilder() - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
newBuilder(BeginTransactionRequest) - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
newBuilder() - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
newBuilder(BeginTransactionResponse) - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
newBuilder() - Static method in class com.google.firestore.v1.BitSequence
 
newBuilder(BitSequence) - Static method in class com.google.firestore.v1.BitSequence
 
newBuilder() - Static method in class com.google.firestore.v1.BloomFilter
 
newBuilder(BloomFilter) - Static method in class com.google.firestore.v1.BloomFilter
 
newBuilder() - Static method in class com.google.firestore.v1.CommitRequest
 
newBuilder(CommitRequest) - Static method in class com.google.firestore.v1.CommitRequest
 
newBuilder() - Static method in class com.google.firestore.v1.CommitResponse
 
newBuilder(CommitResponse) - Static method in class com.google.firestore.v1.CommitResponse
 
newBuilder() - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
newBuilder(CreateDocumentRequest) - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
newBuilder() - Static method in class com.google.firestore.v1.Cursor
 
newBuilder(Cursor) - Static method in class com.google.firestore.v1.Cursor
 
newBuilder() - Static method in class com.google.firestore.v1.DatabaseRootName
 
newBuilder() - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
newBuilder(DeleteDocumentRequest) - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
newBuilder() - Static method in class com.google.firestore.v1.Document
 
newBuilder(Document) - Static method in class com.google.firestore.v1.Document
 
newBuilder() - Static method in class com.google.firestore.v1.DocumentChange
 
newBuilder(DocumentChange) - Static method in class com.google.firestore.v1.DocumentChange
 
newBuilder() - Static method in class com.google.firestore.v1.DocumentDelete
 
newBuilder(DocumentDelete) - Static method in class com.google.firestore.v1.DocumentDelete
 
newBuilder() - Static method in class com.google.firestore.v1.DocumentMask
 
newBuilder(DocumentMask) - Static method in class com.google.firestore.v1.DocumentMask
 
newBuilder() - Static method in class com.google.firestore.v1.DocumentPathName
 
newBuilder() - Static method in class com.google.firestore.v1.DocumentRemove
 
newBuilder(DocumentRemove) - Static method in class com.google.firestore.v1.DocumentRemove
 
newBuilder() - Static method in class com.google.firestore.v1.DocumentRootName
 
newBuilder() - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
newBuilder(DocumentTransform.FieldTransform) - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
newBuilder() - Static method in class com.google.firestore.v1.DocumentTransform
 
newBuilder(DocumentTransform) - Static method in class com.google.firestore.v1.DocumentTransform
 
newBuilder() - Static method in class com.google.firestore.v1.ExistenceFilter
 
newBuilder(ExistenceFilter) - Static method in class com.google.firestore.v1.ExistenceFilter
 
newBuilder() - Static method in class com.google.firestore.v1.GetDocumentRequest
 
newBuilder(GetDocumentRequest) - Static method in class com.google.firestore.v1.GetDocumentRequest
 
newBuilder() - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
newBuilder(ListCollectionIdsRequest) - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
newBuilder() - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
newBuilder(ListCollectionIdsResponse) - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
newBuilder() - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
newBuilder(ListDocumentsRequest) - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
newBuilder() - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
newBuilder(ListDocumentsResponse) - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
newBuilder() - Static method in class com.google.firestore.v1.ListenRequest
 
newBuilder(ListenRequest) - Static method in class com.google.firestore.v1.ListenRequest
 
newBuilder() - Static method in class com.google.firestore.v1.ListenResponse
 
newBuilder(ListenResponse) - Static method in class com.google.firestore.v1.ListenResponse
 
newBuilder() - Static method in class com.google.firestore.v1.MapValue
 
newBuilder(MapValue) - Static method in class com.google.firestore.v1.MapValue
 
newBuilder() - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
newBuilder(PartitionQueryRequest) - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
newBuilder() - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
newBuilder(PartitionQueryResponse) - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
newBuilder() - Static method in class com.google.firestore.v1.Precondition
 
newBuilder(Precondition) - Static method in class com.google.firestore.v1.Precondition
 
newBuilder() - Static method in class com.google.firestore.v1.RollbackRequest
 
newBuilder(RollbackRequest) - Static method in class com.google.firestore.v1.RollbackRequest
 
newBuilder() - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
newBuilder(RunAggregationQueryRequest) - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
newBuilder() - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
newBuilder(RunAggregationQueryResponse) - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
newBuilder() - Static method in class com.google.firestore.v1.RunQueryRequest
 
newBuilder(RunQueryRequest) - Static method in class com.google.firestore.v1.RunQueryRequest
 
newBuilder() - Static method in class com.google.firestore.v1.RunQueryResponse
 
newBuilder(RunQueryResponse) - Static method in class com.google.firestore.v1.RunQueryResponse
 
newBuilder() - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
newBuilder(StructuredAggregationQuery.Aggregation.Count) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
newBuilder() - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
newBuilder(StructuredAggregationQuery.Aggregation) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
newBuilder() - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
newBuilder(StructuredAggregationQuery) - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
newBuilder() - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
newBuilder(StructuredQuery.CollectionSelector) - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
newBuilder() - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
newBuilder(StructuredQuery.CompositeFilter) - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
newBuilder() - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
newBuilder(StructuredQuery.FieldFilter) - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
newBuilder() - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
newBuilder(StructuredQuery.FieldReference) - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
newBuilder() - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
newBuilder(StructuredQuery.Filter) - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
newBuilder() - Static method in class com.google.firestore.v1.StructuredQuery
 
newBuilder(StructuredQuery) - Static method in class com.google.firestore.v1.StructuredQuery
 
newBuilder() - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
newBuilder(StructuredQuery.Order) - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
newBuilder() - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
newBuilder(StructuredQuery.Projection) - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
newBuilder() - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
newBuilder(StructuredQuery.UnaryFilter) - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
newBuilder() - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
newBuilder(Target.DocumentsTarget) - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
newBuilder() - Static method in class com.google.firestore.v1.Target
 
newBuilder(Target) - Static method in class com.google.firestore.v1.Target
 
newBuilder() - Static method in class com.google.firestore.v1.Target.QueryTarget
 
newBuilder(Target.QueryTarget) - Static method in class com.google.firestore.v1.Target.QueryTarget
 
newBuilder() - Static method in class com.google.firestore.v1.TargetChange
 
newBuilder(TargetChange) - Static method in class com.google.firestore.v1.TargetChange
 
newBuilder() - Static method in class com.google.firestore.v1.TransactionOptions
 
newBuilder(TransactionOptions) - Static method in class com.google.firestore.v1.TransactionOptions
 
newBuilder() - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
newBuilder(TransactionOptions.ReadOnly) - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
newBuilder() - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
newBuilder(TransactionOptions.ReadWrite) - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
newBuilder() - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
newBuilder(UpdateDocumentRequest) - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
newBuilder() - Static method in class com.google.firestore.v1.Value
 
newBuilder(Value) - Static method in class com.google.firestore.v1.Value
 
newBuilder() - Static method in class com.google.firestore.v1.Write
 
newBuilder(Write) - Static method in class com.google.firestore.v1.Write
 
newBuilder() - Static method in class com.google.firestore.v1.WriteRequest
 
newBuilder(WriteRequest) - Static method in class com.google.firestore.v1.WriteRequest
 
newBuilder() - Static method in class com.google.firestore.v1.WriteResponse
 
newBuilder(WriteResponse) - Static method in class com.google.firestore.v1.WriteResponse
 
newBuilder() - Static method in class com.google.firestore.v1.WriteResult
 
newBuilder(WriteResult) - Static method in class com.google.firestore.v1.WriteResult
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.CreateIndexRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.CreateIndexRequest
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.Database
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.Database
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.Field.IndexConfig
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.Field
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.Field
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.Field.TtlConfig
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.Field.TtlConfig
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.GetFieldRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.GetFieldRequest
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.GetIndexRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.GetIndexRequest
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.Index.IndexField
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.Index.IndexField
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.Index
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.Index
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.ListFieldsRequest
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.ListFieldsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.ListFieldsResponse
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.ListIndexesRequest
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.ListIndexesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.ListIndexesResponse
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.LocationMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.LocationMetadata
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.Progress
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.Progress
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
newBuilderForType() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
newBuilderForType() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.bundle.BundledDocumentMetadata
 
newBuilderForType() - Method in class com.google.firestore.bundle.BundledQuery
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.bundle.BundledQuery
 
newBuilderForType() - Method in class com.google.firestore.bundle.BundleElement
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.bundle.BundleElement
 
newBuilderForType() - Method in class com.google.firestore.bundle.BundleMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.bundle.BundleMetadata
 
newBuilderForType() - Method in class com.google.firestore.bundle.NamedQuery
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.bundle.NamedQuery
 
newBuilderForType() - Method in class com.google.firestore.v1.AggregationResult
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.AggregationResult
 
newBuilderForType() - Method in class com.google.firestore.v1.ArrayValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.ArrayValue
 
newBuilderForType() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
newBuilderForType() - Method in class com.google.firestore.v1.BatchWriteRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.BatchWriteRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.BatchWriteResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.BatchWriteResponse
 
newBuilderForType() - Method in class com.google.firestore.v1.BeginTransactionRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.BeginTransactionRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.BeginTransactionResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.BeginTransactionResponse
 
newBuilderForType() - Method in class com.google.firestore.v1.BitSequence
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.BitSequence
 
newBuilderForType() - Method in class com.google.firestore.v1.BloomFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.BloomFilter
 
newBuilderForType() - Method in class com.google.firestore.v1.CommitRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.CommitRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.CommitResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.CommitResponse
 
newBuilderForType() - Method in class com.google.firestore.v1.CreateDocumentRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.CreateDocumentRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.Cursor
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.Cursor
 
newBuilderForType() - Method in class com.google.firestore.v1.DeleteDocumentRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.DeleteDocumentRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.Document
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.Document
 
newBuilderForType() - Method in class com.google.firestore.v1.DocumentChange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.DocumentChange
 
newBuilderForType() - Method in class com.google.firestore.v1.DocumentDelete
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.DocumentDelete
 
newBuilderForType() - Method in class com.google.firestore.v1.DocumentMask
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.DocumentMask
 
newBuilderForType() - Method in class com.google.firestore.v1.DocumentRemove
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.DocumentRemove
 
newBuilderForType() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
newBuilderForType() - Method in class com.google.firestore.v1.DocumentTransform
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.DocumentTransform
 
newBuilderForType() - Method in class com.google.firestore.v1.ExistenceFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.ExistenceFilter
 
newBuilderForType() - Method in class com.google.firestore.v1.GetDocumentRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.GetDocumentRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.ListCollectionIdsRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.ListCollectionIdsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.ListCollectionIdsResponse
 
newBuilderForType() - Method in class com.google.firestore.v1.ListDocumentsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.ListDocumentsRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.ListDocumentsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.ListDocumentsResponse
 
newBuilderForType() - Method in class com.google.firestore.v1.ListenRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.ListenRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.ListenResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.ListenResponse
 
newBuilderForType() - Method in class com.google.firestore.v1.MapValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.MapValue
 
newBuilderForType() - Method in class com.google.firestore.v1.PartitionQueryRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.PartitionQueryRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.PartitionQueryResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.PartitionQueryResponse
 
newBuilderForType() - Method in class com.google.firestore.v1.Precondition
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.Precondition
 
newBuilderForType() - Method in class com.google.firestore.v1.RollbackRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.RollbackRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.RunAggregationQueryRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.RunAggregationQueryResponse
 
newBuilderForType() - Method in class com.google.firestore.v1.RunQueryRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.RunQueryRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.RunQueryResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.RunQueryResponse
 
newBuilderForType() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
newBuilderForType() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
newBuilderForType() - Method in class com.google.firestore.v1.StructuredAggregationQuery
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.StructuredAggregationQuery
 
newBuilderForType() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
newBuilderForType() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
newBuilderForType() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
newBuilderForType() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
newBuilderForType() - Method in class com.google.firestore.v1.StructuredQuery.Filter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.StructuredQuery.Filter
 
newBuilderForType() - Method in class com.google.firestore.v1.StructuredQuery
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.StructuredQuery
 
newBuilderForType() - Method in class com.google.firestore.v1.StructuredQuery.Order
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.StructuredQuery.Order
 
newBuilderForType() - Method in class com.google.firestore.v1.StructuredQuery.Projection
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.StructuredQuery.Projection
 
newBuilderForType() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
newBuilderForType() - Method in class com.google.firestore.v1.Target.DocumentsTarget
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.Target.DocumentsTarget
 
newBuilderForType() - Method in class com.google.firestore.v1.Target
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.Target
 
newBuilderForType() - Method in class com.google.firestore.v1.Target.QueryTarget
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.Target.QueryTarget
 
newBuilderForType() - Method in class com.google.firestore.v1.TargetChange
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.TargetChange
 
newBuilderForType() - Method in class com.google.firestore.v1.TransactionOptions
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.TransactionOptions
 
newBuilderForType() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
newBuilderForType() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
newBuilderForType() - Method in class com.google.firestore.v1.UpdateDocumentRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.UpdateDocumentRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.Value
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.Value
 
newBuilderForType() - Method in class com.google.firestore.v1.Write
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.Write
 
newBuilderForType() - Method in class com.google.firestore.v1.WriteRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.WriteRequest
 
newBuilderForType() - Method in class com.google.firestore.v1.WriteResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.WriteResponse
 
newBuilderForType() - Method in class com.google.firestore.v1.WriteResult
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.firestore.v1.WriteResult
 
newFutureStub(Channel) - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class com.google.firestore.v1.FirestoreGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newHttpJsonBuilder() - Static method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns a new REST builder for this class.
newHttpJsonBuilder() - Static method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns a new REST builder for this class.
newHttpJsonBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns a new REST builder for this class.
newHttpJsonBuilder() - Static method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns a new REST builder for this class.
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.CreateIndexRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.Database
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.Field.IndexConfig
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.Field
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.Field.TtlConfig
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.GetFieldRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.GetIndexRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.Index.IndexField
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.Index
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.ListFieldsRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.ListFieldsResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.ListIndexesRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.ListIndexesResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.LocationMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.Progress
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.bundle.BundledDocumentMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.bundle.BundledQuery
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.bundle.BundleElement
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.bundle.BundleMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.bundle.NamedQuery
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.AggregationResult
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.ArrayValue
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.BatchWriteRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.BatchWriteResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.BeginTransactionRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.BeginTransactionResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.BitSequence
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.BloomFilter
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.CommitRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.CommitResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.CreateDocumentRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.Cursor
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.DeleteDocumentRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.Document
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.DocumentChange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.DocumentDelete
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.DocumentMask
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.DocumentRemove
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.DocumentTransform
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.ExistenceFilter
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.GetDocumentRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.ListCollectionIdsRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.ListCollectionIdsResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.ListDocumentsRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.ListDocumentsResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.ListenRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.ListenResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.MapValue
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.PartitionQueryRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.PartitionQueryResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.Precondition
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.RollbackRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.RunAggregationQueryRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.RunAggregationQueryResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.RunQueryRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.RunQueryResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.StructuredAggregationQuery
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.StructuredQuery.Filter
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.StructuredQuery
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.StructuredQuery.Order
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.StructuredQuery.Projection
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.Target.DocumentsTarget
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.Target
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.Target.QueryTarget
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.TargetChange
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.TransactionOptions
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.UpdateDocumentRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.Value
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.Write
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.WriteRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.WriteResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class com.google.firestore.v1.WriteResult
 
newStub(Channel) - Static method in class com.google.firestore.admin.v1.FirestoreAdminGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class com.google.firestore.v1.FirestoreGrpc
Creates a new async stub that supports all call types for the service
next() - Method in class com.google.cloud.firestore.collection.ImmutableSortedMapIterator
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ListFieldsResponse
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ListIndexesResponse
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListCollectionIdsResponse
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListDocumentsResponse
 
NEXT_PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.firestore.v1.PartitionQueryResponse
 
NO_CHANGE_VALUE - Static variable in enum com.google.firestore.v1.TargetChange.TargetChangeType
No change has occurred.
NodeVisitor() - Constructor for class com.google.cloud.firestore.collection.LLRBNode.NodeVisitor
 
NONE - Static variable in class com.google.cloud.firestore.Precondition
An empty Precondition that adds no enforcements
NOT_EQUAL_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
The given `field` is not equal to the given `value`.
NOT_IN_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
The value of the `field` is not in the given array.
notEqualTo(String, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field is not equal to the given value.
notEqualTo(FieldPath, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field is not equal to the given value.
notInArray(String, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field does not equal any of the given values.
notInArray(FieldPath, Object) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter for checking that the given field does not equal any of the given values.
NULL_VALUE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Value
 

O

of(String...) - Static method in class com.google.cloud.firestore.FieldMask
Creates a FieldMask from the provided field paths.
of(FieldPath...) - Static method in class com.google.cloud.firestore.FieldMask
Creates a FieldMask from the provided field paths.
of(String...) - Static method in class com.google.cloud.firestore.FieldPath
Creates a FieldPath from the provided field names.
of(String, String, String) - Static method in class com.google.firestore.admin.v1.CollectionGroupName
 
of(String, String) - Static method in class com.google.firestore.admin.v1.DatabaseName
 
of(String, String, String, String) - Static method in class com.google.firestore.admin.v1.FieldName
 
of(String, String, String, String) - Static method in class com.google.firestore.admin.v1.IndexName
 
of(String, String, String) - Static method in class com.google.firestore.admin.v1.ParentName
 
of(String) - Static method in class com.google.firestore.admin.v1.ProjectName
 
of(String, String, String, String) - Static method in class com.google.firestore.v1.AnyPathName
 
of(String, String) - Static method in class com.google.firestore.v1.DatabaseRootName
 
of(String, String, String) - Static method in class com.google.firestore.v1.DocumentPathName
 
of(String, String) - Static method in class com.google.firestore.v1.DocumentRootName
 
offset(int) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query that skips the first n results.
OFFSET_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery
 
ONCE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Target
 
onError(BulkWriterException) - Method in interface com.google.cloud.firestore.BulkWriter.WriteErrorCallback
 
onEvent(T, FirestoreException) - Method in interface com.google.cloud.firestore.EventListener
onEvent will be called with the new value or the error if an error occurred.
onResult(DocumentReference, WriteResult) - Method in interface com.google.cloud.firestore.BulkWriter.WriteResultCallback
 
OP_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
OP_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
OP_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
OPERATION_STATE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
OPERATION_STATE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
OPERATION_STATE_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.admin.v1.OperationState
Unspecified.
OperationProto - Class in com.google.firestore.admin.v1
 
OperationState - Enum in com.google.firestore.admin.v1
Describes the state of the operation.
OPERATOR_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator
Unspecified.
OPERATOR_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
Unspecified.
OPERATOR_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
Unspecified.
OPTIMISTIC_VALUE - Static variable in enum com.google.firestore.admin.v1.Database.ConcurrencyMode
Use optimistic concurrency control by default.
OPTIMISTIC_WITH_ENTITY_GROUPS_VALUE - Static variable in enum com.google.firestore.admin.v1.Database.ConcurrencyMode
Use optimistic concurrency control with entity groups by default.
OPTIONS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BeginTransactionRequest
 
or(Filter...) - Static method in class com.google.cloud.firestore.Filter
Creates a new filter that is a disjunction of the given filters.
OR_VALUE - Static variable in enum com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator
Documents are required to satisfy at least one of the combined filters.
ORDER_BY_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListDocumentsRequest
 
ORDER_BY_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery
 
ORDER_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Index.IndexField
 
ORDER_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.admin.v1.Index.IndexField.Order
The ordering is unspecified.
orderBy(String) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query that's additionally sorted by the specified field.
orderBy(FieldPath) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query that's additionally sorted by the specified field.
orderBy(String, Query.Direction) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query that's additionally sorted by the specified field, optionally in descending order instead of ascending.
orderBy(FieldPath, Query.Direction) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query that's additionally sorted by the specified field, optionally in descending order instead of ascending.
OUTPUT_URI_PREFIX_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
OUTPUT_URI_PREFIX_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
OUTPUT_URI_PREFIX_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ExportDocumentsResponse
 

P

PADDING_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BitSequence
 
PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ListFieldsRequest
 
PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ListIndexesRequest
 
PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListCollectionIdsRequest
 
PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListDocumentsRequest
 
PAGE_SIZE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.PartitionQueryRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ListFieldsRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ListIndexesRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListCollectionIdsRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListDocumentsRequest
 
PAGE_TOKEN_FIELD_NUMBER - Static variable in class com.google.firestore.v1.PartitionQueryRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.CreateIndexRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ListDatabasesRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ListFieldsRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ListIndexesRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundledQuery
 
PARENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.CreateDocumentRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListCollectionIdsRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListDocumentsRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.PartitionQueryRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunAggregationQueryRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunQueryRequest
 
PARENT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Target.QueryTarget
 
ParentName - Class in com.google.firestore.admin.v1
AUTO-GENERATED DOCUMENTATION AND CLASS
ParentName.Builder - Class in com.google.firestore.admin.v1
Builder for ParentName.
parse(String) - Static method in class com.google.firestore.admin.v1.CollectionGroupName
 
parse(String) - Static method in class com.google.firestore.admin.v1.DatabaseName
 
parse(String) - Static method in class com.google.firestore.admin.v1.FieldName
 
parse(String) - Static method in class com.google.firestore.admin.v1.IndexName
 
parse(String) - Static method in class com.google.firestore.admin.v1.ParentName
 
parse(String) - Static method in class com.google.firestore.admin.v1.ProjectName
 
parse(String) - Static method in class com.google.firestore.v1.AnyPathName
 
parse(String) - Static method in class com.google.firestore.v1.DatabaseRootName
 
parse(String) - Static method in class com.google.firestore.v1.DocumentPathName
 
parse(String) - Static method in class com.google.firestore.v1.DocumentRootName
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.Database
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Database
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.Field
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.Index
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Index
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.Progress
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Progress
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.bundle.BundledQuery
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundledQuery
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.bundle.BundleElement
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundleElement
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.bundle.BundleMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundleMetadata
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.bundle.NamedQuery
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.NamedQuery
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.AggregationResult
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.AggregationResult
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.ArrayValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ArrayValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.BatchWriteRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchWriteRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.BatchWriteResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchWriteResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.BitSequence
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BitSequence
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.BloomFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BloomFilter
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.CommitRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CommitRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.CommitResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CommitResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.Cursor
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Cursor
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.Document
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Document
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.DocumentChange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentChange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.DocumentDelete
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentDelete
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.DocumentMask
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentMask
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.DocumentRemove
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentRemove
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.DocumentTransform
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentTransform
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.ExistenceFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ExistenceFilter
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.GetDocumentRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.GetDocumentRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.ListenRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListenRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.ListenResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListenResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.MapValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.MapValue
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.Precondition
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Precondition
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.RollbackRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RollbackRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.RunQueryRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunQueryRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.RunQueryResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunQueryResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.Target
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.Target.QueryTarget
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target.QueryTarget
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.TargetChange
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TargetChange
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.TransactionOptions
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Value
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.Write
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Write
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.WriteRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.WriteResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.firestore.v1.WriteResult
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteResult
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.Database
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Database
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.Database
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Database
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.Database
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Database
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.Database
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Database
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.Database
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Database
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.Field
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.Field
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.Field
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.Field
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.Field
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.Index
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Index
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.Index
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Index
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.Index
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Index
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.Index
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Index
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.Index
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Index
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.Progress
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Progress
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.Progress
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Progress
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.Progress
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Progress
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.Progress
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Progress
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.Progress
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.Progress
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
parseFrom(ByteString) - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
parseFrom(byte[]) - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
parseFrom(InputStream) - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.bundle.BundledQuery
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundledQuery
 
parseFrom(ByteString) - Static method in class com.google.firestore.bundle.BundledQuery
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundledQuery
 
parseFrom(byte[]) - Static method in class com.google.firestore.bundle.BundledQuery
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundledQuery
 
parseFrom(InputStream) - Static method in class com.google.firestore.bundle.BundledQuery
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundledQuery
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.bundle.BundledQuery
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundledQuery
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.bundle.BundleElement
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundleElement
 
parseFrom(ByteString) - Static method in class com.google.firestore.bundle.BundleElement
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundleElement
 
parseFrom(byte[]) - Static method in class com.google.firestore.bundle.BundleElement
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundleElement
 
parseFrom(InputStream) - Static method in class com.google.firestore.bundle.BundleElement
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundleElement
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.bundle.BundleElement
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundleElement
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.bundle.BundleMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundleMetadata
 
parseFrom(ByteString) - Static method in class com.google.firestore.bundle.BundleMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundleMetadata
 
parseFrom(byte[]) - Static method in class com.google.firestore.bundle.BundleMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundleMetadata
 
parseFrom(InputStream) - Static method in class com.google.firestore.bundle.BundleMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundleMetadata
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.bundle.BundleMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundleMetadata
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.bundle.NamedQuery
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.NamedQuery
 
parseFrom(ByteString) - Static method in class com.google.firestore.bundle.NamedQuery
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.NamedQuery
 
parseFrom(byte[]) - Static method in class com.google.firestore.bundle.NamedQuery
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.NamedQuery
 
parseFrom(InputStream) - Static method in class com.google.firestore.bundle.NamedQuery
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.NamedQuery
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.bundle.NamedQuery
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.NamedQuery
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.AggregationResult
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.AggregationResult
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.AggregationResult
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.AggregationResult
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.AggregationResult
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.AggregationResult
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.AggregationResult
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.AggregationResult
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.AggregationResult
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.AggregationResult
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.ArrayValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ArrayValue
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.ArrayValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ArrayValue
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.ArrayValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ArrayValue
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.ArrayValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ArrayValue
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.ArrayValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ArrayValue
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.BatchWriteRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchWriteRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.BatchWriteRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchWriteRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.BatchWriteRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchWriteRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.BatchWriteRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchWriteRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.BatchWriteRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchWriteRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.BatchWriteResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchWriteResponse
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.BatchWriteResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchWriteResponse
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.BatchWriteResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchWriteResponse
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.BatchWriteResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchWriteResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.BatchWriteResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BatchWriteResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.BitSequence
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BitSequence
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.BitSequence
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BitSequence
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.BitSequence
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BitSequence
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.BitSequence
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BitSequence
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.BitSequence
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BitSequence
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.BloomFilter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BloomFilter
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.BloomFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BloomFilter
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.BloomFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BloomFilter
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.BloomFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BloomFilter
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.BloomFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BloomFilter
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.CommitRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CommitRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.CommitRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CommitRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.CommitRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CommitRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.CommitRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CommitRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.CommitRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CommitRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.CommitResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CommitResponse
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.CommitResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CommitResponse
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.CommitResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CommitResponse
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.CommitResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CommitResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.CommitResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CommitResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.Cursor
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Cursor
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.Cursor
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Cursor
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.Cursor
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Cursor
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.Cursor
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Cursor
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.Cursor
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Cursor
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.Document
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Document
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.Document
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Document
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.Document
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Document
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.Document
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Document
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.Document
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Document
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.DocumentChange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentChange
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.DocumentChange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentChange
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.DocumentChange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentChange
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.DocumentChange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentChange
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.DocumentChange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentChange
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.DocumentDelete
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentDelete
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.DocumentDelete
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentDelete
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.DocumentDelete
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentDelete
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.DocumentDelete
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentDelete
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.DocumentDelete
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentDelete
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.DocumentMask
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentMask
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.DocumentMask
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentMask
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.DocumentMask
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentMask
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.DocumentMask
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentMask
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.DocumentMask
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentMask
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.DocumentRemove
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentRemove
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.DocumentRemove
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentRemove
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.DocumentRemove
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentRemove
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.DocumentRemove
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentRemove
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.DocumentRemove
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentRemove
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.DocumentTransform
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentTransform
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.DocumentTransform
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentTransform
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.DocumentTransform
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentTransform
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.DocumentTransform
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentTransform
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.DocumentTransform
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentTransform
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.ExistenceFilter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ExistenceFilter
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.ExistenceFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ExistenceFilter
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.ExistenceFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ExistenceFilter
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.ExistenceFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ExistenceFilter
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.ExistenceFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ExistenceFilter
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.GetDocumentRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.GetDocumentRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.GetDocumentRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.GetDocumentRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.GetDocumentRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.GetDocumentRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.GetDocumentRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.GetDocumentRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.GetDocumentRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.GetDocumentRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.ListenRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListenRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.ListenRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListenRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.ListenRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListenRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.ListenRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListenRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.ListenRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListenRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.ListenResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListenResponse
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.ListenResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListenResponse
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.ListenResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListenResponse
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.ListenResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListenResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.ListenResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.ListenResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.MapValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.MapValue
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.MapValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.MapValue
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.MapValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.MapValue
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.MapValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.MapValue
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.MapValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.MapValue
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.Precondition
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Precondition
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.Precondition
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Precondition
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.Precondition
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Precondition
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.Precondition
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Precondition
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.Precondition
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Precondition
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.RollbackRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RollbackRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.RollbackRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RollbackRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.RollbackRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RollbackRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.RollbackRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RollbackRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.RollbackRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RollbackRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.RunQueryRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunQueryRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.RunQueryRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunQueryRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.RunQueryRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunQueryRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.RunQueryRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunQueryRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.RunQueryRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunQueryRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.RunQueryResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunQueryResponse
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.RunQueryResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunQueryResponse
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.RunQueryResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunQueryResponse
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.RunQueryResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunQueryResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.RunQueryResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.RunQueryResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.StructuredQuery
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.StructuredQuery
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.StructuredQuery
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.StructuredQuery
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.Target
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.Target
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.Target
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.Target
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.Target
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.Target.QueryTarget
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target.QueryTarget
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.Target.QueryTarget
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target.QueryTarget
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.Target.QueryTarget
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target.QueryTarget
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.Target.QueryTarget
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target.QueryTarget
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.Target.QueryTarget
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Target.QueryTarget
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.TargetChange
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TargetChange
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.TargetChange
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TargetChange
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.TargetChange
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TargetChange
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.TargetChange
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TargetChange
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.TargetChange
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TargetChange
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.TransactionOptions
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.TransactionOptions
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.TransactionOptions
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.TransactionOptions
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.TransactionOptions
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.Value
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Value
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Value
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Value
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Value
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Value
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.Write
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Write
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.Write
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Write
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.Write
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Write
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.Write
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Write
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.Write
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.Write
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.WriteRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteRequest
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.WriteRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteRequest
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.WriteRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteRequest
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.WriteRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.WriteRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteRequest
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.WriteResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteResponse
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.WriteResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteResponse
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.WriteResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteResponse
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.WriteResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.WriteResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteResponse
 
parseFrom(ByteBuffer) - Static method in class com.google.firestore.v1.WriteResult
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteResult
 
parseFrom(ByteString) - Static method in class com.google.firestore.v1.WriteResult
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteResult
 
parseFrom(byte[]) - Static method in class com.google.firestore.v1.WriteResult
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteResult
 
parseFrom(InputStream) - Static method in class com.google.firestore.v1.WriteResult
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteResult
 
parseFrom(CodedInputStream) - Static method in class com.google.firestore.v1.WriteResult
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteResult
 
parseList(List<String>) - Static method in class com.google.firestore.admin.v1.CollectionGroupName
 
parseList(List<String>) - Static method in class com.google.firestore.admin.v1.DatabaseName
 
parseList(List<String>) - Static method in class com.google.firestore.admin.v1.FieldName
 
parseList(List<String>) - Static method in class com.google.firestore.admin.v1.IndexName
 
parseList(List<String>) - Static method in class com.google.firestore.admin.v1.ParentName
 
parseList(List<String>) - Static method in class com.google.firestore.admin.v1.ProjectName
 
parseList(List<String>) - Static method in class com.google.firestore.v1.AnyPathName
 
parseList(List<String>) - Static method in class com.google.firestore.v1.DatabaseRootName
 
parseList(List<String>) - Static method in class com.google.firestore.v1.DocumentPathName
 
parseList(List<String>) - Static method in class com.google.firestore.v1.DocumentRootName
 
parser() - Static method in class com.google.firestore.admin.v1.CreateIndexRequest
 
parser() - Static method in class com.google.firestore.admin.v1.Database
 
parser() - Static method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
parser() - Static method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
parser() - Static method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
parser() - Static method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
parser() - Static method in class com.google.firestore.admin.v1.Field.IndexConfig
 
parser() - Static method in class com.google.firestore.admin.v1.Field
 
parser() - Static method in class com.google.firestore.admin.v1.Field.TtlConfig
 
parser() - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
parser() - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
parser() - Static method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
parser() - Static method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
parser() - Static method in class com.google.firestore.admin.v1.GetFieldRequest
 
parser() - Static method in class com.google.firestore.admin.v1.GetIndexRequest
 
parser() - Static method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
parser() - Static method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
parser() - Static method in class com.google.firestore.admin.v1.Index.IndexField
 
parser() - Static method in class com.google.firestore.admin.v1.Index
 
parser() - Static method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
parser() - Static method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
parser() - Static method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
parser() - Static method in class com.google.firestore.admin.v1.ListFieldsRequest
 
parser() - Static method in class com.google.firestore.admin.v1.ListFieldsResponse
 
parser() - Static method in class com.google.firestore.admin.v1.ListIndexesRequest
 
parser() - Static method in class com.google.firestore.admin.v1.ListIndexesResponse
 
parser() - Static method in class com.google.firestore.admin.v1.LocationMetadata
 
parser() - Static method in class com.google.firestore.admin.v1.Progress
 
parser() - Static method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
parser() - Static method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
parser() - Static method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
parser() - Static method in class com.google.firestore.bundle.BundledDocumentMetadata
 
parser() - Static method in class com.google.firestore.bundle.BundledQuery
 
parser() - Static method in class com.google.firestore.bundle.BundleElement
 
parser() - Static method in class com.google.firestore.bundle.BundleMetadata
 
parser() - Static method in class com.google.firestore.bundle.NamedQuery
 
parser() - Static method in class com.google.firestore.v1.AggregationResult
 
parser() - Static method in class com.google.firestore.v1.ArrayValue
 
parser() - Static method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
parser() - Static method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
parser() - Static method in class com.google.firestore.v1.BatchWriteRequest
 
parser() - Static method in class com.google.firestore.v1.BatchWriteResponse
 
parser() - Static method in class com.google.firestore.v1.BeginTransactionRequest
 
parser() - Static method in class com.google.firestore.v1.BeginTransactionResponse
 
parser() - Static method in class com.google.firestore.v1.BitSequence
 
parser() - Static method in class com.google.firestore.v1.BloomFilter
 
parser() - Static method in class com.google.firestore.v1.CommitRequest
 
parser() - Static method in class com.google.firestore.v1.CommitResponse
 
parser() - Static method in class com.google.firestore.v1.CreateDocumentRequest
 
parser() - Static method in class com.google.firestore.v1.Cursor
 
parser() - Static method in class com.google.firestore.v1.DeleteDocumentRequest
 
parser() - Static method in class com.google.firestore.v1.Document
 
parser() - Static method in class com.google.firestore.v1.DocumentChange
 
parser() - Static method in class com.google.firestore.v1.DocumentDelete
 
parser() - Static method in class com.google.firestore.v1.DocumentMask
 
parser() - Static method in class com.google.firestore.v1.DocumentRemove
 
parser() - Static method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
parser() - Static method in class com.google.firestore.v1.DocumentTransform
 
parser() - Static method in class com.google.firestore.v1.ExistenceFilter
 
parser() - Static method in class com.google.firestore.v1.GetDocumentRequest
 
parser() - Static method in class com.google.firestore.v1.ListCollectionIdsRequest
 
parser() - Static method in class com.google.firestore.v1.ListCollectionIdsResponse
 
parser() - Static method in class com.google.firestore.v1.ListDocumentsRequest
 
parser() - Static method in class com.google.firestore.v1.ListDocumentsResponse
 
parser() - Static method in class com.google.firestore.v1.ListenRequest
 
parser() - Static method in class com.google.firestore.v1.ListenResponse
 
parser() - Static method in class com.google.firestore.v1.MapValue
 
parser() - Static method in class com.google.firestore.v1.PartitionQueryRequest
 
parser() - Static method in class com.google.firestore.v1.PartitionQueryResponse
 
parser() - Static method in class com.google.firestore.v1.Precondition
 
parser() - Static method in class com.google.firestore.v1.RollbackRequest
 
parser() - Static method in class com.google.firestore.v1.RunAggregationQueryRequest
 
parser() - Static method in class com.google.firestore.v1.RunAggregationQueryResponse
 
parser() - Static method in class com.google.firestore.v1.RunQueryRequest
 
parser() - Static method in class com.google.firestore.v1.RunQueryResponse
 
parser() - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
parser() - Static method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
parser() - Static method in class com.google.firestore.v1.StructuredAggregationQuery
 
parser() - Static method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
parser() - Static method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
parser() - Static method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
parser() - Static method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
parser() - Static method in class com.google.firestore.v1.StructuredQuery.Filter
 
parser() - Static method in class com.google.firestore.v1.StructuredQuery.Order
 
parser() - Static method in class com.google.firestore.v1.StructuredQuery
 
parser() - Static method in class com.google.firestore.v1.StructuredQuery.Projection
 
parser() - Static method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
parser() - Static method in class com.google.firestore.v1.Target.DocumentsTarget
 
parser() - Static method in class com.google.firestore.v1.Target
 
parser() - Static method in class com.google.firestore.v1.Target.QueryTarget
 
parser() - Static method in class com.google.firestore.v1.TargetChange
 
parser() - Static method in class com.google.firestore.v1.TransactionOptions
 
parser() - Static method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
parser() - Static method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
parser() - Static method in class com.google.firestore.v1.UpdateDocumentRequest
 
parser() - Static method in class com.google.firestore.v1.Value
 
parser() - Static method in class com.google.firestore.v1.Write
 
parser() - Static method in class com.google.firestore.v1.WriteRequest
 
parser() - Static method in class com.google.firestore.v1.WriteResponse
 
parser() - Static method in class com.google.firestore.v1.WriteResult
 
PARTITION_COUNT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.PartitionQueryRequest
 
partitionQuery(PartitionQueryRequest) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Partitions a query by returning partition cursors that can be used to run the query in parallel.
partitionQuery(PartitionQueryRequest, StreamObserver<PartitionQueryResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Partitions a query by returning partition cursors that can be used to run the query in parallel.
partitionQuery(PartitionQueryRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
Partitions a query by returning partition cursors that can be used to run the query in parallel.
partitionQuery(PartitionQueryRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
Partitions a query by returning partition cursors that can be used to run the query in parallel.
partitionQuery(PartitionQueryRequest, StreamObserver<PartitionQueryResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Partitions a query by returning partition cursors that can be used to run the query in parallel.
partitionQueryCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Partitions a query by returning partition cursors that can be used to run the query in parallel.
partitionQueryCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
partitionQueryCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
partitionQueryCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
partitionQueryPagedCallable() - Method in interface com.google.cloud.firestore.spi.v1.FirestoreRpc
 
partitionQueryPagedCallable() - Method in class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
partitionQueryPagedCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Partitions a query by returning partition cursors that can be used to run the query in parallel.
partitionQueryPagedCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
partitionQueryPagedCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
partitionQueryPagedCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
PartitionQueryRequest - Class in com.google.firestore.v1
The request for [Firestore.PartitionQuery][google.firestore.v1.Firestore.PartitionQuery].
PartitionQueryRequest.Builder - Class in com.google.firestore.v1
The request for [Firestore.PartitionQuery][google.firestore.v1.Firestore.PartitionQuery].
PartitionQueryRequest.ConsistencySelectorCase - Enum in com.google.firestore.v1
 
PartitionQueryRequest.QueryTypeCase - Enum in com.google.firestore.v1
 
PartitionQueryRequestOrBuilder - Interface in com.google.firestore.v1
 
PartitionQueryResponse - Class in com.google.firestore.v1
The response for [Firestore.PartitionQuery][google.firestore.v1.Firestore.PartitionQuery].
PartitionQueryResponse.Builder - Class in com.google.firestore.v1
The response for [Firestore.PartitionQuery][google.firestore.v1.Firestore.PartitionQuery].
PartitionQueryResponseOrBuilder - Interface in com.google.firestore.v1
 
partitionQuerySettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to partitionQuery.
partitionQuerySettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to partitionQuery.
partitionQuerySettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to partitionQuery.
partitionQuerySettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to partitionQuery.
PARTITIONS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.PartitionQueryResponse
 
PESSIMISTIC_VALUE - Static variable in enum com.google.firestore.admin.v1.Database.ConcurrencyMode
Use pessimistic concurrency control by default.
Precondition - Class in com.google.cloud.firestore
Preconditions that can be used to restrict update() calls.
Precondition - Class in com.google.firestore.v1
A precondition on a document, used for conditional operations.
Precondition.Builder - Class in com.google.firestore.v1
A precondition on a document, used for conditional operations.
Precondition.ConditionTypeCase - Enum in com.google.firestore.v1
 
PreconditionOrBuilder - Interface in com.google.firestore.v1
 
PROCESSING_VALUE - Static variable in enum com.google.firestore.admin.v1.OperationState
Request is actively being processed.
Progress - Class in com.google.firestore.admin.v1
Describes the progress of the operation.
Progress.Builder - Class in com.google.firestore.admin.v1
Describes the progress of the operation.
PROGRESS_BYTES_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
PROGRESS_BYTES_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.FieldOperationMetadata
 
PROGRESS_BYTES_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
PROGRESS_BYTES_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.IndexOperationMetadata
 
PROGRESS_DOCUMENTS_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
PROGRESS_DOCUMENTS_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.FieldOperationMetadata
 
PROGRESS_DOCUMENTS_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
PROGRESS_DOCUMENTS_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.IndexOperationMetadata
 
ProgressOrBuilder - Interface in com.google.firestore.admin.v1
 
projectIdRequired() - Method in class com.google.cloud.firestore.FirestoreOptions
 
ProjectName - Class in com.google.firestore.admin.v1
 
ProjectName() - Constructor for class com.google.firestore.admin.v1.ProjectName
Deprecated.
ProjectName.Builder - Class in com.google.firestore.admin.v1
Builder for projects/{project}.
PropertyName - Annotation Type in com.google.cloud.firestore.annotation
Marks a field to be renamed when serialized.
protoFromSnapshot(DocumentSnapshot) - Method in class com.google.cloud.firestore.Internal
 
putAggregateFields(String, Value) - Method in class com.google.firestore.v1.AggregationResult.Builder
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
putAllAggregateFields(Map<String, Value>) - Method in class com.google.firestore.v1.AggregationResult.Builder
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
putAllFields(Map<String, Value>) - Method in class com.google.firestore.v1.Document.Builder
The document's fields.
putAllFields(Map<String, Value>) - Method in class com.google.firestore.v1.MapValue.Builder
The map's fields.
putAllLabels(Map<String, String>) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
Labels associated with this batch write.
putAllLabels(Map<String, String>) - Method in class com.google.firestore.v1.ListenRequest.Builder
Labels associated with this target change.
putAllLabels(Map<String, String>) - Method in class com.google.firestore.v1.WriteRequest.Builder
Labels associated with this write request.
putFields(String, Value) - Method in class com.google.firestore.v1.Document.Builder
The document's fields.
putFields(String, Value) - Method in class com.google.firestore.v1.MapValue.Builder
The map's fields.
putLabels(String, String) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
Labels associated with this batch write.
putLabels(String, String) - Method in class com.google.firestore.v1.ListenRequest.Builder
Labels associated with this target change.
putLabels(String, String) - Method in class com.google.firestore.v1.WriteRequest.Builder
Labels associated with this write request.

Q

QUERIES_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundledDocumentMetadata
 
Query - Class in com.google.cloud.firestore
A Query which you can read or listen to.
Query(FirestoreRpcContext<?>, Query.QueryOptions) - Constructor for class com.google.cloud.firestore.Query
 
Query.Direction - Enum in com.google.cloud.firestore
The direction of a sort.
QUERY_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Target
 
QUERY_SCOPE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Index
 
QUERY_SCOPE_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.admin.v1.Index.QueryScope
The query scope is unspecified.
QueryDocumentSnapshot - Class in com.google.cloud.firestore
A QueryDocumentSnapshot contains data read from a document in a Firestore database as part of a query.
QueryPartition - Class in com.google.cloud.firestore
A split point that can be used in a query as a starting and/or end point for the query results.
QueryPartition(Query, Object[], Object[]) - Constructor for class com.google.cloud.firestore.QueryPartition
 
QueryProto - Class in com.google.firestore.v1
 
QuerySnapshot - Class in com.google.cloud.firestore
A QuerySnapshot contains the results of a query.
QuerySnapshot(Query, Timestamp) - Constructor for class com.google.cloud.firestore.QuerySnapshot
 

R

RBTreeSortedMap<K,V> - Class in com.google.cloud.firestore.collection
This is a red-black tree backed implementation of ImmutableSortedMap.
READ_ONLY_FIELD_NUMBER - Static variable in class com.google.firestore.v1.TransactionOptions
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundledDocumentMetadata
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.NamedQuery
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BatchGetDocumentsRequest
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BatchGetDocumentsResponse
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentDelete
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentRemove
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.GetDocumentRequest
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListCollectionIdsRequest
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListDocumentsRequest
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.PartitionQueryRequest
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunAggregationQueryRequest
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunAggregationQueryResponse
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunQueryRequest
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunQueryResponse
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Target
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.TargetChange
 
READ_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
READ_WRITE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.TransactionOptions
 
READY_VALUE - Static variable in enum com.google.firestore.admin.v1.Index.State
The index is ready to be used.
recursiveDelete(CollectionReference) - Method in interface com.google.cloud.firestore.Firestore
Recursively deletes all documents and subcollections at and under the specified level.
recursiveDelete(CollectionReference, BulkWriter) - Method in interface com.google.cloud.firestore.Firestore
Recursively deletes all documents and subcollections at and under the specified level.
recursiveDelete(DocumentReference) - Method in interface com.google.cloud.firestore.Firestore
Recursively deletes all documents and subcollections at and under the specified level.
recursiveDelete(DocumentReference, BulkWriter) - Method in interface com.google.cloud.firestore.Firestore
Recursively deletes all documents and subcollections at and under the specified level.
RecursiveDelete - Class in com.google.cloud.firestore
Class used to store state required for running a recursive delete operation.
REFERENCE_NAME_MIN_ID - Static variable in class com.google.cloud.firestore.RecursiveDelete
Datastore allowed numeric IDs where Firestore only allows strings.
REFERENCE_VALUE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Value
 
refresh() - Method in class com.google.cloud.firestore.FirestoreOptions.EmulatorCredentials
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.DatabaseProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.firestore.admin.v1.DatabaseProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FieldProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.firestore.admin.v1.FieldProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.FirestoreAdminProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.firestore.admin.v1.FirestoreAdminProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.IndexProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.firestore.admin.v1.IndexProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.LocationProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.firestore.admin.v1.LocationProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.firestore.admin.v1.OperationProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.firestore.admin.v1.OperationProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.firestore.bundle.BundleProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.firestore.bundle.BundleProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.firestore.v1.AggregationResultProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.firestore.v1.AggregationResultProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.firestore.v1.BloomFilterProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.firestore.v1.BloomFilterProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.firestore.v1.CommonProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.firestore.v1.CommonProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.firestore.v1.DocumentProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.firestore.v1.DocumentProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.firestore.v1.FirestoreProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.firestore.v1.FirestoreProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.firestore.v1.QueryProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.firestore.v1.QueryProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.firestore.v1.WriteProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.firestore.v1.WriteProto
 
remove(K) - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
remove(K) - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
remove() - Method in class com.google.cloud.firestore.collection.ImmutableSortedMapIterator
 
remove(T) - Method in class com.google.cloud.firestore.collection.ImmutableSortedSet
 
remove(K, Comparator<K>) - Method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
remove(K, Comparator<K>) - Method in interface com.google.cloud.firestore.collection.LLRBNode
 
remove(K, Comparator<K>) - Method in class com.google.cloud.firestore.collection.LLRBValueNode
 
remove(K) - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
remove() - Method in interface com.google.cloud.firestore.ListenerRegistration
Removes the listener being tracked by this ListenerRegistration.
REMOVE_ALL_FROM_ARRAY_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
REMOVE_TARGET_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListenRequest
 
REMOVE_VALUE - Static variable in enum com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType
The single field index is being removed.
REMOVE_VALUE - Static variable in enum com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType
The TTL config is being removed.
REMOVE_VALUE - Static variable in enum com.google.firestore.v1.TargetChange.TargetChangeType
The targets have been removed.
removeAggregateFields(String) - Method in class com.google.firestore.v1.AggregationResult.Builder
The result of the aggregation functions, ex: `COUNT(*) AS total_docs`.
removeAggregations(int) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
REMOVED_TARGET_IDS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentChange
 
REMOVED_TARGET_IDS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentDelete
 
REMOVED_TARGET_IDS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentRemove
 
removeDatabases(int) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
removeDocuments(int) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
removeFields(int) - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
removeFields(int) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
removeFields(String) - Method in class com.google.firestore.v1.Document.Builder
The document's fields.
removeFields(String) - Method in class com.google.firestore.v1.MapValue.Builder
The map's fields.
removeFields(int) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
removeFieldTransforms(int) - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
removeFilters(int) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
removeFrom(int) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
removeIndexConfigDeltas(int) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
removeIndexes(int) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
removeIndexes(int) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
removeLabels(String) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
Labels associated with this batch write.
removeLabels(String) - Method in class com.google.firestore.v1.ListenRequest.Builder
Labels associated with this target change.
removeLabels(String) - Method in class com.google.firestore.v1.WriteRequest.Builder
Labels associated with this write request.
removeOrderBy(int) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
removePartitions(int) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
removeStatus(int) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
removeTransformResults(int) - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
removeUpdateTransforms(int) - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
removeValues(int) - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
removeValues(int) - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
removeWriteResults(int) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
removeWriteResults(int) - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
removeWriteResults(int) - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
removeWrites(int) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
removeWrites(int) - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
removeWrites(int) - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
REQUEST_TIME_VALUE - Static variable in enum com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue
The time at which the server processed the request, with millisecond precision.
RESET_VALUE - Static variable in enum com.google.firestore.v1.TargetChange.TargetChangeType
The targets have been reset, and a new initial state for the targets will be returned in subsequent changes.
RESULT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunAggregationQueryResponse
 
RESUME_TOKEN_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Target
 
RESUME_TOKEN_FIELD_NUMBER - Static variable in class com.google.firestore.v1.TargetChange
 
RETRY_MAX_BATCH_SIZE - Static variable in class com.google.cloud.firestore.BulkWriter
The maximum number of writes that can be in a batch containing retries.
RETRY_TRANSACTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
reverseIterator() - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
reverseIterator() - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
reverseIterator() - Method in class com.google.cloud.firestore.collection.ImmutableSortedSet
 
reverseIterator() - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
reverseIteratorFrom(K) - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
reverseIteratorFrom(K) - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
reverseIteratorFrom(T) - Method in class com.google.cloud.firestore.collection.ImmutableSortedSet
 
reverseIteratorFrom(K) - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
REVERTING_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Field.IndexConfig
 
rollback(String, ByteString) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Rolls back a transaction.
rollback(RollbackRequest) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Rolls back a transaction.
rollback(RollbackRequest, StreamObserver<Empty>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Rolls back a transaction.
rollback(RollbackRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
Rolls back a transaction.
rollback(RollbackRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
Rolls back a transaction.
rollback(RollbackRequest, StreamObserver<Empty>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Rolls back a transaction.
rollbackCallable() - Method in interface com.google.cloud.firestore.spi.v1.FirestoreRpc
Rolls back a transaction.
rollbackCallable() - Method in class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
rollbackCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Rolls back a transaction.
rollbackCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
rollbackCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
rollbackCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
RollbackRequest - Class in com.google.firestore.v1
The request for [Firestore.Rollback][google.firestore.v1.Firestore.Rollback].
RollbackRequest.Builder - Class in com.google.firestore.v1
The request for [Firestore.Rollback][google.firestore.v1.Firestore.Rollback].
RollbackRequestOrBuilder - Interface in com.google.firestore.v1
 
rollbackSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to rollback.
rollbackSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to rollback.
rollbackSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to rollback.
rollbackSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to rollback.
run() - Method in class com.google.cloud.firestore.RecursiveDelete
 
runAggregationQuery(RunAggregationQueryRequest, StreamObserver<RunAggregationQueryResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Runs an aggregation query.
runAggregationQuery(RunAggregationQueryRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
Runs an aggregation query.
runAggregationQuery(RunAggregationQueryRequest, StreamObserver<RunAggregationQueryResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Runs an aggregation query.
runAggregationQueryCallable() - Method in interface com.google.cloud.firestore.spi.v1.FirestoreRpc
Runs an aggregation query.
runAggregationQueryCallable() - Method in class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
runAggregationQueryCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Runs an aggregation query.
runAggregationQueryCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
runAggregationQueryCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
runAggregationQueryCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
RunAggregationQueryRequest - Class in com.google.firestore.v1
The request for [Firestore.RunAggregationQuery][google.firestore.v1.Firestore.RunAggregationQuery].
RunAggregationQueryRequest.Builder - Class in com.google.firestore.v1
The request for [Firestore.RunAggregationQuery][google.firestore.v1.Firestore.RunAggregationQuery].
RunAggregationQueryRequest.ConsistencySelectorCase - Enum in com.google.firestore.v1
 
RunAggregationQueryRequest.QueryTypeCase - Enum in com.google.firestore.v1
 
RunAggregationQueryRequestOrBuilder - Interface in com.google.firestore.v1
 
RunAggregationQueryResponse - Class in com.google.firestore.v1
The response for [Firestore.RunAggregationQuery][google.firestore.v1.Firestore.RunAggregationQuery].
RunAggregationQueryResponse.Builder - Class in com.google.firestore.v1
The response for [Firestore.RunAggregationQuery][google.firestore.v1.Firestore.RunAggregationQuery].
RunAggregationQueryResponseOrBuilder - Interface in com.google.firestore.v1
 
runAggregationQuerySettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to runAggregationQuery.
runAggregationQuerySettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to runAggregationQuery.
runAggregationQuerySettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to runAggregationQuery.
runAggregationQuerySettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to runAggregationQuery.
runAsyncTransaction(Transaction.AsyncFunction<T>) - Method in interface com.google.cloud.firestore.Firestore
Executes the given updateFunction and then attempts to commit the changes applied within the transaction.
runAsyncTransaction(Transaction.AsyncFunction<T>, TransactionOptions) - Method in interface com.google.cloud.firestore.Firestore
Executes the given updateFunction and then attempts to commit the changes applied within the transaction.
runQuery(RunQueryRequest, StreamObserver<RunQueryResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Runs a query.
runQuery(RunQueryRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
Runs a query.
runQuery(RunQueryRequest, StreamObserver<RunQueryResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Runs a query.
runQueryCallable() - Method in interface com.google.cloud.firestore.spi.v1.FirestoreRpc
Runs a query.
runQueryCallable() - Method in class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
runQueryCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Runs a query.
runQueryCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
runQueryCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
runQueryCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
RunQueryRequest - Class in com.google.firestore.v1
The request for [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
RunQueryRequest.Builder - Class in com.google.firestore.v1
The request for [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
RunQueryRequest.ConsistencySelectorCase - Enum in com.google.firestore.v1
 
RunQueryRequest.QueryTypeCase - Enum in com.google.firestore.v1
 
RunQueryRequestOrBuilder - Interface in com.google.firestore.v1
 
RunQueryResponse - Class in com.google.firestore.v1
The response for [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
RunQueryResponse.Builder - Class in com.google.firestore.v1
The response for [Firestore.RunQuery][google.firestore.v1.Firestore.RunQuery].
RunQueryResponse.ContinuationSelectorCase - Enum in com.google.firestore.v1
 
RunQueryResponseOrBuilder - Interface in com.google.firestore.v1
 
runQuerySettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to runQuery.
runQuerySettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to runQuery.
runQuerySettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to runQuery.
runQuerySettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to runQuery.
runTransaction(Transaction.Function<T>) - Method in interface com.google.cloud.firestore.Firestore
Executes the given updateFunction and then attempts to commit the changes applied within the transaction.
runTransaction(Transaction.Function<T>, TransactionOptions) - Method in interface com.google.cloud.firestore.Firestore
Executes the given updateFunction and then attempts to commit the changes applied within the transaction.

S

select(String...) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query instance that applies a field mask to the result and returns the specified subset of fields.
select(FieldPath...) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query instance that applies a field mask to the result and returns the specified subset of fields.
SELECT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery
 
SERVER_VALUE_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue
Unspecified.
ServerTimestamp - Annotation Type in com.google.cloud.firestore.annotation
Annotation used to mark a timestamp field as being populated via Server Timestamps.
serverTimestamp() - Static method in class com.google.cloud.firestore.FieldValue
Returns a sentinel used with set() or update() to include a server-generated timestamp in the written data.
SERVICE_NAME - Static variable in class com.google.firestore.admin.v1.FirestoreAdminGrpc
 
SERVICE_NAME - Static variable in class com.google.firestore.v1.FirestoreGrpc
 
set(DocumentReference, Map<String, Object>) - Method in class com.google.cloud.firestore.BulkWriter
Write to the document referred to by the provided DocumentReference.
set(DocumentReference, Map<String, Object>, SetOptions) - Method in class com.google.cloud.firestore.BulkWriter
Write to the document referred to by the provided DocumentReference.
set(DocumentReference, Object, SetOptions) - Method in class com.google.cloud.firestore.BulkWriter
Write to the document referred to by the provided DocumentReference.
set(DocumentReference, Object) - Method in class com.google.cloud.firestore.BulkWriter
Write to the document referred to by the provided DocumentReference.
set(Map<String, Object>) - Method in class com.google.cloud.firestore.DocumentReference
Overwrites the document referred to by this DocumentReference.
set(Map<String, Object>, SetOptions) - Method in class com.google.cloud.firestore.DocumentReference
Writes to the document referred to by this DocumentReference.
set(Object) - Method in class com.google.cloud.firestore.DocumentReference
Overwrites the document referred to by this DocumentReference.
set(Object, SetOptions) - Method in class com.google.cloud.firestore.DocumentReference
Writes to the document referred to by this DocumentReference.
set(DocumentReference, Map<String, Object>) - Method in class com.google.cloud.firestore.UpdateBuilder
Overwrites the document referred to by this DocumentReference.
set(DocumentReference, Map<String, Object>, SetOptions) - Method in class com.google.cloud.firestore.UpdateBuilder
Overwrites the document referred to by this DocumentReference.
set(DocumentReference, Object) - Method in class com.google.cloud.firestore.UpdateBuilder
Overwrites the document referred to by this DocumentReference.
set(DocumentReference, Object, SetOptions) - Method in class com.google.cloud.firestore.UpdateBuilder
Overwrites the document referred to by this DocumentReference.
SET_TO_SERVER_VALUE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
setAddTarget(Target) - Method in class com.google.firestore.v1.ListenRequest.Builder
A target to add to this stream.
setAddTarget(Target.Builder) - Method in class com.google.firestore.v1.ListenRequest.Builder
A target to add to this stream.
setAggregations(int, StructuredAggregationQuery.Aggregation) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
setAggregations(int, StructuredAggregationQuery.Aggregation.Builder) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Optional.
setAlias(String) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
Optional.
setAliasBytes(ByteString) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
Optional.
setAllDescendants(boolean) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
When false, selects only collections that are immediate children of the `parent` specified in the containing `RunQueryRequest`.
setAncestorField(String) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
Output only.
setAncestorFieldBytes(ByteString) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
Output only.
setAnyPath(String) - Method in class com.google.firestore.v1.AnyPathName.Builder
 
setApiScope(Index.ApiScope) - Method in class com.google.firestore.admin.v1.Index.Builder
The API scope supported by this index.
setApiScopeValue(int) - Method in class com.google.firestore.admin.v1.Index.Builder
The API scope supported by this index.
setAppendMissingElements(ArrayValue) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Append the given elements in order if they are not already present in the current field value.
setAppendMissingElements(ArrayValue.Builder) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Append the given elements in order if they are not already present in the current field value.
setAppEngineIntegrationMode(Database.AppEngineIntegrationMode) - Method in class com.google.firestore.admin.v1.Database.Builder
The App Engine integration mode to use for this database.
setAppEngineIntegrationModeValue(int) - Method in class com.google.firestore.admin.v1.Database.Builder
The App Engine integration mode to use for this database.
setArrayConfig(Index.IndexField.ArrayConfig) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Indicates that this field supports operations on `array_value`s.
setArrayConfigValue(int) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Indicates that this field supports operations on `array_value`s.
setArrayValue(ArrayValue) - Method in class com.google.firestore.v1.Value.Builder
An array value.
setArrayValue(ArrayValue.Builder) - Method in class com.google.firestore.v1.Value.Builder
An array value.
setBefore(boolean) - Method in class com.google.firestore.v1.Cursor.Builder
If the position is just before or just after the given values, relative to the sort order defined by the query.
setBitmap(ByteString) - Method in class com.google.firestore.v1.BitSequence.Builder
The bytes that encode the bit sequence.
setBits(BitSequence) - Method in class com.google.firestore.v1.BloomFilter.Builder
The bloom filter data.
setBits(BitSequence.Builder) - Method in class com.google.firestore.v1.BloomFilter.Builder
The bloom filter data.
setBooleanValue(boolean) - Method in class com.google.firestore.v1.Value.Builder
A boolean value.
setBundledQuery(BundledQuery) - Method in class com.google.firestore.bundle.NamedQuery.Builder
The query saved in the bundle.
setBundledQuery(BundledQuery.Builder) - Method in class com.google.firestore.bundle.NamedQuery.Builder
The query saved in the bundle.
setBytesValue(ByteString) - Method in class com.google.firestore.v1.Value.Builder
A bytes value.
setCause(Status) - Method in class com.google.firestore.v1.TargetChange.Builder
The error that resulted in this change, if applicable.
setCause(Status.Builder) - Method in class com.google.firestore.v1.TargetChange.Builder
The error that resulted in this change, if applicable.
setChangeType(FieldOperationMetadata.IndexConfigDelta.ChangeType) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
Specifies how the index is changing.
setChangeType(FieldOperationMetadata.TtlConfigDelta.ChangeType) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
Specifies how the TTL configuration is changing.
setChangeTypeValue(int) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
Specifies how the index is changing.
setChangeTypeValue(int) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
Specifies how the TTL configuration is changing.
setChannelProvider(TransportChannelProvider) - Method in class com.google.cloud.firestore.FirestoreOptions.Builder
Sets the TransportChannelProvider to use with this Firestore client.
setCollection(String) - Method in class com.google.firestore.admin.v1.CollectionGroupName.Builder
 
setCollection(String) - Method in class com.google.firestore.admin.v1.FieldName.Builder
 
setCollection(String) - Method in class com.google.firestore.admin.v1.IndexName.Builder
 
setCollectionId(String) - Method in class com.google.firestore.admin.v1.ParentName.Builder
 
setCollectionId(String) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
setCollectionId(String) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
setCollectionId(String) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
The collection ID.
setCollectionIdBytes(ByteString) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
setCollectionIdBytes(ByteString) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
setCollectionIdBytes(ByteString) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
The collection ID.
setCollectionIds(int, String) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
Which collection ids are being exported.
setCollectionIds(int, String) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
Which collection ids to export.
setCollectionIds(int, String) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
Which collection ids are being imported.
setCollectionIds(int, String) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Which collection ids to import.
setCollectionIds(int, String) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
The collection ids.
setCommitTime(Timestamp) - Method in class com.google.firestore.v1.CommitResponse.Builder
The time at which the commit occurred.
setCommitTime(Timestamp.Builder) - Method in class com.google.firestore.v1.CommitResponse.Builder
The time at which the commit occurred.
setCommitTime(Timestamp) - Method in class com.google.firestore.v1.WriteResponse.Builder
The time at which the commit occurred.
setCommitTime(Timestamp.Builder) - Method in class com.google.firestore.v1.WriteResponse.Builder
The time at which the commit occurred.
setCompletedWork(long) - Method in class com.google.firestore.admin.v1.Progress.Builder
The amount of work completed.
setCompositeFilter(StructuredQuery.CompositeFilter) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A composite filter.
setCompositeFilter(StructuredQuery.CompositeFilter.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A composite filter.
setConcurrencyMode(Database.ConcurrencyMode) - Method in class com.google.firestore.admin.v1.Database.Builder
The concurrency control mode to use for this database.
setConcurrencyModeValue(int) - Method in class com.google.firestore.admin.v1.Database.Builder
The concurrency control mode to use for this database.
setCount(int) - Method in class com.google.firestore.v1.ExistenceFilter.Builder
The total count of documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id].
setCount(StructuredAggregationQuery.Aggregation.Count) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
Count aggregator.
setCount(StructuredAggregationQuery.Aggregation.Count.Builder) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
Count aggregator.
setCreateTime(Timestamp) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
Time at which the documents snapshot is taken for this bundle.
setCreateTime(Timestamp.Builder) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
Time at which the documents snapshot is taken for this bundle.
setCreateTime(Timestamp) - Method in class com.google.firestore.v1.Document.Builder
Output only.
setCreateTime(Timestamp.Builder) - Method in class com.google.firestore.v1.Document.Builder
Output only.
setCredentialsProvider(CredentialsProvider) - Method in class com.google.cloud.firestore.FirestoreOptions.Builder
Sets the CredentialsProvider to use with this Firestore client.
setCurrentDocument(Precondition) - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
An optional precondition on the document.
setCurrentDocument(Precondition.Builder) - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
An optional precondition on the document.
setCurrentDocument(Precondition) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
An optional precondition on the document.
setCurrentDocument(Precondition.Builder) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
An optional precondition on the document.
setCurrentDocument(Precondition) - Method in class com.google.firestore.v1.Write.Builder
An optional precondition on the document.
setCurrentDocument(Precondition.Builder) - Method in class com.google.firestore.v1.Write.Builder
An optional precondition on the document.
setDatabase(String) - Method in class com.google.firestore.admin.v1.CollectionGroupName.Builder
 
setDatabase(String) - Method in class com.google.firestore.admin.v1.DatabaseName.Builder
 
setDatabase(String) - Method in class com.google.firestore.admin.v1.FieldName.Builder
 
setDatabase(String) - Method in class com.google.firestore.admin.v1.IndexName.Builder
 
setDatabase(String) - Method in class com.google.firestore.admin.v1.ParentName.Builder
 
setDatabase(Database) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
Required.
setDatabase(Database.Builder) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
Required.
setDatabase(String) - Method in class com.google.firestore.v1.AnyPathName.Builder
 
setDatabase(String) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Required.
setDatabase(String) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
Required.
setDatabase(String) - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
Required.
setDatabase(String) - Method in class com.google.firestore.v1.CommitRequest.Builder
Required.
setDatabase(String) - Method in class com.google.firestore.v1.DatabaseRootName.Builder
 
setDatabase(String) - Method in class com.google.firestore.v1.DocumentPathName.Builder
 
setDatabase(String) - Method in class com.google.firestore.v1.DocumentRootName.Builder
 
setDatabase(String) - Method in class com.google.firestore.v1.ListenRequest.Builder
Required.
setDatabase(String) - Method in class com.google.firestore.v1.RollbackRequest.Builder
Required.
setDatabase(String) - Method in class com.google.firestore.v1.WriteRequest.Builder
Required.
setDatabaseBytes(ByteString) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Required.
setDatabaseBytes(ByteString) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
Required.
setDatabaseBytes(ByteString) - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
Required.
setDatabaseBytes(ByteString) - Method in class com.google.firestore.v1.CommitRequest.Builder
Required.
setDatabaseBytes(ByteString) - Method in class com.google.firestore.v1.ListenRequest.Builder
Required.
setDatabaseBytes(ByteString) - Method in class com.google.firestore.v1.RollbackRequest.Builder
Required.
setDatabaseBytes(ByteString) - Method in class com.google.firestore.v1.WriteRequest.Builder
Required.
setDatabaseId(String) - Method in class com.google.cloud.firestore.FirestoreOptions.Builder
Sets the database ID to use with this Firestore client.
setDatabases(int, Database) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
setDatabases(int, Database.Builder) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
The databases in the project.
setDelete(String) - Method in class com.google.firestore.v1.Write.Builder
A document name to delete.
setDeleteBytes(ByteString) - Method in class com.google.firestore.v1.Write.Builder
A document name to delete.
setDirection(StructuredQuery.Direction) - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
The direction to order by.
setDirectionValue(int) - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
The direction to order by.
setDocument(Document) - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.v1.Document document = 4;
setDocument(Document.Builder) - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.v1.Document document = 4;
setDocument(String) - Method in class com.google.firestore.v1.AnyPathName.Builder
 
setDocument(Document) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
setDocument(Document.Builder) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
setDocument(Document) - Method in class com.google.firestore.v1.DocumentChange.Builder
The new state of the [Document][google.firestore.v1.Document].
setDocument(Document.Builder) - Method in class com.google.firestore.v1.DocumentChange.Builder
The new state of the [Document][google.firestore.v1.Document].
setDocument(String) - Method in class com.google.firestore.v1.DocumentDelete.Builder
The resource name of the [Document][google.firestore.v1.Document] that was deleted.
setDocument(String) - Method in class com.google.firestore.v1.DocumentRemove.Builder
The resource name of the [Document][google.firestore.v1.Document] that has gone out of view.
setDocument(String) - Method in class com.google.firestore.v1.DocumentTransform.Builder
The name of the document to transform.
setDocument(Document) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
A query result, not set when reporting partial progress.
setDocument(Document.Builder) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
A query result, not set when reporting partial progress.
setDocument(Document) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
Required.
setDocument(Document.Builder) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
Required.
setDocumentBytes(ByteString) - Method in class com.google.firestore.v1.DocumentDelete.Builder
The resource name of the [Document][google.firestore.v1.Document] that was deleted.
setDocumentBytes(ByteString) - Method in class com.google.firestore.v1.DocumentRemove.Builder
The resource name of the [Document][google.firestore.v1.Document] that has gone out of view.
setDocumentBytes(ByteString) - Method in class com.google.firestore.v1.DocumentTransform.Builder
The name of the document to transform.
setDocumentChange(DocumentChange) - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has changed.
setDocumentChange(DocumentChange.Builder) - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has changed.
setDocumentDelete(DocumentDelete) - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been deleted.
setDocumentDelete(DocumentDelete.Builder) - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been deleted.
setDocumentId(String) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
The client-assigned document ID to use for this document.
setDocumentIdBytes(ByteString) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
The client-assigned document ID to use for this document.
setDocumentMetadata(BundledDocumentMetadata) - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
setDocumentMetadata(BundledDocumentMetadata.Builder) - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundledDocumentMetadata document_metadata = 3;
setDocumentPath(String) - Method in class com.google.firestore.v1.DocumentPathName.Builder
 
setDocumentRemove(DocumentRemove) - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
setDocumentRemove(DocumentRemove.Builder) - Method in class com.google.firestore.v1.ListenResponse.Builder
A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
setDocuments(int, String) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The names of the documents to retrieve.
setDocuments(int, Document) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
setDocuments(int, Document.Builder) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
The Documents found.
setDocuments(Target.DocumentsTarget) - Method in class com.google.firestore.v1.Target.Builder
A target specified by a set of document names.
setDocuments(Target.DocumentsTarget.Builder) - Method in class com.google.firestore.v1.Target.Builder
A target specified by a set of document names.
setDocuments(int, String) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
The names of the documents to retrieve.
setDone(boolean) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
If present, Firestore has completely finished the request and no more documents will be returned.
setDoubleValue(double) - Method in class com.google.firestore.v1.Value.Builder
A double value.
setEmulatorHost(String) - Method in class com.google.cloud.firestore.FirestoreOptions.Builder
Sets the emulator host to use with this Firestore client.
setEndAt(Cursor) - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to end the query at.
setEndAt(Cursor.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to end the query at.
setEndTime(Timestamp) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation completed.
setEndTime(Timestamp.Builder) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation completed.
setEndTime(Timestamp) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation completed.
setEndTime(Timestamp.Builder) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation completed.
setEndTime(Timestamp) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation completed.
setEndTime(Timestamp.Builder) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation completed.
setEndTime(Timestamp) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation completed.
setEndTime(Timestamp.Builder) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation completed.
setEstimatedWork(long) - Method in class com.google.firestore.admin.v1.Progress.Builder
The amount of work estimated.
setEtag(String) - Method in class com.google.firestore.admin.v1.Database.Builder
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
setEtagBytes(ByteString) - Method in class com.google.firestore.admin.v1.Database.Builder
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
setExecutor(ScheduledExecutorService) - Method in class com.google.cloud.firestore.BulkWriterOptions.Builder
Set the executor that the BulkWriter instance schedules operations on.
setExecutor(Executor) - Method in class com.google.cloud.firestore.TransactionOptions.Builder
 
setExists(boolean) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
Whether the document exists.
setExists(boolean) - Method in class com.google.firestore.v1.Precondition.Builder
When set to `true`, the target document must exist.
setExpectedCount(Int32Value) - Method in class com.google.firestore.v1.Target.Builder
The number of documents that last matched the query at the resume token or read time.
setExpectedCount(Int32Value.Builder) - Method in class com.google.firestore.v1.Target.Builder
The number of documents that last matched the query at the resume token or read time.
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.Database.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.Field.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
setField(String) - Method in class com.google.firestore.admin.v1.FieldName.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
setField(String) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The field resource that this operation is acting on.
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.Index.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.Progress.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
setField(Field) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
Required.
setField(Field.Builder) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
Required.
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.bundle.BundleElement.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.AggregationResult.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ArrayValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BitSequence.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.BloomFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.CommitRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.CommitResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Cursor.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Document.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.DocumentChange.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.DocumentMask.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ListenRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.ListenResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.MapValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Precondition.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
setField(StructuredQuery.FieldReference) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The field to filter by.
setField(StructuredQuery.FieldReference.Builder) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The field to filter by.
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
setField(StructuredQuery.FieldReference) - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
The field to order by.
setField(StructuredQuery.FieldReference.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
The field to order by.
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
setField(StructuredQuery.FieldReference) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
The field to which to apply the operator.
setField(StructuredQuery.FieldReference.Builder) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
The field to which to apply the operator.
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Target.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.TargetChange.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Value.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.Write.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.WriteRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.WriteResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.firestore.v1.WriteResult.Builder
 
setFieldBytes(ByteString) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The field resource that this operation is acting on.
setFieldFilter(StructuredQuery.FieldFilter) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter on a document field.
setFieldFilter(StructuredQuery.FieldFilter.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter on a document field.
setFieldPath(String) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Can be __name__.
setFieldPath(String) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
The path of the field.
setFieldPath(String) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
The relative path of the document being referenced.
setFieldPathBytes(ByteString) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Can be __name__.
setFieldPathBytes(ByteString) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
The path of the field.
setFieldPathBytes(ByteString) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
The relative path of the document being referenced.
setFieldPaths(int, String) - Method in class com.google.firestore.v1.DocumentMask.Builder
The list of field paths in the mask.
setFields(int, Index.IndexField) - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
setFields(int, Index.IndexField.Builder) - Method in class com.google.firestore.admin.v1.Index.Builder
The fields supported by this index.
setFields(int, Field) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
setFields(int, Field.Builder) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
The requested fields.
setFields(int, StructuredQuery.FieldReference) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
setFields(int, StructuredQuery.FieldReference.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
The fields to return.
setFieldTransforms(int, DocumentTransform.FieldTransform) - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
setFieldTransforms(int, DocumentTransform.FieldTransform.Builder) - Method in class com.google.firestore.v1.DocumentTransform.Builder
The list of transformations to apply to the fields of the document, in order.
setFilter(String) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
The filter to apply to list results.
setFilter(String) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
The filter to apply to list results.
setFilter(ExistenceFilter) - Method in class com.google.firestore.v1.ListenResponse.Builder
A filter to apply to the set of documents previously returned for the given target.
setFilter(ExistenceFilter.Builder) - Method in class com.google.firestore.v1.ListenResponse.Builder
A filter to apply to the set of documents previously returned for the given target.
setFilterBytes(ByteString) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
The filter to apply to list results.
setFilterBytes(ByteString) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
The filter to apply to list results.
setFilters(int, StructuredQuery.Filter) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
setFilters(int, StructuredQuery.Filter.Builder) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The list of filters to combine.
setFound(Document) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
A document that was requested.
setFound(Document.Builder) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
A document that was requested.
setFrom(int, StructuredQuery.CollectionSelector) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
setFrom(int, StructuredQuery.CollectionSelector.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The collections to query.
setGeoPointValue(LatLng) - Method in class com.google.firestore.v1.Value.Builder
A geo point value representing a point on the surface of Earth.
setGeoPointValue(LatLng.Builder) - Method in class com.google.firestore.v1.Value.Builder
A geo point value representing a point on the surface of Earth.
setHashCount(int) - Method in class com.google.firestore.v1.BloomFilter.Builder
The number of hashes used by the algorithm.
setId(String) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
The ID of the bundle.
setIdBytes(ByteString) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
The ID of the bundle.
setIncrement(Value) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Adds the given value to the field's current value.
setIncrement(Value.Builder) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Adds the given value to the field's current value.
setIndex(Index) - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
Required.
setIndex(Index.Builder) - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
Required.
setIndex(Index) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
The index being changed.
setIndex(Index.Builder) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
The index being changed.
setIndex(String) - Method in class com.google.firestore.admin.v1.IndexName.Builder
 
setIndex(String) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The index resource that this operation is acting on.
setIndexBytes(ByteString) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The index resource that this operation is acting on.
setIndexConfig(Field.IndexConfig) - Method in class com.google.firestore.admin.v1.Field.Builder
The index configuration for this field.
setIndexConfig(Field.IndexConfig.Builder) - Method in class com.google.firestore.admin.v1.Field.Builder
The index configuration for this field.
setIndexConfigDeltas(int, FieldOperationMetadata.IndexConfigDelta) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
setIndexConfigDeltas(int, FieldOperationMetadata.IndexConfigDelta.Builder) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
A list of [IndexConfigDelta][google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta], which describe the intent of this operation.
setIndexes(int, Index) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
setIndexes(int, Index.Builder) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
The indexes supported for this field.
setIndexes(int, Index) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
setIndexes(int, Index.Builder) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
The requested indexes.
setInitialOpsPerSecond(int) - Method in class com.google.cloud.firestore.BulkWriterOptions.Builder
Set the initial maximum number of operations per second allowed by the throttler.
setInputUriPrefix(String) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The location of the documents being imported.
setInputUriPrefix(String) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Location of the exported files.
setInputUriPrefixBytes(ByteString) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The location of the documents being imported.
setInputUriPrefixBytes(ByteString) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Location of the exported files.
setIntegerValue(long) - Method in class com.google.firestore.v1.Value.Builder
An integer value.
setKeyPrefix(String) - Method in class com.google.firestore.admin.v1.Database.Builder
Output only.
setKeyPrefixBytes(ByteString) - Method in class com.google.firestore.admin.v1.Database.Builder
Output only.
setLimit(Int32Value) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The maximum number of results to return.
setLimit(Int32Value.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The maximum number of results to return.
setLimitType(BundledQuery.LimitType) - Method in class com.google.firestore.bundle.BundledQuery.Builder
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3;
setLimitTypeValue(int) - Method in class com.google.firestore.bundle.BundledQuery.Builder
.google.firestore.bundle.BundledQuery.LimitType limit_type = 3;
setLocationId(String) - Method in class com.google.firestore.admin.v1.Database.Builder
The location of the database.
setLocationIdBytes(ByteString) - Method in class com.google.firestore.admin.v1.Database.Builder
The location of the database.
setMapValue(MapValue) - Method in class com.google.firestore.v1.Value.Builder
A map value.
setMapValue(MapValue.Builder) - Method in class com.google.firestore.v1.Value.Builder
A map value.
setMask(DocumentMask) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The fields to return.
setMask(DocumentMask.Builder) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
The fields to return.
setMask(DocumentMask) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
The fields to return.
setMask(DocumentMask.Builder) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
The fields to return.
setMask(DocumentMask) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
The fields to return.
setMask(DocumentMask.Builder) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
The fields to return.
setMask(DocumentMask) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
setMask(DocumentMask.Builder) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
setMask(DocumentMask) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to return.
setMask(DocumentMask.Builder) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to return.
setMaximum(Value) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the maximum of its current value and the given value.
setMaximum(Value.Builder) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the maximum of its current value and the given value.
setMaxOpsPerSecond(int) - Method in class com.google.cloud.firestore.BulkWriterOptions.Builder
Set the maximum number of operations per second allowed by the throttler.
setMetadata(BundleMetadata) - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundleMetadata metadata = 1;
setMetadata(BundleMetadata.Builder) - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.BundleMetadata metadata = 1;
setMinimum(Value) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the minimum of its current value and the given value.
setMinimum(Value.Builder) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the minimum of its current value and the given value.
setMissing(String) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
A document name that was requested but does not exist.
setMissingBytes(ByteString) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
A document name that was requested but does not exist.
setName(String) - Method in class com.google.firestore.admin.v1.Database.Builder
The resource name of the Database.
setName(String) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
Required.
setName(String) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
Required.
setName(String) - Method in class com.google.firestore.admin.v1.Field.Builder
Required.
setName(String) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
Required.
setName(String) - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
Required.
setName(String) - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
Required.
setName(String) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Required.
setName(String) - Method in class com.google.firestore.admin.v1.Index.Builder
Output only.
setName(String) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The document key of a bundled document.
setName(String) - Method in class com.google.firestore.bundle.NamedQuery.Builder
Name of the query, such that client can use the name to load this query from bundle, and resume from when the query results are materialized into this bundle.
setName(String) - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
Required.
setName(String) - Method in class com.google.firestore.v1.Document.Builder
The resource name of the document, for example `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
setName(String) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.firestore.admin.v1.Database.Builder
The resource name of the Database.
setNameBytes(ByteString) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.firestore.admin.v1.Field.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.firestore.admin.v1.Index.Builder
Output only.
setNameBytes(ByteString) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The document key of a bundled document.
setNameBytes(ByteString) - Method in class com.google.firestore.bundle.NamedQuery.Builder
Name of the query, such that client can use the name to load this query from bundle, and resume from when the query results are materialized into this bundle.
setNameBytes(ByteString) - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
Required.
setNameBytes(ByteString) - Method in class com.google.firestore.v1.Document.Builder
The resource name of the document, for example `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
setNameBytes(ByteString) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Required.
setNamedQuery(NamedQuery) - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.NamedQuery named_query = 2;
setNamedQuery(NamedQuery.Builder) - Method in class com.google.firestore.bundle.BundleElement.Builder
.google.firestore.bundle.NamedQuery named_query = 2;
setNewTransaction(TransactionOptions) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Starts a new transaction and reads the documents.
setNewTransaction(TransactionOptions.Builder) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Starts a new transaction and reads the documents.
setNewTransaction(TransactionOptions) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Starts a new transaction as part of the query, defaulting to read-only.
setNewTransaction(TransactionOptions.Builder) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Starts a new transaction as part of the query, defaulting to read-only.
setNewTransaction(TransactionOptions) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Starts a new transaction and reads the documents.
setNewTransaction(TransactionOptions.Builder) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Starts a new transaction and reads the documents.
setNextPageToken(String) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
A page token that may be used to request another page of results.
setNextPageToken(String) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
A page token that may be used to request another page of results.
setNextPageToken(String) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
A page token that may be used to continue the list.
setNextPageToken(String) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
A token to retrieve the next page of documents.
setNextPageToken(String) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
A page token that may be used to request an additional set of results, up to the number specified by `partition_count` in the PartitionQuery request.
setNextPageTokenBytes(ByteString) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
A page token that may be used to request another page of results.
setNextPageTokenBytes(ByteString) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
A page token that may be used to request another page of results.
setNextPageTokenBytes(ByteString) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
A page token that may be used to continue the list.
setNextPageTokenBytes(ByteString) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
A token to retrieve the next page of documents.
setNextPageTokenBytes(ByteString) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
A page token that may be used to request an additional set of results, up to the number specified by `partition_count` in the PartitionQuery request.
setNullValue(NullValue) - Method in class com.google.firestore.v1.Value.Builder
A null value.
setNullValueValue(int) - Method in class com.google.firestore.v1.Value.Builder
A null value.
setNumberOfAttempts(int) - Method in class com.google.cloud.firestore.TransactionOptions.ReadWriteOptionsBuilder
Specify the max number of attempts a transaction will be attempted before resulting in an error.
setOffset(int) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The number of documents to skip before returning the first result.
setOnce(boolean) - Method in class com.google.firestore.v1.Target.Builder
If the target should be removed once it is current and consistent.
setOp(StructuredQuery.CompositeFilter.Operator) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The operator for combining multiple filters.
setOp(StructuredQuery.FieldFilter.Operator) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The operator to filter by.
setOp(StructuredQuery.UnaryFilter.Operator) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
The unary operator to apply.
setOperationState(OperationState) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The state of the export operation.
setOperationState(OperationState) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The state of the import operation.
setOperationStateValue(int) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The state of the export operation.
setOperationStateValue(int) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The state of the import operation.
SetOptions - Class in com.google.cloud.firestore
An options object that configures the behavior of set() calls.
setOptions(TransactionOptions) - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
The options for the transaction.
setOptions(TransactionOptions.Builder) - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
The options for the transaction.
setOpValue(int) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
The operator for combining multiple filters.
setOpValue(int) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The operator to filter by.
setOpValue(int) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
The unary operator to apply.
setOrder(Index.IndexField.Order) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=.
setOrderBy(String) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
setOrderBy(int, StructuredQuery.Order) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
setOrderBy(int, StructuredQuery.Order.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The order to apply to the query results.
setOrderByBytes(ByteString) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
setOrderValue(int) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=.
setOutputUriPrefix(String) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
Where the entities are being exported to.
setOutputUriPrefix(String) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
The output URI.
setOutputUriPrefix(String) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
Location of the output files.
setOutputUriPrefixBytes(ByteString) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
Where the entities are being exported to.
setOutputUriPrefixBytes(ByteString) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
The output URI.
setOutputUriPrefixBytes(ByteString) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
Location of the output files.
setPadding(int) - Method in class com.google.firestore.v1.BitSequence.Builder
The number of bits of the last byte in `bitmap` to ignore as "padding".
setPageSize(int) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
The number of results to return.
setPageSize(int) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
The number of results to return.
setPageSize(int) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
The maximum number of results to return.
setPageSize(int) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
setPageSize(int) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
The maximum number of partitions to return in this call, subject to `partition_count`.
setPageToken(String) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
A page token, returned from a previous call to [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields], that may be used to get the next page of results.
setPageToken(String) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
A page token, returned from a previous call to [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes], that may be used to get the next page of results.
setPageToken(String) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
A page token.
setPageToken(String) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
setPageToken(String) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
The `next_page_token` value returned from a previous call to PartitionQuery that may be used to get an additional set of results.
setPageTokenBytes(ByteString) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
A page token, returned from a previous call to [FirestoreAdmin.ListFields][google.firestore.admin.v1.FirestoreAdmin.ListFields], that may be used to get the next page of results.
setPageTokenBytes(ByteString) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
A page token, returned from a previous call to [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes], that may be used to get the next page of results.
setPageTokenBytes(ByteString) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
A page token.
setPageTokenBytes(ByteString) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Optional.
setPageTokenBytes(ByteString) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
The `next_page_token` value returned from a previous call to PartitionQuery that may be used to get an additional set of results.
setParent(String) - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
Required.
setParent(String) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
Required.
setParent(String) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
Required.
setParent(String) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
Required.
setParent(String) - Method in class com.google.firestore.bundle.BundledQuery.Builder
The parent resource name.
setParent(String) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
setParent(String) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
Required.
setParent(String) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Required.
setParent(String) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
Required.
setParent(String) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Required.
setParent(String) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Required.
setParent(String) - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
The parent resource name.
setParentBytes(ByteString) - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.firestore.bundle.BundledQuery.Builder
The parent resource name.
setParentBytes(ByteString) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Required.
setParentBytes(ByteString) - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
The parent resource name.
setPartitionCount(long) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
The desired maximum number of partition points.
setPartitions(int, Cursor) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
setPartitions(int, Cursor.Builder) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
Partition results.
setProgressBytes(Progress) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
setProgressBytes(Progress.Builder) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
setProgressBytes(Progress) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in bytes, of this operation.
setProgressBytes(Progress.Builder) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in bytes, of this operation.
setProgressBytes(Progress) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
setProgressBytes(Progress.Builder) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in bytes, of this operation.
setProgressBytes(Progress) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in bytes, of this operation.
setProgressBytes(Progress.Builder) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in bytes, of this operation.
setProgressDocuments(Progress) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in documents, of this operation.
setProgressDocuments(Progress.Builder) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The progress, in documents, of this operation.
setProgressDocuments(Progress) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in documents, of this operation.
setProgressDocuments(Progress.Builder) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The progress, in documents, of this operation.
setProgressDocuments(Progress) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in documents, of this operation.
setProgressDocuments(Progress.Builder) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The progress, in documents, of this operation.
setProgressDocuments(Progress) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in documents, of this operation.
setProgressDocuments(Progress.Builder) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The progress, in documents, of this operation.
setProject(String) - Method in class com.google.firestore.admin.v1.CollectionGroupName.Builder
 
setProject(String) - Method in class com.google.firestore.admin.v1.DatabaseName.Builder
 
setProject(String) - Method in class com.google.firestore.admin.v1.FieldName.Builder
 
setProject(String) - Method in class com.google.firestore.admin.v1.IndexName.Builder
 
setProject(String) - Method in class com.google.firestore.admin.v1.ParentName.Builder
 
setProject(String) - Method in class com.google.firestore.admin.v1.ProjectName.Builder
 
setProject(String) - Method in class com.google.firestore.v1.AnyPathName.Builder
 
setProject(String) - Method in class com.google.firestore.v1.DatabaseRootName.Builder
 
setProject(String) - Method in class com.google.firestore.v1.DocumentPathName.Builder
 
setProject(String) - Method in class com.google.firestore.v1.DocumentRootName.Builder
 
setQueries(int, String) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The names of the queries in this bundle that this document matches to.
setQuery(Target.QueryTarget) - Method in class com.google.firestore.v1.Target.Builder
A target specified by a query.
setQuery(Target.QueryTarget.Builder) - Method in class com.google.firestore.v1.Target.Builder
A target specified by a query.
setQueryScope(Index.QueryScope) - Method in class com.google.firestore.admin.v1.Index.Builder
Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection id.
setQueryScopeValue(int) - Method in class com.google.firestore.admin.v1.Index.Builder
Indexes with a collection query scope specified allow queries against a collection that is the child of a specific document, specified at query time, and that has the same collection id.
setReadOnly(TransactionOptions.ReadOnly) - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can only be used for read operations.
setReadOnly(TransactionOptions.ReadOnly.Builder) - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can only be used for read operations.
setReadTime(TimestampOrBuilder) - Method in class com.google.cloud.firestore.TransactionOptions.ReadOnlyOptionsBuilder
Specify to read documents at the given time.
setReadTime(Timestamp) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The snapshot version of the document data bundled.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
The snapshot version of the document data bundled.
setReadTime(Timestamp) - Method in class com.google.firestore.bundle.NamedQuery.Builder
The read time of the query, when it is used to build the bundle.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.bundle.NamedQuery.Builder
The read time of the query, when it is used to build the bundle.
setReadTime(Timestamp) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Reads documents as they were at the given time.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Reads documents as they were at the given time.
setReadTime(Timestamp) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
The time at which the document was read.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
The time at which the document was read.
setReadTime(Timestamp) - Method in class com.google.firestore.v1.DocumentDelete.Builder
The read timestamp at which the delete was observed.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.v1.DocumentDelete.Builder
The read timestamp at which the delete was observed.
setReadTime(Timestamp) - Method in class com.google.firestore.v1.DocumentRemove.Builder
The read timestamp at which the remove was observed.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.v1.DocumentRemove.Builder
The read timestamp at which the remove was observed.
setReadTime(Timestamp) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Reads the version of the document at the given time.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Reads the version of the document at the given time.
setReadTime(Timestamp) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
Reads documents as they were at the given time.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
Reads documents as they were at the given time.
setReadTime(Timestamp) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Perform the read at the provided time.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Perform the read at the provided time.
setReadTime(Timestamp) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
Reads documents as they were at the given time.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
Reads documents as they were at the given time.
setReadTime(Timestamp) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Executes the query at the given timestamp.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Executes the query at the given timestamp.
setReadTime(Timestamp) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
The time at which the aggregate result was computed.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
The time at which the aggregate result was computed.
setReadTime(Timestamp) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Reads documents as they were at the given time.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Reads documents as they were at the given time.
setReadTime(Timestamp) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
The time at which the document was read.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
The time at which the document was read.
setReadTime(Timestamp) - Method in class com.google.firestore.v1.Target.Builder
Start listening after a specific `read_time`.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.v1.Target.Builder
Start listening after a specific `read_time`.
setReadTime(Timestamp) - Method in class com.google.firestore.v1.TargetChange.Builder
The consistent `read_time` for the given `target_ids` (omitted when the target_ids are not at a consistent snapshot).
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.v1.TargetChange.Builder
The consistent `read_time` for the given `target_ids` (omitted when the target_ids are not at a consistent snapshot).
setReadTime(Timestamp) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
Reads documents at the given time.
setReadTime(Timestamp.Builder) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
Reads documents at the given time.
setReadWrite(TransactionOptions.ReadWrite) - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can be used for both read and write operations.
setReadWrite(TransactionOptions.ReadWrite.Builder) - Method in class com.google.firestore.v1.TransactionOptions.Builder
The transaction can be used for both read and write operations.
setReferenceValue(String) - Method in class com.google.firestore.v1.Value.Builder
A reference to a document.
setReferenceValueBytes(ByteString) - Method in class com.google.firestore.v1.Value.Builder
A reference to a document.
setRemoveAllFromArray(ArrayValue) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Remove all of the given elements from the array in the field.
setRemoveAllFromArray(ArrayValue.Builder) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Remove all of the given elements from the array in the field.
setRemovedTargetIds(int, int) - Method in class com.google.firestore.v1.DocumentChange.Builder
A set of target IDs for targets that no longer match this document.
setRemovedTargetIds(int, int) - Method in class com.google.firestore.v1.DocumentDelete.Builder
A set of target IDs for targets that previously matched this entity.
setRemovedTargetIds(int, int) - Method in class com.google.firestore.v1.DocumentRemove.Builder
A set of target IDs for targets that previously matched this document.
setRemoveTarget(int) - Method in class com.google.firestore.v1.ListenRequest.Builder
The ID of a target to remove from this stream.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.Database.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.Field.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.Index.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.Progress.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.bundle.BundleElement.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.AggregationResult.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.ArrayValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.BitSequence.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.BloomFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.CommitRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.CommitResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.Cursor.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.Document.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.DocumentChange.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.DocumentMask.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.ListenRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.ListenResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.MapValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.Precondition.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.Target.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.TargetChange.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.Value.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.Write.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.WriteRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.WriteResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.firestore.v1.WriteResult.Builder
 
setResult(AggregationResult) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
A single aggregation result.
setResult(AggregationResult.Builder) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
A single aggregation result.
setResumeToken(ByteString) - Method in class com.google.firestore.v1.Target.Builder
A resume token from a prior [TargetChange][google.firestore.v1.TargetChange] for an identical target.
setResumeToken(ByteString) - Method in class com.google.firestore.v1.TargetChange.Builder
A token that can be used to resume the stream for the given `target_ids`, or all targets if `target_ids` is empty.
setRetryTransaction(ByteString) - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
An optional transaction to retry.
setReverting(boolean) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
Output only When true, the `Field`'s index configuration is in the process of being reverted.
setSelect(StructuredQuery.Projection) - Method in class com.google.firestore.v1.StructuredQuery.Builder
Optional sub-set of the fields to return.
setSelect(StructuredQuery.Projection.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Builder
Optional sub-set of the fields to return.
setSetToServerValue(DocumentTransform.FieldTransform.ServerValue) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the given server value.
setSetToServerValueValue(int) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
Sets the field to the given server value.
setShowMissing(boolean) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
If the list should show missing documents.
setSkippedResults(int) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
The number of results that have been skipped due to an offset between the last response and the current response.
setStartAt(Cursor) - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to start the query at.
setStartAt(Cursor.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Builder
A potential prefix of a position in the result set to start the query at.
setStartTime(Timestamp) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation started.
setStartTime(Timestamp.Builder) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
The time this operation started.
setStartTime(Timestamp) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation started.
setStartTime(Timestamp.Builder) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The time this operation started.
setStartTime(Timestamp) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation started.
setStartTime(Timestamp.Builder) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
The time this operation started.
setStartTime(Timestamp) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation started.
setStartTime(Timestamp.Builder) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The time this operation started.
setState(Field.TtlConfig.State) - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
Output only.
setState(OperationState) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The state of the operation.
setState(Index.State) - Method in class com.google.firestore.admin.v1.Index.Builder
Output only.
setState(OperationState) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The state of the operation.
setStateValue(int) - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
Output only.
setStateValue(int) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
The state of the operation.
setStateValue(int) - Method in class com.google.firestore.admin.v1.Index.Builder
Output only.
setStateValue(int) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
The state of the operation.
setStatus(int, Status) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
setStatus(int, Status.Builder) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The status of applying the writes.
setStreamId(String) - Method in class com.google.firestore.v1.WriteRequest.Builder
The ID of the write stream to resume.
setStreamId(String) - Method in class com.google.firestore.v1.WriteResponse.Builder
The ID of the stream.
setStreamIdBytes(ByteString) - Method in class com.google.firestore.v1.WriteRequest.Builder
The ID of the write stream to resume.
setStreamIdBytes(ByteString) - Method in class com.google.firestore.v1.WriteResponse.Builder
The ID of the stream.
setStreamToken(ByteString) - Method in class com.google.firestore.v1.WriteRequest.Builder
A stream token that was previously sent by the server.
setStreamToken(ByteString) - Method in class com.google.firestore.v1.WriteResponse.Builder
A token that represents the position of this response in the stream.
setStringValue(String) - Method in class com.google.firestore.v1.Value.Builder
A string value.
setStringValueBytes(ByteString) - Method in class com.google.firestore.v1.Value.Builder
A string value.
setStructuredAggregationQuery(StructuredAggregationQuery) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
An aggregation query.
setStructuredAggregationQuery(StructuredAggregationQuery.Builder) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
An aggregation query.
setStructuredQuery(StructuredQuery) - Method in class com.google.firestore.bundle.BundledQuery.Builder
A structured query.
setStructuredQuery(StructuredQuery.Builder) - Method in class com.google.firestore.bundle.BundledQuery.Builder
A structured query.
setStructuredQuery(StructuredQuery) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
A structured query.
setStructuredQuery(StructuredQuery.Builder) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
A structured query.
setStructuredQuery(StructuredQuery) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
A structured query.
setStructuredQuery(StructuredQuery.Builder) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
A structured query.
setStructuredQuery(StructuredQuery) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Nested structured query.
setStructuredQuery(StructuredQuery.Builder) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
Nested structured query.
setStructuredQuery(StructuredQuery) - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
A structured query.
setStructuredQuery(StructuredQuery.Builder) - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
A structured query.
setTargetChange(TargetChange) - Method in class com.google.firestore.v1.ListenResponse.Builder
Targets have changed.
setTargetChange(TargetChange.Builder) - Method in class com.google.firestore.v1.ListenResponse.Builder
Targets have changed.
setTargetChangeType(TargetChange.TargetChangeType) - Method in class com.google.firestore.v1.TargetChange.Builder
The type of change that occurred.
setTargetChangeTypeValue(int) - Method in class com.google.firestore.v1.TargetChange.Builder
The type of change that occurred.
setTargetId(int) - Method in class com.google.firestore.v1.ExistenceFilter.Builder
The target ID to which this filter applies.
setTargetId(int) - Method in class com.google.firestore.v1.Target.Builder
The target ID that identifies the target on the stream.
setTargetIds(int, int) - Method in class com.google.firestore.v1.DocumentChange.Builder
A set of target IDs of targets that match this document.
setTargetIds(int, int) - Method in class com.google.firestore.v1.TargetChange.Builder
The target IDs of targets that have changed.
setThrottlingEnabled(boolean) - Method in class com.google.cloud.firestore.BulkWriterOptions.Builder
Sets whether throttling should be enabled.
setTimestampValue(Timestamp) - Method in class com.google.firestore.v1.Value.Builder
A timestamp value.
setTimestampValue(Timestamp.Builder) - Method in class com.google.firestore.v1.Value.Builder
A timestamp value.
setTotalBytes(long) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
The size of the bundle in bytes, excluding this `BundleMetadata`.
setTotalDocuments(int) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
The number of documents in the bundle.
setTransaction(ByteString) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
Reads documents in a transaction.
setTransaction(ByteString) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
The transaction that was started as part of this request.
setTransaction(ByteString) - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
The transaction that was started.
setTransaction(ByteString) - Method in class com.google.firestore.v1.CommitRequest.Builder
If set, applies all writes in this transaction, and commits it.
setTransaction(ByteString) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
Reads the document in a transaction.
setTransaction(ByteString) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
Perform the read as part of an already active transaction.
setTransaction(ByteString) - Method in class com.google.firestore.v1.RollbackRequest.Builder
Required.
setTransaction(ByteString) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
Run the aggregation within an already active transaction.
setTransaction(ByteString) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
The transaction that was started as part of this request.
setTransaction(ByteString) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
Run the query within an already active transaction.
setTransaction(ByteString) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
The transaction that was started as part of this request.
setTransform(DocumentTransform) - Method in class com.google.firestore.v1.Write.Builder
Applies a transformation to a document.
setTransform(DocumentTransform.Builder) - Method in class com.google.firestore.v1.Write.Builder
Applies a transformation to a document.
setTransformResults(int, Value) - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
setTransformResults(int, Value.Builder) - Method in class com.google.firestore.v1.WriteResult.Builder
The results of applying each [DocumentTransform.FieldTransform][google.firestore.v1.DocumentTransform.FieldTransform], in the same order.
setTransportOptions(TransportOptions) - Method in class com.google.cloud.firestore.FirestoreOptions.Builder
Sets the TransportOptions to use with this Firestore client.
setTtlConfig(Field.TtlConfig) - Method in class com.google.firestore.admin.v1.Field.Builder
The TTL configuration for this `Field`.
setTtlConfig(Field.TtlConfig.Builder) - Method in class com.google.firestore.admin.v1.Field.Builder
The TTL configuration for this `Field`.
setTtlConfigDelta(FieldOperationMetadata.TtlConfigDelta) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
Describes the deltas of TTL configuration.
setTtlConfigDelta(FieldOperationMetadata.TtlConfigDelta.Builder) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
Describes the deltas of TTL configuration.
setType(Database.DatabaseType) - Method in class com.google.firestore.admin.v1.Database.Builder
The type of the database.
setTypeValue(int) - Method in class com.google.firestore.admin.v1.Database.Builder
The type of the database.
setUnaryFilter(StructuredQuery.UnaryFilter) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter that takes exactly one argument.
setUnaryFilter(StructuredQuery.UnaryFilter.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
A filter that takes exactly one argument.
setUnchangedNames(BloomFilter) - Method in class com.google.firestore.v1.ExistenceFilter.Builder
A bloom filter that contains the UTF-8 byte encodings of the resource names of the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}` that have NOT changed since the query results indicated by the resume token or timestamp given in `Target.resume_type`.
setUnchangedNames(BloomFilter.Builder) - Method in class com.google.firestore.v1.ExistenceFilter.Builder
A bloom filter that contains the UTF-8 byte encodings of the resource names of the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}` that have NOT changed since the query results indicated by the resume token or timestamp given in `Target.resume_type`.
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.CreateIndexRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.Database.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.Field.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.Field.TtlConfig.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.GetFieldRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.GetIndexRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.Index.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.Index.IndexField.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ListFieldsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ListFieldsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ListIndexesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.ListIndexesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.LocationMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.Progress.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.bundle.BundledDocumentMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.bundle.BundledQuery.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.bundle.BundleElement.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.bundle.NamedQuery.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.AggregationResult.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ArrayValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BeginTransactionRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BeginTransactionResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BitSequence.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.BloomFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.CommitRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.CommitResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.CreateDocumentRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Cursor.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.DeleteDocumentRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Document.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.DocumentChange.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.DocumentDelete.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.DocumentMask.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.DocumentRemove.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.DocumentTransform.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ExistenceFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.GetDocumentRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ListCollectionIdsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ListCollectionIdsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ListDocumentsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ListDocumentsResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ListenRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.ListenResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.MapValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.PartitionQueryRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.PartitionQueryResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Precondition.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.RollbackRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.RunAggregationQueryRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.RunAggregationQueryResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.RunQueryRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.RunQueryResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.Filter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.Order.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.Projection.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Target.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Target.DocumentsTarget.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Target.QueryTarget.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.TargetChange.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.TransactionOptions.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Value.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.Write.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.WriteRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.WriteResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.firestore.v1.WriteResult.Builder
 
setUpdate(Document) - Method in class com.google.firestore.v1.Write.Builder
A document to write.
setUpdate(Document.Builder) - Method in class com.google.firestore.v1.Write.Builder
A document to write.
setUpdateMask(FieldMask) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
The list of fields to be updated.
setUpdateMask(FieldMask.Builder) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest.Builder
The list of fields to be updated.
setUpdateMask(FieldMask) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
A mask, relative to the field.
setUpdateMask(FieldMask.Builder) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest.Builder
A mask, relative to the field.
setUpdateMask(DocumentMask) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to update.
setUpdateMask(DocumentMask.Builder) - Method in class com.google.firestore.v1.UpdateDocumentRequest.Builder
The fields to update.
setUpdateMask(DocumentMask) - Method in class com.google.firestore.v1.Write.Builder
The fields to update in this write.
setUpdateMask(DocumentMask.Builder) - Method in class com.google.firestore.v1.Write.Builder
The fields to update in this write.
setUpdateTime(Timestamp) - Method in class com.google.firestore.v1.Document.Builder
Output only.
setUpdateTime(Timestamp.Builder) - Method in class com.google.firestore.v1.Document.Builder
Output only.
setUpdateTime(Timestamp) - Method in class com.google.firestore.v1.Precondition.Builder
When set, the target document must exist and have been last updated at that time.
setUpdateTime(Timestamp.Builder) - Method in class com.google.firestore.v1.Precondition.Builder
When set, the target document must exist and have been last updated at that time.
setUpdateTime(Timestamp) - Method in class com.google.firestore.v1.WriteResult.Builder
The last update time of the document after applying the write.
setUpdateTime(Timestamp.Builder) - Method in class com.google.firestore.v1.WriteResult.Builder
The last update time of the document after applying the write.
setUpdateTransforms(int, DocumentTransform.FieldTransform) - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
setUpdateTransforms(int, DocumentTransform.FieldTransform.Builder) - Method in class com.google.firestore.v1.Write.Builder
The transforms to perform after update.
setUpTo(Int64Value) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
Optional.
setUpTo(Int64Value.Builder) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count.Builder
Optional.
setUsesAncestorConfig(boolean) - Method in class com.google.firestore.admin.v1.Field.IndexConfig.Builder
Output only.
setValue(Value) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The value to compare to.
setValue(Value.Builder) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter.Builder
The value to compare to.
setValues(int, Value) - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
setValues(int, Value.Builder) - Method in class com.google.firestore.v1.ArrayValue.Builder
Values in the array.
setValues(int, Value) - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
setValues(int, Value.Builder) - Method in class com.google.firestore.v1.Cursor.Builder
The values that represent a position, in the order they appear in the order by clause of a query.
setVersion(int) - Method in class com.google.firestore.bundle.BundleMetadata.Builder
The schema version of the bundle.
setWhere(StructuredQuery.Filter) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The filter to apply.
setWhere(StructuredQuery.Filter.Builder) - Method in class com.google.firestore.v1.StructuredQuery.Builder
The filter to apply.
setWriteResults(int, WriteResult) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
setWriteResults(int, WriteResult.Builder) - Method in class com.google.firestore.v1.BatchWriteResponse.Builder
The result of applying the writes.
setWriteResults(int, WriteResult) - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
setWriteResults(int, WriteResult.Builder) - Method in class com.google.firestore.v1.CommitResponse.Builder
The result of applying the writes.
setWriteResults(int, WriteResult) - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
setWriteResults(int, WriteResult.Builder) - Method in class com.google.firestore.v1.WriteResponse.Builder
The result of applying the writes.
setWrites(int, Write) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
setWrites(int, Write.Builder) - Method in class com.google.firestore.v1.BatchWriteRequest.Builder
The writes to apply.
setWrites(int, Write) - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
setWrites(int, Write.Builder) - Method in class com.google.firestore.v1.CommitRequest.Builder
The writes to apply.
setWrites(int, Write) - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
setWrites(int, Write.Builder) - Method in class com.google.firestore.v1.WriteRequest.Builder
The writes to apply.
shortCircuitingInOrderTraversal(LLRBNode.ShortCircuitingNodeVisitor<K, V>) - Method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
shortCircuitingInOrderTraversal(LLRBNode.ShortCircuitingNodeVisitor<K, V>) - Method in interface com.google.cloud.firestore.collection.LLRBNode
 
shortCircuitingInOrderTraversal(LLRBNode.ShortCircuitingNodeVisitor<K, V>) - Method in class com.google.cloud.firestore.collection.LLRBValueNode
 
shortCircuitingReverseOrderTraversal(LLRBNode.ShortCircuitingNodeVisitor<K, V>) - Method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
shortCircuitingReverseOrderTraversal(LLRBNode.ShortCircuitingNodeVisitor<K, V>) - Method in interface com.google.cloud.firestore.collection.LLRBNode
 
shortCircuitingReverseOrderTraversal(LLRBNode.ShortCircuitingNodeVisitor<K, V>) - Method in class com.google.cloud.firestore.collection.LLRBValueNode
 
shouldContinue(K, V) - Method in class com.google.cloud.firestore.collection.LLRBNode.NodeVisitor
 
shouldContinue(K, V) - Method in interface com.google.cloud.firestore.collection.LLRBNode.ShortCircuitingNodeVisitor
 
SHOW_MISSING_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListDocumentsRequest
 
shutdown() - Method in interface com.google.cloud.firestore.Firestore
Initiates an orderly shutdown in which previously submitted work is finished, but no new work will be accepted.
shutdown() - Method in interface com.google.cloud.firestore.spi.v1.FirestoreRpc
 
shutdown() - Method in class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
shutdown() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
 
shutdown() - Method in class com.google.cloud.firestore.v1.FirestoreClient
 
shutdown() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
shutdown() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
shutdown() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
shutdown() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
shutdownNow() - Method in interface com.google.cloud.firestore.Firestore
Attempts to stop all actively executing work and halts the processing of waiting work.
shutdownNow() - Method in interface com.google.cloud.firestore.spi.v1.FirestoreRpc
 
shutdownNow() - Method in class com.google.cloud.firestore.spi.v1.GrpcFirestoreRpc
 
shutdownNow() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
 
shutdownNow() - Method in class com.google.cloud.firestore.v1.FirestoreClient
 
shutdownNow() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
shutdownNow() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
shutdownNow() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
shutdownNow() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
size() - Method in class com.google.cloud.firestore.collection.ArraySortedMap
 
size() - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
size() - Method in class com.google.cloud.firestore.collection.ImmutableSortedSet
 
size() - Method in class com.google.cloud.firestore.collection.LLRBBlackValueNode
 
size() - Method in class com.google.cloud.firestore.collection.LLRBEmptyNode
 
size() - Method in interface com.google.cloud.firestore.collection.LLRBNode
 
size() - Method in class com.google.cloud.firestore.collection.LLRBRedValueNode
 
size() - Method in class com.google.cloud.firestore.collection.RBTreeSortedMap
 
size() - Method in class com.google.cloud.firestore.QuerySnapshot
Returns the number of documents in the QuerySnapshot.
SKIPPED_RESULTS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunQueryResponse
 
snapshotFromMap(String, Map<String, Object>) - Method in class com.google.cloud.firestore.Internal
 
snapshotFromObject(String, Object) - Method in class com.google.cloud.firestore.Internal
 
snapshotFromProto(Timestamp, Document) - Method in class com.google.cloud.firestore.Internal
 
StandardComparator<A extends Comparable<A>> - Class in com.google.cloud.firestore.collection
 
START_AT_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery
 
START_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
START_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.FieldOperationMetadata
 
START_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
START_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.IndexOperationMetadata
 
startAfter(DocumentSnapshot) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query that starts after the provided document (exclusive).
startAfter(Object...) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query that starts after the provided fields relative to the order of the query.
startAt(DocumentSnapshot) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query that starts at the provided document (inclusive).
startAt(Object...) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query that starts at the provided fields relative to the order of the query.
STATE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Field.TtlConfig
 
STATE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.FieldOperationMetadata
 
STATE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Index
 
STATE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.IndexOperationMetadata
 
STATE_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.admin.v1.Field.TtlConfig.State
The state is unspecified or unknown.
STATE_UNSPECIFIED_VALUE - Static variable in enum com.google.firestore.admin.v1.Index.State
The state is unspecified.
STATUS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BatchWriteResponse
 
stream(ApiStreamObserver<DocumentSnapshot>) - Method in class com.google.cloud.firestore.Query
Executes the query and streams the results as a StreamObserver of DocumentSnapshots.
STREAM_ID_FIELD_NUMBER - Static variable in class com.google.firestore.v1.WriteRequest
 
STREAM_ID_FIELD_NUMBER - Static variable in class com.google.firestore.v1.WriteResponse
 
STREAM_TOKEN_FIELD_NUMBER - Static variable in class com.google.firestore.v1.WriteRequest
 
STREAM_TOKEN_FIELD_NUMBER - Static variable in class com.google.firestore.v1.WriteResponse
 
STRING_VALUE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Value
 
STRUCTURED_AGGREGATION_QUERY_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunAggregationQueryRequest
 
STRUCTURED_QUERY_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundledQuery
 
STRUCTURED_QUERY_FIELD_NUMBER - Static variable in class com.google.firestore.v1.PartitionQueryRequest
 
STRUCTURED_QUERY_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunQueryRequest
 
STRUCTURED_QUERY_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredAggregationQuery
 
STRUCTURED_QUERY_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Target.QueryTarget
 
StructuredAggregationQuery - Class in com.google.firestore.v1
Firestore query for running an aggregation over a [StructuredQuery][google.firestore.v1.StructuredQuery].
StructuredAggregationQuery.Aggregation - Class in com.google.firestore.v1
Defines an aggregation that produces a single result.
StructuredAggregationQuery.Aggregation.Builder - Class in com.google.firestore.v1
Defines an aggregation that produces a single result.
StructuredAggregationQuery.Aggregation.Count - Class in com.google.firestore.v1
Count of documents that match the query.
StructuredAggregationQuery.Aggregation.Count.Builder - Class in com.google.firestore.v1
Count of documents that match the query.
StructuredAggregationQuery.Aggregation.CountOrBuilder - Interface in com.google.firestore.v1
 
StructuredAggregationQuery.Aggregation.OperatorCase - Enum in com.google.firestore.v1
 
StructuredAggregationQuery.AggregationOrBuilder - Interface in com.google.firestore.v1
 
StructuredAggregationQuery.Builder - Class in com.google.firestore.v1
Firestore query for running an aggregation over a [StructuredQuery][google.firestore.v1.StructuredQuery].
StructuredAggregationQuery.QueryTypeCase - Enum in com.google.firestore.v1
 
StructuredAggregationQueryOrBuilder - Interface in com.google.firestore.v1
 
StructuredQuery - Class in com.google.firestore.v1
A Firestore query.
StructuredQuery.Builder - Class in com.google.firestore.v1
A Firestore query.
StructuredQuery.CollectionSelector - Class in com.google.firestore.v1
A selection of a collection, such as `messages as m1`.
StructuredQuery.CollectionSelector.Builder - Class in com.google.firestore.v1
A selection of a collection, such as `messages as m1`.
StructuredQuery.CollectionSelectorOrBuilder - Interface in com.google.firestore.v1
 
StructuredQuery.CompositeFilter - Class in com.google.firestore.v1
A filter that merges multiple other filters using the given operator.
StructuredQuery.CompositeFilter.Builder - Class in com.google.firestore.v1
A filter that merges multiple other filters using the given operator.
StructuredQuery.CompositeFilter.Operator - Enum in com.google.firestore.v1
A composite filter operator.
StructuredQuery.CompositeFilterOrBuilder - Interface in com.google.firestore.v1
 
StructuredQuery.Direction - Enum in com.google.firestore.v1
A sort direction.
StructuredQuery.FieldFilter - Class in com.google.firestore.v1
A filter on a specific field.
StructuredQuery.FieldFilter.Builder - Class in com.google.firestore.v1
A filter on a specific field.
StructuredQuery.FieldFilter.Operator - Enum in com.google.firestore.v1
A field filter operator.
StructuredQuery.FieldFilterOrBuilder - Interface in com.google.firestore.v1
 
StructuredQuery.FieldReference - Class in com.google.firestore.v1
A reference to a field in a document, ex: `stats.operations`.
StructuredQuery.FieldReference.Builder - Class in com.google.firestore.v1
A reference to a field in a document, ex: `stats.operations`.
StructuredQuery.FieldReferenceOrBuilder - Interface in com.google.firestore.v1
 
StructuredQuery.Filter - Class in com.google.firestore.v1
A filter.
StructuredQuery.Filter.Builder - Class in com.google.firestore.v1
A filter.
StructuredQuery.Filter.FilterTypeCase - Enum in com.google.firestore.v1
 
StructuredQuery.FilterOrBuilder - Interface in com.google.firestore.v1
 
StructuredQuery.Order - Class in com.google.firestore.v1
An order on a field.
StructuredQuery.Order.Builder - Class in com.google.firestore.v1
An order on a field.
StructuredQuery.OrderOrBuilder - Interface in com.google.firestore.v1
 
StructuredQuery.Projection - Class in com.google.firestore.v1
The projection of document's fields to return.
StructuredQuery.Projection.Builder - Class in com.google.firestore.v1
The projection of document's fields to return.
StructuredQuery.ProjectionOrBuilder - Interface in com.google.firestore.v1
 
StructuredQuery.UnaryFilter - Class in com.google.firestore.v1
A filter with a single operand.
StructuredQuery.UnaryFilter.Builder - Class in com.google.firestore.v1
A filter with a single operand.
StructuredQuery.UnaryFilter.OperandTypeCase - Enum in com.google.firestore.v1
 
StructuredQuery.UnaryFilter.Operator - Enum in com.google.firestore.v1
A unary operator.
StructuredQuery.UnaryFilterOrBuilder - Interface in com.google.firestore.v1
 
StructuredQueryOrBuilder - Interface in com.google.firestore.v1
 
SUCCESSFUL_VALUE - Static variable in enum com.google.firestore.admin.v1.OperationState
Request has completed successfully.

T

Target - Class in com.google.firestore.v1
A specification of a set of documents to listen to.
Target.Builder - Class in com.google.firestore.v1
A specification of a set of documents to listen to.
Target.DocumentsTarget - Class in com.google.firestore.v1
A target specified by a set of documents names.
Target.DocumentsTarget.Builder - Class in com.google.firestore.v1
A target specified by a set of documents names.
Target.DocumentsTargetOrBuilder - Interface in com.google.firestore.v1
 
Target.QueryTarget - Class in com.google.firestore.v1
A target specified by a query.
Target.QueryTarget.Builder - Class in com.google.firestore.v1
A target specified by a query.
Target.QueryTarget.QueryTypeCase - Enum in com.google.firestore.v1
 
Target.QueryTargetOrBuilder - Interface in com.google.firestore.v1
 
Target.ResumeTypeCase - Enum in com.google.firestore.v1
 
Target.TargetTypeCase - Enum in com.google.firestore.v1
 
TARGET_CHANGE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListenResponse
 
TARGET_CHANGE_TYPE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.TargetChange
 
TARGET_ID_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ExistenceFilter
 
TARGET_ID_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Target
 
TARGET_IDS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.DocumentChange
 
TARGET_IDS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.TargetChange
 
TargetChange - Class in com.google.firestore.v1
Targets being watched have changed.
TargetChange.Builder - Class in com.google.firestore.v1
Targets being watched have changed.
TargetChange.TargetChangeType - Enum in com.google.firestore.v1
The type of change.
TargetChangeOrBuilder - Interface in com.google.firestore.v1
 
TargetOrBuilder - Interface in com.google.firestore.v1
 
ThrowOnExtraProperties - Annotation Type in com.google.cloud.firestore.annotation
Properties that don't map to class fields when serializing to a class annotated with this annotation cause an exception to be thrown.
TIMESTAMP_VALUE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Value
 
toBuilder() - Method in class com.google.cloud.firestore.BulkWriterOptions
 
toBuilder() - Method in class com.google.cloud.firestore.FirestoreOptions
 
toBuilder() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns a builder containing all the values of this settings class.
toBuilder() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns a builder containing all the values of this settings class.
toBuilder() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns a builder containing all the values of this settings class.
toBuilder() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns a builder containing all the values of this settings class.
toBuilder() - Method in class com.google.firestore.admin.v1.CollectionGroupName
 
toBuilder() - Method in class com.google.firestore.admin.v1.CreateIndexRequest
 
toBuilder() - Method in class com.google.firestore.admin.v1.Database
 
toBuilder() - Method in class com.google.firestore.admin.v1.DatabaseName
 
toBuilder() - Method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
toBuilder() - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
toBuilder() - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
toBuilder() - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
toBuilder() - Method in class com.google.firestore.admin.v1.Field.IndexConfig
 
toBuilder() - Method in class com.google.firestore.admin.v1.Field
 
toBuilder() - Method in class com.google.firestore.admin.v1.Field.TtlConfig
 
toBuilder() - Method in class com.google.firestore.admin.v1.FieldName
 
toBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
toBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
toBuilder() - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
toBuilder() - Method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
toBuilder() - Method in class com.google.firestore.admin.v1.GetFieldRequest
 
toBuilder() - Method in class com.google.firestore.admin.v1.GetIndexRequest
 
toBuilder() - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
toBuilder() - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
toBuilder() - Method in class com.google.firestore.admin.v1.Index.IndexField
 
toBuilder() - Method in class com.google.firestore.admin.v1.Index
 
toBuilder() - Method in class com.google.firestore.admin.v1.IndexName
 
toBuilder() - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
toBuilder() - Method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
toBuilder() - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
toBuilder() - Method in class com.google.firestore.admin.v1.ListFieldsRequest
 
toBuilder() - Method in class com.google.firestore.admin.v1.ListFieldsResponse
 
toBuilder() - Method in class com.google.firestore.admin.v1.ListIndexesRequest
 
toBuilder() - Method in class com.google.firestore.admin.v1.ListIndexesResponse
 
toBuilder() - Method in class com.google.firestore.admin.v1.LocationMetadata
 
toBuilder() - Method in class com.google.firestore.admin.v1.ParentName
 
toBuilder() - Method in class com.google.firestore.admin.v1.Progress
 
toBuilder() - Method in class com.google.firestore.admin.v1.ProjectName
 
toBuilder() - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
toBuilder() - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
toBuilder() - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
toBuilder() - Method in class com.google.firestore.bundle.BundledDocumentMetadata
 
toBuilder() - Method in class com.google.firestore.bundle.BundledQuery
 
toBuilder() - Method in class com.google.firestore.bundle.BundleElement
 
toBuilder() - Method in class com.google.firestore.bundle.BundleMetadata
 
toBuilder() - Method in class com.google.firestore.bundle.NamedQuery
 
toBuilder() - Method in class com.google.firestore.v1.AggregationResult
 
toBuilder() - Method in class com.google.firestore.v1.AnyPathName
 
toBuilder() - Method in class com.google.firestore.v1.ArrayValue
 
toBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
toBuilder() - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
toBuilder() - Method in class com.google.firestore.v1.BatchWriteRequest
 
toBuilder() - Method in class com.google.firestore.v1.BatchWriteResponse
 
toBuilder() - Method in class com.google.firestore.v1.BeginTransactionRequest
 
toBuilder() - Method in class com.google.firestore.v1.BeginTransactionResponse
 
toBuilder() - Method in class com.google.firestore.v1.BitSequence
 
toBuilder() - Method in class com.google.firestore.v1.BloomFilter
 
toBuilder() - Method in class com.google.firestore.v1.CommitRequest
 
toBuilder() - Method in class com.google.firestore.v1.CommitResponse
 
toBuilder() - Method in class com.google.firestore.v1.CreateDocumentRequest
 
toBuilder() - Method in class com.google.firestore.v1.Cursor
 
toBuilder() - Method in class com.google.firestore.v1.DatabaseRootName
 
toBuilder() - Method in class com.google.firestore.v1.DeleteDocumentRequest
 
toBuilder() - Method in class com.google.firestore.v1.Document
 
toBuilder() - Method in class com.google.firestore.v1.DocumentChange
 
toBuilder() - Method in class com.google.firestore.v1.DocumentDelete
 
toBuilder() - Method in class com.google.firestore.v1.DocumentMask
 
toBuilder() - Method in class com.google.firestore.v1.DocumentPathName
 
toBuilder() - Method in class com.google.firestore.v1.DocumentRemove
 
toBuilder() - Method in class com.google.firestore.v1.DocumentRootName
 
toBuilder() - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
toBuilder() - Method in class com.google.firestore.v1.DocumentTransform
 
toBuilder() - Method in class com.google.firestore.v1.ExistenceFilter
 
toBuilder() - Method in class com.google.firestore.v1.GetDocumentRequest
 
toBuilder() - Method in class com.google.firestore.v1.ListCollectionIdsRequest
 
toBuilder() - Method in class com.google.firestore.v1.ListCollectionIdsResponse
 
toBuilder() - Method in class com.google.firestore.v1.ListDocumentsRequest
 
toBuilder() - Method in class com.google.firestore.v1.ListDocumentsResponse
 
toBuilder() - Method in class com.google.firestore.v1.ListenRequest
 
toBuilder() - Method in class com.google.firestore.v1.ListenResponse
 
toBuilder() - Method in class com.google.firestore.v1.MapValue
 
toBuilder() - Method in class com.google.firestore.v1.PartitionQueryRequest
 
toBuilder() - Method in class com.google.firestore.v1.PartitionQueryResponse
 
toBuilder() - Method in class com.google.firestore.v1.Precondition
 
toBuilder() - Method in class com.google.firestore.v1.RollbackRequest
 
toBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryRequest
 
toBuilder() - Method in class com.google.firestore.v1.RunAggregationQueryResponse
 
toBuilder() - Method in class com.google.firestore.v1.RunQueryRequest
 
toBuilder() - Method in class com.google.firestore.v1.RunQueryResponse
 
toBuilder() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
toBuilder() - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
toBuilder() - Method in class com.google.firestore.v1.StructuredAggregationQuery
 
toBuilder() - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
toBuilder() - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
toBuilder() - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
toBuilder() - Method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
toBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Filter
 
toBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Order
 
toBuilder() - Method in class com.google.firestore.v1.StructuredQuery.Projection
 
toBuilder() - Method in class com.google.firestore.v1.StructuredQuery
 
toBuilder() - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
toBuilder() - Method in class com.google.firestore.v1.Target.DocumentsTarget
 
toBuilder() - Method in class com.google.firestore.v1.Target.QueryTarget
 
toBuilder() - Method in class com.google.firestore.v1.Target
 
toBuilder() - Method in class com.google.firestore.v1.TargetChange
 
toBuilder() - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
toBuilder() - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
toBuilder() - Method in class com.google.firestore.v1.TransactionOptions
 
toBuilder() - Method in class com.google.firestore.v1.UpdateDocumentRequest
 
toBuilder() - Method in class com.google.firestore.v1.Value
 
toBuilder() - Method in class com.google.firestore.v1.Write
 
toBuilder() - Method in class com.google.firestore.v1.WriteRequest
 
toBuilder() - Method in class com.google.firestore.v1.WriteResponse
 
toBuilder() - Method in class com.google.firestore.v1.WriteResult
 
toByteBuffer() - Method in class com.google.cloud.firestore.FirestoreBundle
Returns the bundle content as a readonly ByteBuffer.
toBytes() - Method in class com.google.cloud.firestore.Blob
Returns a copy of the underlying bytes as a byte[] array.
toByteString() - Method in class com.google.cloud.firestore.Blob
Returns the backing data as a ByteString.
toObject(Class<T>) - Method in class com.google.cloud.firestore.DocumentSnapshot
Returns the contents of the document converted to a POJO or null if the document doesn't exist.
toObject(Class<T>) - Method in class com.google.cloud.firestore.QueryDocumentSnapshot
Returns the contents of the document converted to a POJO.
toObjects(Class<T>) - Method in class com.google.cloud.firestore.QuerySnapshot
Returns the contents of the documents in the QuerySnapshot, converted to the provided class, as a list.
toProto() - Method in class com.google.cloud.firestore.AggregateQuery
Returns the RunAggregationQueryRequest that this AggregateQuery instance represents.
toProto() - Method in class com.google.cloud.firestore.Query
Returns the RunQueryRequest that this Query instance represents.
toString() - Method in class com.google.cloud.firestore.collection.ImmutableSortedMap
 
toString() - Method in class com.google.cloud.firestore.DocumentReference
 
toString() - Method in class com.google.cloud.firestore.DocumentSnapshot
 
toString() - Method in class com.google.cloud.firestore.FieldPath
 
toString() - Method in class com.google.cloud.firestore.GeoPoint
 
toString() - Method in class com.google.cloud.firestore.UpdateBuilder
 
toString() - Method in class com.google.firestore.admin.v1.CollectionGroupName
 
toString() - Method in class com.google.firestore.admin.v1.DatabaseName
 
toString() - Method in class com.google.firestore.admin.v1.FieldName
 
toString() - Method in class com.google.firestore.admin.v1.IndexName
 
toString() - Method in class com.google.firestore.admin.v1.ParentName
 
toString() - Method in class com.google.firestore.admin.v1.ProjectName
 
toString() - Method in class com.google.firestore.v1.AnyPathName
 
toString() - Method in class com.google.firestore.v1.DatabaseRootName
 
toString() - Method in class com.google.firestore.v1.DocumentPathName
 
toString() - Method in class com.google.firestore.v1.DocumentRootName
 
toStringList(List<CollectionGroupName>) - Static method in class com.google.firestore.admin.v1.CollectionGroupName
 
toStringList(List<DatabaseName>) - Static method in class com.google.firestore.admin.v1.DatabaseName
 
toStringList(List<FieldName>) - Static method in class com.google.firestore.admin.v1.FieldName
 
toStringList(List<IndexName>) - Static method in class com.google.firestore.admin.v1.IndexName
 
toStringList(List<ParentName>) - Static method in class com.google.firestore.admin.v1.ParentName
 
toStringList(List<ProjectName>) - Static method in class com.google.firestore.admin.v1.ProjectName
 
toStringList(List<AnyPathName>) - Static method in class com.google.firestore.v1.AnyPathName
 
toStringList(List<DatabaseRootName>) - Static method in class com.google.firestore.v1.DatabaseRootName
 
toStringList(List<DocumentPathName>) - Static method in class com.google.firestore.v1.DocumentPathName
 
toStringList(List<DocumentRootName>) - Static method in class com.google.firestore.v1.DocumentRootName
 
TOTAL_BYTES_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundleMetadata
 
TOTAL_DOCUMENTS_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundleMetadata
 
Transaction - Class in com.google.cloud.firestore
A Transaction is passed to a Function to provide the methods to read and write data within the transaction context.
Transaction.AsyncFunction<T> - Interface in com.google.cloud.firestore
User callback that takes a Firestore Async Transaction.
Transaction.Function<T> - Interface in com.google.cloud.firestore
User callback that takes a Firestore Transaction.
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BatchGetDocumentsRequest
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BatchGetDocumentsResponse
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BeginTransactionResponse
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.CommitRequest
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.GetDocumentRequest
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ListDocumentsRequest
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RollbackRequest
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunAggregationQueryRequest
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunAggregationQueryResponse
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunQueryRequest
 
TRANSACTION_FIELD_NUMBER - Static variable in class com.google.firestore.v1.RunQueryResponse
 
TransactionOptions - Class in com.google.cloud.firestore
Options specifying the behavior of Firestore Transactions.
TransactionOptions - Class in com.google.firestore.v1
Options for creating a new transaction.
TransactionOptions.Builder<B extends TransactionOptions.Builder<B>> - Class in com.google.cloud.firestore
 
TransactionOptions.Builder - Class in com.google.firestore.v1
Options for creating a new transaction.
TransactionOptions.ModeCase - Enum in com.google.firestore.v1
 
TransactionOptions.ReadOnly - Class in com.google.firestore.v1
Options for a transaction that can only be used to read documents.
TransactionOptions.ReadOnly.Builder - Class in com.google.firestore.v1
Options for a transaction that can only be used to read documents.
TransactionOptions.ReadOnly.ConsistencySelectorCase - Enum in com.google.firestore.v1
 
TransactionOptions.ReadOnlyOptionsBuilder - Class in com.google.cloud.firestore
A typesafe builder class representing those options that are applicable when configuring a transaction to be read-only.
TransactionOptions.ReadOnlyOrBuilder - Interface in com.google.firestore.v1
 
TransactionOptions.ReadWrite - Class in com.google.firestore.v1
Options for a transaction that can be used to read and write documents.
TransactionOptions.ReadWrite.Builder - Class in com.google.firestore.v1
Options for a transaction that can be used to read and write documents.
TransactionOptions.ReadWriteOptionsBuilder - Class in com.google.cloud.firestore
A typesafe builder class representing those options that are applicable when configuring a transaction to be read-write.
TransactionOptions.ReadWriteOrBuilder - Interface in com.google.firestore.v1
 
TransactionOptions.TransactionOptionsType - Enum in com.google.cloud.firestore
 
TransactionOptionsOrBuilder - Interface in com.google.firestore.v1
 
TRANSFORM_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Write
 
TRANSFORM_RESULTS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.WriteResult
 
translate(C) - Method in interface com.google.cloud.firestore.collection.ImmutableSortedMap.Builder.KeyTranslator
 
TTL_CONFIG_DELTA_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.FieldOperationMetadata
 
TTL_CONFIG_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Field
 
TYPE_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Database
 

U

UNARY_FILTER_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.Filter
 
unaryMethodSettingsBuilders() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
 
unaryMethodSettingsBuilders() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
 
UNCHANGED_NAMES_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ExistenceFilter
 
UP_TO_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
update(DocumentReference, Map<String, Object>) - Method in class com.google.cloud.firestore.BulkWriter
Update fields of the document referred to by the provided DocumentReference.
update(DocumentReference, Map<String, Object>, Precondition) - Method in class com.google.cloud.firestore.BulkWriter
Update fields of the document referred to by the provided DocumentReference.
update(DocumentReference, String, Object, Object...) - Method in class com.google.cloud.firestore.BulkWriter
Update fields of the document referred to by the provided DocumentReference.
update(DocumentReference, FieldPath, Object, Object...) - Method in class com.google.cloud.firestore.BulkWriter
Update fields of the document referred to by the provided DocumentReference.
update(DocumentReference, Precondition, String, Object, Object...) - Method in class com.google.cloud.firestore.BulkWriter
Update fields of the document referred to by the provided DocumentReference.
update(DocumentReference, Precondition, FieldPath, Object, Object...) - Method in class com.google.cloud.firestore.BulkWriter
Update fields of the document referred to by the provided DocumentReference.
update(Map<String, Object>) - Method in class com.google.cloud.firestore.DocumentReference
Updates fields in the document referred to by this DocumentReference.
update(Map<String, Object>, Precondition) - Method in class com.google.cloud.firestore.DocumentReference
Updates fields in the document referred to by this DocumentReference.
update(String, Object, Object...) - Method in class com.google.cloud.firestore.DocumentReference
Updates the fields in the document referred to by this DocumentReference.
update(FieldPath, Object, Object...) - Method in class com.google.cloud.firestore.DocumentReference
Updates the fields in the document referred to by this DocumentReference.
update(Precondition, String, Object, Object...) - Method in class com.google.cloud.firestore.DocumentReference
Updates the fields in the document referred to by this DocumentReference.
update(Precondition, FieldPath, Object, Object...) - Method in class com.google.cloud.firestore.DocumentReference
Updates the fields in the document referred to by this DocumentReference.
update(DocumentReference, Map<String, Object>) - Method in class com.google.cloud.firestore.UpdateBuilder
Updates fields in the document referred to by this DocumentReference.
update(DocumentReference, Map<String, Object>, Precondition) - Method in class com.google.cloud.firestore.UpdateBuilder
Updates fields in the document referred to by this DocumentReference.
update(DocumentReference, String, Object, Object...) - Method in class com.google.cloud.firestore.UpdateBuilder
Updates the fields in the document referred to by this DocumentReference.
update(DocumentReference, FieldPath, Object, Object...) - Method in class com.google.cloud.firestore.UpdateBuilder
Updates the fields in the document referred to by this DocumentReference.
update(DocumentReference, Precondition, String, Object, Object...) - Method in class com.google.cloud.firestore.UpdateBuilder
Updates the fields in the document referred to by this DocumentReference.
update(DocumentReference, Precondition, FieldPath, Object, Object...) - Method in class com.google.cloud.firestore.UpdateBuilder
Updates the fields in the document referred to by this DocumentReference.
UPDATE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Write
 
UPDATE_MASK_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
UPDATE_MASK_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.UpdateFieldRequest
 
UPDATE_MASK_FIELD_NUMBER - Static variable in class com.google.firestore.v1.UpdateDocumentRequest
 
UPDATE_MASK_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Write
 
UPDATE_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Document
 
UPDATE_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Precondition
 
UPDATE_TIME_FIELD_NUMBER - Static variable in class com.google.firestore.v1.WriteResult
 
UPDATE_TRANSFORMS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Write
 
UpdateBuilder<T> - Class in com.google.cloud.firestore
Abstract class that collects and bundles all write operations for Transaction and WriteBatch.
updateCallback(Transaction) - Method in interface com.google.cloud.firestore.Transaction.AsyncFunction
 
updateCallback(Transaction) - Method in interface com.google.cloud.firestore.Transaction.Function
 
updatedAt(Timestamp) - Static method in class com.google.cloud.firestore.Precondition
Creates a Precondition that enforces that the existing document was written at the specified time.
updateDatabase(UpdateDatabaseRequest, StreamObserver<Operation>) - Method in interface com.google.firestore.admin.v1.FirestoreAdminGrpc.AsyncService
Updates a database.
updateDatabase(UpdateDatabaseRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminBlockingStub
Updates a database.
updateDatabase(UpdateDatabaseRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminFutureStub
Updates a database.
updateDatabase(UpdateDatabaseRequest, StreamObserver<Operation>) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminStub
Updates a database.
updateDatabaseAsync(Database, FieldMask) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Updates a database.
updateDatabaseAsync(UpdateDatabaseRequest) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Updates a database.
updateDatabaseCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Updates a database.
updateDatabaseCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
updateDatabaseCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
updateDatabaseCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
UpdateDatabaseMetadata - Class in com.google.firestore.admin.v1
Metadata related to the update database operation.
UpdateDatabaseMetadata.Builder - Class in com.google.firestore.admin.v1
Metadata related to the update database operation.
UpdateDatabaseMetadataOrBuilder - Interface in com.google.firestore.admin.v1
 
updateDatabaseOperationCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Updates a database.
updateDatabaseOperationCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
updateDatabaseOperationCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
updateDatabaseOperationCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
updateDatabaseOperationSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to updateDatabase.
updateDatabaseOperationSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to updateDatabase.
updateDatabaseOperationSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to updateDatabase.
updateDatabaseOperationSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to updateDatabase.
UpdateDatabaseRequest - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.UpdateDatabase][google.firestore.admin.v1.FirestoreAdmin.UpdateDatabase].
UpdateDatabaseRequest.Builder - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.UpdateDatabase][google.firestore.admin.v1.FirestoreAdmin.UpdateDatabase].
UpdateDatabaseRequestOrBuilder - Interface in com.google.firestore.admin.v1
 
updateDatabaseSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to updateDatabase.
updateDatabaseSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to updateDatabase.
updateDatabaseSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to updateDatabase.
updateDatabaseSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to updateDatabase.
updateDocument(Document, DocumentMask) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Updates or inserts a document.
updateDocument(UpdateDocumentRequest) - Method in class com.google.cloud.firestore.v1.FirestoreClient
Updates or inserts a document.
updateDocument(UpdateDocumentRequest, StreamObserver<Document>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Updates or inserts a document.
updateDocument(UpdateDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreBlockingStub
Updates or inserts a document.
updateDocument(UpdateDocumentRequest) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreFutureStub
Updates or inserts a document.
updateDocument(UpdateDocumentRequest, StreamObserver<Document>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Updates or inserts a document.
updateDocumentCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Updates or inserts a document.
updateDocumentCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
updateDocumentCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
updateDocumentCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
UpdateDocumentRequest - Class in com.google.firestore.v1
The request for [Firestore.UpdateDocument][google.firestore.v1.Firestore.UpdateDocument].
UpdateDocumentRequest.Builder - Class in com.google.firestore.v1
The request for [Firestore.UpdateDocument][google.firestore.v1.Firestore.UpdateDocument].
UpdateDocumentRequestOrBuilder - Interface in com.google.firestore.v1
 
updateDocumentSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to updateDocument.
updateDocumentSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to updateDocument.
updateDocumentSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to updateDocument.
updateDocumentSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to updateDocument.
updateField(UpdateFieldRequest, StreamObserver<Operation>) - Method in interface com.google.firestore.admin.v1.FirestoreAdminGrpc.AsyncService
Updates a field configuration.
updateField(UpdateFieldRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminBlockingStub
Updates a field configuration.
updateField(UpdateFieldRequest) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminFutureStub
Updates a field configuration.
updateField(UpdateFieldRequest, StreamObserver<Operation>) - Method in class com.google.firestore.admin.v1.FirestoreAdminGrpc.FirestoreAdminStub
Updates a field configuration.
updateFieldAsync(Field) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Updates a field configuration.
updateFieldAsync(UpdateFieldRequest) - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Updates a field configuration.
updateFieldCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Updates a field configuration.
updateFieldCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
updateFieldCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
updateFieldCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
updateFieldOperationCallable() - Method in class com.google.cloud.firestore.v1.FirestoreAdminClient
Updates a field configuration.
updateFieldOperationCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStub
 
updateFieldOperationCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreAdminStub
 
updateFieldOperationCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreAdminStub
 
updateFieldOperationSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to updateField.
updateFieldOperationSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to updateField.
updateFieldOperationSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to updateField.
updateFieldOperationSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to updateField.
UpdateFieldRequest - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.UpdateField][google.firestore.admin.v1.FirestoreAdmin.UpdateField].
UpdateFieldRequest.Builder - Class in com.google.firestore.admin.v1
The request for [FirestoreAdmin.UpdateField][google.firestore.admin.v1.FirestoreAdmin.UpdateField].
UpdateFieldRequestOrBuilder - Interface in com.google.firestore.admin.v1
 
updateFieldSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings.Builder
Returns the builder for the settings used for calls to updateField.
updateFieldSettings() - Method in class com.google.cloud.firestore.v1.FirestoreAdminSettings
Returns the object with the settings used for calls to updateField.
updateFieldSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings.Builder
Returns the builder for the settings used for calls to updateField.
updateFieldSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreAdminStubSettings
Returns the object with the settings used for calls to updateField.
USES_ANCESTOR_CONFIG_FIELD_NUMBER - Static variable in class com.google.firestore.admin.v1.Field.IndexConfig
 

V

Value - Class in com.google.firestore.v1
A message that can hold any of the supported value types.
Value.Builder - Class in com.google.firestore.v1
A message that can hold any of the supported value types.
Value.ValueTypeCase - Enum in com.google.firestore.v1
 
VALUE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
valueOf(String) - Static method in enum com.google.cloud.firestore.collection.LLRBNode.Color
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.firestore.DocumentChange.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.firestore.Query.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.firestore.TransactionOptions.TransactionOptionsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.firestore.admin.v1.Database.AppEngineIntegrationMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.admin.v1.Database.AppEngineIntegrationMode
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.admin.v1.Database.AppEngineIntegrationMode
 
valueOf(String) - Static method in enum com.google.firestore.admin.v1.Database.ConcurrencyMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.admin.v1.Database.ConcurrencyMode
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.admin.v1.Database.ConcurrencyMode
 
valueOf(String) - Static method in enum com.google.firestore.admin.v1.Database.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.admin.v1.Database.DatabaseType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.admin.v1.Database.DatabaseType
 
valueOf(String) - Static method in enum com.google.firestore.admin.v1.Field.TtlConfig.State
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.admin.v1.Field.TtlConfig.State
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.admin.v1.Field.TtlConfig.State
 
valueOf(String) - Static method in enum com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType
 
valueOf(String) - Static method in enum com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType
 
valueOf(String) - Static method in enum com.google.firestore.admin.v1.Index.ApiScope
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.admin.v1.Index.ApiScope
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.admin.v1.Index.ApiScope
 
valueOf(String) - Static method in enum com.google.firestore.admin.v1.Index.IndexField.ArrayConfig
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.admin.v1.Index.IndexField.ArrayConfig
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.admin.v1.Index.IndexField.ArrayConfig
 
valueOf(String) - Static method in enum com.google.firestore.admin.v1.Index.IndexField.Order
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.admin.v1.Index.IndexField.Order
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.admin.v1.Index.IndexField.Order
 
valueOf(String) - Static method in enum com.google.firestore.admin.v1.Index.IndexField.ValueModeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.admin.v1.Index.IndexField.ValueModeCase
valueOf(String) - Static method in enum com.google.firestore.admin.v1.Index.QueryScope
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.admin.v1.Index.QueryScope
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.admin.v1.Index.QueryScope
 
valueOf(String) - Static method in enum com.google.firestore.admin.v1.Index.State
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.admin.v1.Index.State
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.admin.v1.Index.State
 
valueOf(String) - Static method in enum com.google.firestore.admin.v1.OperationState
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.admin.v1.OperationState
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.admin.v1.OperationState
 
valueOf(String) - Static method in enum com.google.firestore.bundle.BundledQuery.LimitType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.bundle.BundledQuery.LimitType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.bundle.BundledQuery.LimitType
 
valueOf(String) - Static method in enum com.google.firestore.bundle.BundledQuery.QueryTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.bundle.BundledQuery.QueryTypeCase
valueOf(String) - Static method in enum com.google.firestore.bundle.BundleElement.ElementTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.bundle.BundleElement.ElementTypeCase
valueOf(String) - Static method in enum com.google.firestore.v1.BatchGetDocumentsRequest.ConsistencySelectorCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.BatchGetDocumentsRequest.ConsistencySelectorCase
valueOf(String) - Static method in enum com.google.firestore.v1.BatchGetDocumentsResponse.ResultCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.BatchGetDocumentsResponse.ResultCase
valueOf(String) - Static method in enum com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue
 
valueOf(String) - Static method in enum com.google.firestore.v1.DocumentTransform.FieldTransform.TransformTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.DocumentTransform.FieldTransform.TransformTypeCase
valueOf(String) - Static method in enum com.google.firestore.v1.GetDocumentRequest.ConsistencySelectorCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.GetDocumentRequest.ConsistencySelectorCase
valueOf(String) - Static method in enum com.google.firestore.v1.ListCollectionIdsRequest.ConsistencySelectorCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.ListCollectionIdsRequest.ConsistencySelectorCase
valueOf(String) - Static method in enum com.google.firestore.v1.ListDocumentsRequest.ConsistencySelectorCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.ListDocumentsRequest.ConsistencySelectorCase
valueOf(String) - Static method in enum com.google.firestore.v1.ListenRequest.TargetChangeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.ListenRequest.TargetChangeCase
valueOf(String) - Static method in enum com.google.firestore.v1.ListenResponse.ResponseTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.ListenResponse.ResponseTypeCase
valueOf(String) - Static method in enum com.google.firestore.v1.PartitionQueryRequest.ConsistencySelectorCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.PartitionQueryRequest.ConsistencySelectorCase
valueOf(String) - Static method in enum com.google.firestore.v1.PartitionQueryRequest.QueryTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.PartitionQueryRequest.QueryTypeCase
valueOf(String) - Static method in enum com.google.firestore.v1.Precondition.ConditionTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.Precondition.ConditionTypeCase
valueOf(String) - Static method in enum com.google.firestore.v1.RunAggregationQueryRequest.ConsistencySelectorCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.RunAggregationQueryRequest.ConsistencySelectorCase
valueOf(String) - Static method in enum com.google.firestore.v1.RunAggregationQueryRequest.QueryTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.RunAggregationQueryRequest.QueryTypeCase
valueOf(String) - Static method in enum com.google.firestore.v1.RunQueryRequest.ConsistencySelectorCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.RunQueryRequest.ConsistencySelectorCase
valueOf(String) - Static method in enum com.google.firestore.v1.RunQueryRequest.QueryTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.RunQueryRequest.QueryTypeCase
valueOf(String) - Static method in enum com.google.firestore.v1.RunQueryResponse.ContinuationSelectorCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.RunQueryResponse.ContinuationSelectorCase
valueOf(String) - Static method in enum com.google.firestore.v1.StructuredAggregationQuery.Aggregation.OperatorCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.StructuredAggregationQuery.Aggregation.OperatorCase
valueOf(String) - Static method in enum com.google.firestore.v1.StructuredAggregationQuery.QueryTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.StructuredAggregationQuery.QueryTypeCase
valueOf(String) - Static method in enum com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator
 
valueOf(String) - Static method in enum com.google.firestore.v1.StructuredQuery.Direction
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.StructuredQuery.Direction
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.v1.StructuredQuery.Direction
 
valueOf(String) - Static method in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
 
valueOf(String) - Static method in enum com.google.firestore.v1.StructuredQuery.Filter.FilterTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.StructuredQuery.Filter.FilterTypeCase
valueOf(String) - Static method in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.OperandTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.OperandTypeCase
valueOf(String) - Static method in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
 
valueOf(String) - Static method in enum com.google.firestore.v1.Target.QueryTarget.QueryTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.Target.QueryTarget.QueryTypeCase
valueOf(String) - Static method in enum com.google.firestore.v1.Target.ResumeTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.Target.ResumeTypeCase
Deprecated.
valueOf(String) - Static method in enum com.google.firestore.v1.Target.TargetTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.Target.TargetTypeCase
Deprecated.
valueOf(String) - Static method in enum com.google.firestore.v1.TargetChange.TargetChangeType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.TargetChange.TargetChangeType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.firestore.v1.TargetChange.TargetChangeType
 
valueOf(String) - Static method in enum com.google.firestore.v1.TransactionOptions.ModeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.TransactionOptions.ModeCase
valueOf(String) - Static method in enum com.google.firestore.v1.TransactionOptions.ReadOnly.ConsistencySelectorCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.TransactionOptions.ReadOnly.ConsistencySelectorCase
valueOf(String) - Static method in enum com.google.firestore.v1.Value.ValueTypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.Value.ValueTypeCase
Deprecated.
valueOf(String) - Static method in enum com.google.firestore.v1.Write.OperationCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.firestore.v1.Write.OperationCase
Deprecated.
ValueOrBuilder - Interface in com.google.firestore.v1
 
values() - Static method in enum com.google.cloud.firestore.collection.LLRBNode.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.firestore.DocumentChange.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.firestore.Query.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.firestore.TransactionOptions.TransactionOptionsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.admin.v1.Database.AppEngineIntegrationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.admin.v1.Database.ConcurrencyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.admin.v1.Database.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.admin.v1.Field.TtlConfig.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.admin.v1.Index.ApiScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.admin.v1.Index.IndexField.ArrayConfig
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.admin.v1.Index.IndexField.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.admin.v1.Index.IndexField.ValueModeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.admin.v1.Index.QueryScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.admin.v1.Index.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.admin.v1.OperationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.bundle.BundledQuery.LimitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.bundle.BundledQuery.QueryTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.bundle.BundleElement.ElementTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.BatchGetDocumentsRequest.ConsistencySelectorCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.BatchGetDocumentsResponse.ResultCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.DocumentTransform.FieldTransform.ServerValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.DocumentTransform.FieldTransform.TransformTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.GetDocumentRequest.ConsistencySelectorCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.ListCollectionIdsRequest.ConsistencySelectorCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.ListDocumentsRequest.ConsistencySelectorCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.ListenRequest.TargetChangeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.ListenResponse.ResponseTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.PartitionQueryRequest.ConsistencySelectorCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.PartitionQueryRequest.QueryTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.Precondition.ConditionTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.RunAggregationQueryRequest.ConsistencySelectorCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.RunAggregationQueryRequest.QueryTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.RunQueryRequest.ConsistencySelectorCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.RunQueryRequest.QueryTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.RunQueryResponse.ContinuationSelectorCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.StructuredAggregationQuery.Aggregation.OperatorCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.StructuredAggregationQuery.QueryTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.StructuredQuery.CompositeFilter.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.StructuredQuery.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.StructuredQuery.FieldFilter.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.StructuredQuery.Filter.FilterTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.OperandTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.StructuredQuery.UnaryFilter.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.Target.QueryTarget.QueryTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.Target.ResumeTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.Target.TargetTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.TargetChange.TargetChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.TransactionOptions.ModeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.TransactionOptions.ReadOnly.ConsistencySelectorCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.Value.ValueTypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.firestore.v1.Write.OperationCase
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_FIELD_NUMBER - Static variable in class com.google.firestore.v1.ArrayValue
 
VALUES_FIELD_NUMBER - Static variable in class com.google.firestore.v1.Cursor
 
VERSION_FIELD_NUMBER - Static variable in class com.google.firestore.bundle.BundleMetadata
 
visitEntry(K, V) - Method in class com.google.cloud.firestore.collection.LLRBNode.NodeVisitor
 

W

where(Filter) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter.
WHERE_FIELD_NUMBER - Static variable in class com.google.firestore.v1.StructuredQuery
 
whereArrayContains(String, Object) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field, the value must be an array, and that the array must contain the provided value.
whereArrayContains(FieldPath, Object) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field, the value must be an array, and that the array must contain the provided value.
whereArrayContainsAny(String, List<? extends Object>) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field, the value must be an array, and that the array must contain at least one value from the provided list.
whereArrayContainsAny(FieldPath, List<? extends Object>) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field, the value must be an array, and that the array must contain at least one value from the provided list.
whereEqualTo(String, Object) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be equal to the specified value.
whereEqualTo(FieldPath, Object) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be equal to the specified value.
whereGreaterThan(String, Object) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be greater than the specified value.
whereGreaterThan(FieldPath, Object) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be greater than the specified value.
whereGreaterThanOrEqualTo(String, Object) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be greater than or equal to the specified value.
whereGreaterThanOrEqualTo(FieldPath, Object) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be greater than or equal to the specified value.
whereIn(String, List<? extends Object>) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value must equal one of the values from the provided list.
whereIn(FieldPath, List<? extends Object>) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value must equal one of the values from the provided list.
whereLessThan(String, Object) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be less than the specified value.
whereLessThan(FieldPath, Object) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be less than the specified value.
whereLessThanOrEqualTo(String, Object) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be less or equal to the specified value.
whereLessThanOrEqualTo(FieldPath, Object) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be less or equal to the specified value.
whereNotEqualTo(String, Object) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and its value does not equal the specified value.
whereNotEqualTo(FieldPath, Object) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value does not equal the specified value.
whereNotIn(String, List<? extends Object>) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value does not equal any of the values from the provided list.
whereNotIn(FieldPath, List<? extends Object>) - Method in class com.google.cloud.firestore.Query
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value does not equal any of the values from the provided list.
withChanges(Query, Timestamp, DocumentSet, List<DocumentChange>) - Static method in class com.google.cloud.firestore.QuerySnapshot
Creates a new QuerySnapshot representing a snapshot of a Query with changed documents.
withDocuments(Query, Timestamp, List<QueryDocumentSnapshot>) - Static method in class com.google.cloud.firestore.QuerySnapshot
Creates a new QuerySnapshot representing the results of a Query with added documents.
write(StreamObserver<WriteResponse>) - Method in interface com.google.firestore.v1.FirestoreGrpc.AsyncService
Streams batches of document updates and deletes, in order.
write(StreamObserver<WriteResponse>) - Method in class com.google.firestore.v1.FirestoreGrpc.FirestoreStub
Streams batches of document updates and deletes, in order.
Write - Class in com.google.firestore.v1
A write on a document.
Write.Builder - Class in com.google.firestore.v1
A write on a document.
Write.OperationCase - Enum in com.google.firestore.v1
 
WRITE_RESULTS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BatchWriteResponse
 
WRITE_RESULTS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.CommitResponse
 
WRITE_RESULTS_FIELD_NUMBER - Static variable in class com.google.firestore.v1.WriteResponse
 
WriteBatch - Class in com.google.cloud.firestore
A Firestore WriteBatch that can be used to atomically commit multiple write operations at once.
writeCallable() - Method in class com.google.cloud.firestore.v1.FirestoreClient
Streams batches of document updates and deletes, in order.
writeCallable() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStub
 
writeCallable() - Method in class com.google.cloud.firestore.v1.stub.GrpcFirestoreStub
 
writeCallable() - Method in class com.google.cloud.firestore.v1.stub.HttpJsonFirestoreStub
 
WriteOrBuilder - Interface in com.google.firestore.v1
 
WriteProto - Class in com.google.firestore.v1
 
WriteRequest - Class in com.google.firestore.v1
The request for [Firestore.Write][google.firestore.v1.Firestore.Write].
WriteRequest.Builder - Class in com.google.firestore.v1
The request for [Firestore.Write][google.firestore.v1.Firestore.Write].
WriteRequestOrBuilder - Interface in com.google.firestore.v1
 
WriteResponse - Class in com.google.firestore.v1
The response for [Firestore.Write][google.firestore.v1.Firestore.Write].
WriteResponse.Builder - Class in com.google.firestore.v1
The response for [Firestore.Write][google.firestore.v1.Firestore.Write].
WriteResponseOrBuilder - Interface in com.google.firestore.v1
 
WriteResult - Class in com.google.cloud.firestore
A WriteResult exposes the update time set by the server.
WriteResult - Class in com.google.firestore.v1
The result of applying a write.
WriteResult.Builder - Class in com.google.firestore.v1
The result of applying a write.
WriteResultOrBuilder - Interface in com.google.firestore.v1
 
WRITES_FIELD_NUMBER - Static variable in class com.google.firestore.v1.BatchWriteRequest
 
WRITES_FIELD_NUMBER - Static variable in class com.google.firestore.v1.CommitRequest
 
WRITES_FIELD_NUMBER - Static variable in class com.google.firestore.v1.WriteRequest
 
writeSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings.Builder
Returns the builder for the settings used for calls to write.
writeSettings() - Method in class com.google.cloud.firestore.v1.FirestoreSettings
Returns the object with the settings used for calls to write.
writeSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings.Builder
Returns the builder for the settings used for calls to write.
writeSettings() - Method in class com.google.cloud.firestore.v1.stub.FirestoreStubSettings
Returns the object with the settings used for calls to write.
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.CreateIndexRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.Database
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.DeleteIndexRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.ExportDocumentsMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.ExportDocumentsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.ExportDocumentsResponse
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.Field.IndexConfig
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.Field.TtlConfig
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.Field
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata.TtlConfigDelta
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.FieldOperationMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.GetDatabaseRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.GetFieldRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.GetIndexRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.ImportDocumentsMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.ImportDocumentsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.Index.IndexField
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.Index
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.IndexOperationMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.ListDatabasesRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.ListDatabasesResponse
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.ListFieldsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.ListFieldsResponse
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.ListIndexesRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.ListIndexesResponse
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.LocationMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.Progress
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.UpdateDatabaseMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.UpdateDatabaseRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.admin.v1.UpdateFieldRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.bundle.BundledDocumentMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.bundle.BundledQuery
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.bundle.BundleElement
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.bundle.BundleMetadata
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.bundle.NamedQuery
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.AggregationResult
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.ArrayValue
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.BatchGetDocumentsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.BatchGetDocumentsResponse
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.BatchWriteRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.BatchWriteResponse
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.BeginTransactionRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.BeginTransactionResponse
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.BitSequence
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.BloomFilter
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.CommitRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.CommitResponse
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.CreateDocumentRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.Cursor
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.DeleteDocumentRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.Document
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.DocumentChange
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.DocumentDelete
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.DocumentMask
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.DocumentRemove
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.DocumentTransform.FieldTransform
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.DocumentTransform
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.ExistenceFilter
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.GetDocumentRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.ListCollectionIdsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.ListCollectionIdsResponse
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.ListDocumentsRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.ListDocumentsResponse
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.ListenRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.ListenResponse
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.MapValue
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.PartitionQueryRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.PartitionQueryResponse
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.Precondition
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.RollbackRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.RunAggregationQueryRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.RunAggregationQueryResponse
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.RunQueryRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.RunQueryResponse
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.StructuredAggregationQuery.Aggregation
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.StructuredAggregationQuery
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.StructuredQuery.CollectionSelector
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.StructuredQuery.CompositeFilter
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.StructuredQuery.FieldFilter
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.StructuredQuery.FieldReference
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.StructuredQuery.Filter
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.StructuredQuery.Order
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.StructuredQuery.Projection
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.StructuredQuery.UnaryFilter
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.StructuredQuery
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.Target.DocumentsTarget
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.Target.QueryTarget
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.Target
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.TargetChange
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.TransactionOptions.ReadOnly
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.TransactionOptions.ReadWrite
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.TransactionOptions
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.UpdateDocumentRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.Value
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.Write
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.WriteRequest
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.WriteResponse
 
writeTo(CodedOutputStream) - Method in class com.google.firestore.v1.WriteResult
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2023 Google LLC. All rights reserved.