Uses of Class
io.dingodb.meta.Meta.DropTenantRequest
Packages that use Meta.DropTenantRequest
-
Uses of Meta.DropTenantRequest in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.DropTenantRequestModifier and TypeMethodDescriptionMeta.DropTenantRequest.Builder.build()Meta.DropTenantRequest.Builder.buildPartial()static Meta.DropTenantRequestMeta.DropTenantRequest.getDefaultInstance()Meta.DropTenantRequest.Builder.getDefaultInstanceForType()Meta.DropTenantRequest.getDefaultInstanceForType()static Meta.DropTenantRequestMeta.DropTenantRequest.parseDelimitedFrom(InputStream input) static Meta.DropTenantRequestMeta.DropTenantRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.DropTenantRequestMeta.DropTenantRequest.parseFrom(byte[] data) static Meta.DropTenantRequestMeta.DropTenantRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.DropTenantRequestMeta.DropTenantRequest.parseFrom(com.google.protobuf.ByteString data) static Meta.DropTenantRequestMeta.DropTenantRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.DropTenantRequestMeta.DropTenantRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.DropTenantRequestMeta.DropTenantRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.DropTenantRequestMeta.DropTenantRequest.parseFrom(InputStream input) static Meta.DropTenantRequestMeta.DropTenantRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.DropTenantRequestMeta.DropTenantRequest.parseFrom(ByteBuffer data) static Meta.DropTenantRequestMeta.DropTenantRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.DropTenantRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Meta.DropTenantRequest,Meta.DropTenantResponse> MetaServiceGrpc.getDropTenantMethod()com.google.protobuf.Parser<Meta.DropTenantRequest>Meta.DropTenantRequest.getParserForType()static com.google.protobuf.Parser<Meta.DropTenantRequest>Meta.DropTenantRequest.parser()Methods in io.dingodb.meta with parameters of type Meta.DropTenantRequestModifier and TypeMethodDescriptiondefault voidMetaServiceGrpc.AsyncService.dropTenant(Meta.DropTenantRequest request, io.grpc.stub.StreamObserver<Meta.DropTenantResponse> responseObserver) DropTenant in: parent_schema_id schema_name out: TenantMetaServiceGrpc.MetaServiceBlockingStub.dropTenant(Meta.DropTenantRequest request) DropTenant in: parent_schema_id schema_name out: Tenantcom.google.common.util.concurrent.ListenableFuture<Meta.DropTenantResponse>MetaServiceGrpc.MetaServiceFutureStub.dropTenant(Meta.DropTenantRequest request) DropTenant in: parent_schema_id schema_name out: TenantvoidMetaServiceGrpc.MetaServiceStub.dropTenant(Meta.DropTenantRequest request, io.grpc.stub.StreamObserver<Meta.DropTenantResponse> responseObserver) DropTenant in: parent_schema_id schema_name out: TenantMeta.DropTenantRequest.Builder.mergeFrom(Meta.DropTenantRequest other) Meta.DropTenantRequest.newBuilder(Meta.DropTenantRequest prototype)