Uses of Class
com.google.datastore.admin.v1.DeleteIndexRequest
-
Packages that use DeleteIndexRequest Package Description com.google.cloud.datastore.admin.v1 A client to Cloud Datastore APIcom.google.cloud.datastore.admin.v1.stub com.google.datastore.admin.v1 -
-
Uses of DeleteIndexRequest in com.google.cloud.datastore.admin.v1
Methods in com.google.cloud.datastore.admin.v1 that return types with arguments of type DeleteIndexRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteIndexRequest,com.google.longrunning.Operation>DatastoreAdminClient. deleteIndexCallable()Deletes an existing index.com.google.api.gax.rpc.OperationCallable<DeleteIndexRequest,Index,IndexOperationMetadata>DatastoreAdminClient. deleteIndexOperationCallable()Deletes an existing index.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteIndexRequest,Index,IndexOperationMetadata>DatastoreAdminSettings.Builder. deleteIndexOperationSettings()Returns the builder for the settings used for calls to deleteIndex.com.google.api.gax.rpc.OperationCallSettings<DeleteIndexRequest,Index,IndexOperationMetadata>DatastoreAdminSettings. deleteIndexOperationSettings()Returns the object with the settings used for calls to deleteIndex.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteIndexRequest,com.google.longrunning.Operation>DatastoreAdminSettings.Builder. deleteIndexSettings()Returns the builder for the settings used for calls to deleteIndex.com.google.api.gax.rpc.UnaryCallSettings<DeleteIndexRequest,com.google.longrunning.Operation>DatastoreAdminSettings. deleteIndexSettings()Returns the object with the settings used for calls to deleteIndex.Methods in com.google.cloud.datastore.admin.v1 with parameters of type DeleteIndexRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Index,IndexOperationMetadata>DatastoreAdminClient. deleteIndexAsync(DeleteIndexRequest request)Deletes an existing index. -
Uses of DeleteIndexRequest in com.google.cloud.datastore.admin.v1.stub
Methods in com.google.cloud.datastore.admin.v1.stub that return types with arguments of type DeleteIndexRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteIndexRequest,com.google.longrunning.Operation>DatastoreAdminStub. deleteIndexCallable()com.google.api.gax.rpc.UnaryCallable<DeleteIndexRequest,com.google.longrunning.Operation>GrpcDatastoreAdminStub. deleteIndexCallable()com.google.api.gax.rpc.UnaryCallable<DeleteIndexRequest,com.google.longrunning.Operation>HttpJsonDatastoreAdminStub. deleteIndexCallable()com.google.api.gax.rpc.OperationCallable<DeleteIndexRequest,Index,IndexOperationMetadata>DatastoreAdminStub. deleteIndexOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteIndexRequest,Index,IndexOperationMetadata>GrpcDatastoreAdminStub. deleteIndexOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteIndexRequest,Index,IndexOperationMetadata>HttpJsonDatastoreAdminStub. deleteIndexOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteIndexRequest,Index,IndexOperationMetadata>DatastoreAdminStubSettings.Builder. deleteIndexOperationSettings()Returns the builder for the settings used for calls to deleteIndex.com.google.api.gax.rpc.OperationCallSettings<DeleteIndexRequest,Index,IndexOperationMetadata>DatastoreAdminStubSettings. deleteIndexOperationSettings()Returns the object with the settings used for calls to deleteIndex.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteIndexRequest,com.google.longrunning.Operation>DatastoreAdminStubSettings.Builder. deleteIndexSettings()Returns the builder for the settings used for calls to deleteIndex.com.google.api.gax.rpc.UnaryCallSettings<DeleteIndexRequest,com.google.longrunning.Operation>DatastoreAdminStubSettings. deleteIndexSettings()Returns the object with the settings used for calls to deleteIndex. -
Uses of DeleteIndexRequest in com.google.datastore.admin.v1
Methods in com.google.datastore.admin.v1 that return DeleteIndexRequest Modifier and Type Method Description DeleteIndexRequestDeleteIndexRequest.Builder. build()DeleteIndexRequestDeleteIndexRequest.Builder. buildPartial()static DeleteIndexRequestDeleteIndexRequest. getDefaultInstance()DeleteIndexRequestDeleteIndexRequest.Builder. getDefaultInstanceForType()DeleteIndexRequestDeleteIndexRequest. getDefaultInstanceForType()static DeleteIndexRequestDeleteIndexRequest. parseDelimitedFrom(InputStream input)static DeleteIndexRequestDeleteIndexRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteIndexRequestDeleteIndexRequest. parseFrom(byte[] data)static DeleteIndexRequestDeleteIndexRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteIndexRequestDeleteIndexRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteIndexRequestDeleteIndexRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteIndexRequestDeleteIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteIndexRequestDeleteIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteIndexRequestDeleteIndexRequest. parseFrom(InputStream input)static DeleteIndexRequestDeleteIndexRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteIndexRequestDeleteIndexRequest. parseFrom(ByteBuffer data)static DeleteIndexRequestDeleteIndexRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.datastore.admin.v1 that return types with arguments of type DeleteIndexRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteIndexRequest,com.google.longrunning.Operation>DatastoreAdminGrpc. getDeleteIndexMethod()com.google.protobuf.Parser<DeleteIndexRequest>DeleteIndexRequest. getParserForType()static com.google.protobuf.Parser<DeleteIndexRequest>DeleteIndexRequest. parser()Methods in com.google.datastore.admin.v1 with parameters of type DeleteIndexRequest Modifier and Type Method Description default voidDatastoreAdminGrpc.AsyncService. deleteIndex(DeleteIndexRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes an existing index.com.google.longrunning.OperationDatastoreAdminGrpc.DatastoreAdminBlockingStub. deleteIndex(DeleteIndexRequest request)Deletes an existing index.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>DatastoreAdminGrpc.DatastoreAdminFutureStub. deleteIndex(DeleteIndexRequest request)Deletes an existing index.voidDatastoreAdminGrpc.DatastoreAdminStub. deleteIndex(DeleteIndexRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes an existing index.DeleteIndexRequest.BuilderDeleteIndexRequest.Builder. mergeFrom(DeleteIndexRequest other)static DeleteIndexRequest.BuilderDeleteIndexRequest. newBuilder(DeleteIndexRequest prototype)
-