Package | Description |
---|---|
com.google.cloud.firestore.v1 |
A client to Cloud Firestore API
|
com.google.cloud.firestore.v1.stub | |
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
Index |
FirestoreAdminClient.getIndex(GetIndexRequest request)
Gets a composite index.
|
Index |
FirestoreAdminClient.getIndex(IndexName name)
Gets a composite index.
|
Index |
FirestoreAdminClient.getIndex(String name)
Gets a composite index.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.longrunning.OperationFuture<Index,IndexOperationMetadata> |
FirestoreAdminClient.createIndexAsync(CollectionGroupName parent,
Index index)
Creates a composite index.
|
com.google.api.gax.longrunning.OperationFuture<Index,IndexOperationMetadata> |
FirestoreAdminClient.createIndexAsync(CreateIndexRequest request)
Creates a composite index.
|
com.google.api.gax.longrunning.OperationFuture<Index,IndexOperationMetadata> |
FirestoreAdminClient.createIndexAsync(String parent,
Index index)
Creates a composite index.
|
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata> |
FirestoreAdminClient.createIndexOperationCallable()
Creates a composite index.
|
com.google.api.gax.rpc.OperationCallSettings<CreateIndexRequest,Index,IndexOperationMetadata> |
FirestoreAdminSettings.createIndexOperationSettings()
Returns the object with the settings used for calls to createIndex.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateIndexRequest,Index,IndexOperationMetadata> |
FirestoreAdminSettings.Builder.createIndexOperationSettings()
Returns the builder for the settings used for calls to createIndex.
|
com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index> |
FirestoreAdminClient.getIndexCallable()
Gets a composite index.
|
com.google.api.gax.rpc.UnaryCallSettings<GetIndexRequest,Index> |
FirestoreAdminSettings.getIndexSettings()
Returns the object with the settings used for calls to getIndex.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIndexRequest,Index> |
FirestoreAdminSettings.Builder.getIndexSettings()
Returns the builder for the settings used for calls to getIndex.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.longrunning.OperationFuture<Index,IndexOperationMetadata> |
FirestoreAdminClient.createIndexAsync(CollectionGroupName parent,
Index index)
Creates a composite index.
|
com.google.api.gax.longrunning.OperationFuture<Index,IndexOperationMetadata> |
FirestoreAdminClient.createIndexAsync(String parent,
Index index)
Creates a composite index.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<FirestoreAdminClient.ListIndexesPagedResponse> |
FirestoreAdminClient.ListIndexesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context,
com.google.api.core.ApiFuture<ListIndexesResponse> futureResponse) |
protected FirestoreAdminClient.ListIndexesPage |
FirestoreAdminClient.ListIndexesPage.createPage(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context,
ListIndexesResponse response) |
com.google.api.core.ApiFuture<FirestoreAdminClient.ListIndexesPage> |
FirestoreAdminClient.ListIndexesPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context,
com.google.api.core.ApiFuture<ListIndexesResponse> futureResponse) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata> |
GrpcFirestoreAdminStub.createIndexOperationCallable() |
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata> |
HttpJsonFirestoreAdminStub.createIndexOperationCallable() |
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata> |
FirestoreAdminStub.createIndexOperationCallable() |
com.google.api.gax.rpc.OperationCallSettings<CreateIndexRequest,Index,IndexOperationMetadata> |
FirestoreAdminStubSettings.createIndexOperationSettings()
Returns the object with the settings used for calls to createIndex.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateIndexRequest,Index,IndexOperationMetadata> |
FirestoreAdminStubSettings.Builder.createIndexOperationSettings()
Returns the builder for the settings used for calls to createIndex.
|
com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index> |
GrpcFirestoreAdminStub.getIndexCallable() |
com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index> |
HttpJsonFirestoreAdminStub.getIndexCallable() |
com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index> |
FirestoreAdminStub.getIndexCallable() |
com.google.api.gax.rpc.UnaryCallSettings<GetIndexRequest,Index> |
FirestoreAdminStubSettings.getIndexSettings()
Returns the object with the settings used for calls to getIndex.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIndexRequest,Index> |
FirestoreAdminStubSettings.Builder.getIndexSettings()
Returns the builder for the settings used for calls to getIndex.
|
Modifier and Type | Method and Description |
---|---|
Index |
Index.Builder.build() |
Index |
Index.Builder.buildPartial() |
static Index |
Index.getDefaultInstance() |
Index |
Index.getDefaultInstanceForType() |
Index |
Index.Builder.getDefaultInstanceForType() |
Index |
FieldOperationMetadata.IndexConfigDeltaOrBuilder.getIndex()
The index being changed.
|
Index |
FieldOperationMetadata.IndexConfigDelta.getIndex()
The index being changed.
|
Index |
FieldOperationMetadata.IndexConfigDelta.Builder.getIndex()
The index being changed.
|
Index |
CreateIndexRequestOrBuilder.getIndex()
Required.
|
Index |
CreateIndexRequest.getIndex()
Required.
|
Index |
CreateIndexRequest.Builder.getIndex()
Required.
|
Index |
FirestoreAdminGrpc.FirestoreAdminBlockingStub.getIndex(GetIndexRequest request)
Gets a composite index.
|
Index |
ListIndexesResponse.getIndexes(int index)
The requested indexes.
|
Index |
ListIndexesResponse.Builder.getIndexes(int index)
The requested indexes.
|
Index |
ListIndexesResponseOrBuilder.getIndexes(int index)
The requested indexes.
|
Index |
Field.IndexConfigOrBuilder.getIndexes(int index)
The indexes supported for this field.
|
Index |
Field.IndexConfig.getIndexes(int index)
The indexes supported for this field.
|
Index |
Field.IndexConfig.Builder.getIndexes(int index)
The indexes supported for this field.
|
static Index |
Index.parseDelimitedFrom(InputStream input) |
static Index |
Index.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Index |
Index.parseFrom(byte[] data) |
static Index |
Index.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Index |
Index.parseFrom(ByteBuffer data) |
static Index |
Index.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Index |
Index.parseFrom(com.google.protobuf.ByteString data) |
static Index |
Index.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Index |
Index.parseFrom(com.google.protobuf.CodedInputStream input) |
static Index |
Index.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Index |
Index.parseFrom(InputStream input) |
static Index |
Index.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetIndexRequest,Index> |
FirestoreAdminGrpc.getGetIndexMethod() |
com.google.common.util.concurrent.ListenableFuture<Index> |
FirestoreAdminGrpc.FirestoreAdminFutureStub.getIndex(GetIndexRequest request)
Gets a composite index.
|
List<Index> |
ListIndexesResponse.getIndexesList()
The requested indexes.
|
List<Index> |
ListIndexesResponse.Builder.getIndexesList()
The requested indexes.
|
List<Index> |
ListIndexesResponseOrBuilder.getIndexesList()
The requested indexes.
|
List<Index> |
Field.IndexConfigOrBuilder.getIndexesList()
The indexes supported for this field.
|
List<Index> |
Field.IndexConfig.getIndexesList()
The indexes supported for this field.
|
List<Index> |
Field.IndexConfig.Builder.getIndexesList()
The indexes supported for this field.
|
com.google.protobuf.Parser<Index> |
Index.getParserForType() |
static com.google.protobuf.Parser<Index> |
Index.parser() |
Modifier and Type | Method and Description |
---|---|
ListIndexesResponse.Builder |
ListIndexesResponse.Builder.addIndexes(Index value)
The requested indexes.
|
Field.IndexConfig.Builder |
Field.IndexConfig.Builder.addIndexes(Index value)
The indexes supported for this field.
|
ListIndexesResponse.Builder |
ListIndexesResponse.Builder.addIndexes(int index,
Index value)
The requested indexes.
|
Field.IndexConfig.Builder |
Field.IndexConfig.Builder.addIndexes(int index,
Index value)
The indexes supported for this field.
|
Index.Builder |
Index.Builder.mergeFrom(Index other) |
FieldOperationMetadata.IndexConfigDelta.Builder |
FieldOperationMetadata.IndexConfigDelta.Builder.mergeIndex(Index value)
The index being changed.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.mergeIndex(Index value)
Required.
|
static Index.Builder |
Index.newBuilder(Index prototype) |
FieldOperationMetadata.IndexConfigDelta.Builder |
FieldOperationMetadata.IndexConfigDelta.Builder.setIndex(Index value)
The index being changed.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.setIndex(Index value)
Required.
|
ListIndexesResponse.Builder |
ListIndexesResponse.Builder.setIndexes(int index,
Index value)
The requested indexes.
|
Field.IndexConfig.Builder |
Field.IndexConfig.Builder.setIndexes(int index,
Index value)
The indexes supported for this field.
|
Modifier and Type | Method and Description |
---|---|
ListIndexesResponse.Builder |
ListIndexesResponse.Builder.addAllIndexes(Iterable<? extends Index> values)
The requested indexes.
|
Field.IndexConfig.Builder |
Field.IndexConfig.Builder.addAllIndexes(Iterable<? extends Index> values)
The indexes supported for this field.
|
default void |
FirestoreAdminGrpc.AsyncService.getIndex(GetIndexRequest request,
io.grpc.stub.StreamObserver<Index> responseObserver)
Gets a composite index.
|
void |
FirestoreAdminGrpc.FirestoreAdminStub.getIndex(GetIndexRequest request,
io.grpc.stub.StreamObserver<Index> responseObserver)
Gets a composite index.
|
Copyright © 2023 Google LLC. All rights reserved.