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 |
---|---|
com.google.api.gax.rpc.UnaryCallable<DeleteIndexRequest,com.google.protobuf.Empty> |
FirestoreAdminClient.deleteIndexCallable()
Deletes a composite index.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteIndexRequest,com.google.protobuf.Empty> |
FirestoreAdminSettings.deleteIndexSettings()
Returns the object with the settings used for calls to deleteIndex.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteIndexRequest,com.google.protobuf.Empty> |
FirestoreAdminSettings.Builder.deleteIndexSettings()
Returns the builder for the settings used for calls to deleteIndex.
|
Modifier and Type | Method and Description |
---|---|
void |
FirestoreAdminClient.deleteIndex(DeleteIndexRequest request)
Deletes a composite index.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<DeleteIndexRequest,com.google.protobuf.Empty> |
GrpcFirestoreAdminStub.deleteIndexCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteIndexRequest,com.google.protobuf.Empty> |
HttpJsonFirestoreAdminStub.deleteIndexCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteIndexRequest,com.google.protobuf.Empty> |
FirestoreAdminStub.deleteIndexCallable() |
com.google.api.gax.rpc.UnaryCallSettings<DeleteIndexRequest,com.google.protobuf.Empty> |
FirestoreAdminStubSettings.deleteIndexSettings()
Returns the object with the settings used for calls to deleteIndex.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteIndexRequest,com.google.protobuf.Empty> |
FirestoreAdminStubSettings.Builder.deleteIndexSettings()
Returns the builder for the settings used for calls to deleteIndex.
|
Modifier and Type | Method and Description |
---|---|
DeleteIndexRequest |
DeleteIndexRequest.Builder.build() |
DeleteIndexRequest |
DeleteIndexRequest.Builder.buildPartial() |
static DeleteIndexRequest |
DeleteIndexRequest.getDefaultInstance() |
DeleteIndexRequest |
DeleteIndexRequest.getDefaultInstanceForType() |
DeleteIndexRequest |
DeleteIndexRequest.Builder.getDefaultInstanceForType() |
static DeleteIndexRequest |
DeleteIndexRequest.parseDelimitedFrom(InputStream input) |
static DeleteIndexRequest |
DeleteIndexRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteIndexRequest |
DeleteIndexRequest.parseFrom(byte[] data) |
static DeleteIndexRequest |
DeleteIndexRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteIndexRequest |
DeleteIndexRequest.parseFrom(ByteBuffer data) |
static DeleteIndexRequest |
DeleteIndexRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteIndexRequest |
DeleteIndexRequest.parseFrom(com.google.protobuf.ByteString data) |
static DeleteIndexRequest |
DeleteIndexRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteIndexRequest |
DeleteIndexRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static DeleteIndexRequest |
DeleteIndexRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteIndexRequest |
DeleteIndexRequest.parseFrom(InputStream input) |
static DeleteIndexRequest |
DeleteIndexRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<DeleteIndexRequest,com.google.protobuf.Empty> |
FirestoreAdminGrpc.getDeleteIndexMethod() |
com.google.protobuf.Parser<DeleteIndexRequest> |
DeleteIndexRequest.getParserForType() |
static com.google.protobuf.Parser<DeleteIndexRequest> |
DeleteIndexRequest.parser() |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Empty |
FirestoreAdminGrpc.FirestoreAdminBlockingStub.deleteIndex(DeleteIndexRequest request)
Deletes a composite index.
|
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
FirestoreAdminGrpc.FirestoreAdminFutureStub.deleteIndex(DeleteIndexRequest request)
Deletes a composite index.
|
default void |
FirestoreAdminGrpc.AsyncService.deleteIndex(DeleteIndexRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a composite index.
|
void |
FirestoreAdminGrpc.FirestoreAdminStub.deleteIndex(DeleteIndexRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a composite index.
|
DeleteIndexRequest.Builder |
DeleteIndexRequest.Builder.mergeFrom(DeleteIndexRequest other) |
static DeleteIndexRequest.Builder |
DeleteIndexRequest.newBuilder(DeleteIndexRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.