Uses of Class
io.dingodb.meta.Meta.GetTenantsRequest
Packages that use Meta.GetTenantsRequest
-
Uses of Meta.GetTenantsRequest in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.GetTenantsRequestModifier and TypeMethodDescriptionMeta.GetTenantsRequest.Builder.build()Meta.GetTenantsRequest.Builder.buildPartial()static Meta.GetTenantsRequestMeta.GetTenantsRequest.getDefaultInstance()Meta.GetTenantsRequest.Builder.getDefaultInstanceForType()Meta.GetTenantsRequest.getDefaultInstanceForType()static Meta.GetTenantsRequestMeta.GetTenantsRequest.parseDelimitedFrom(InputStream input) static Meta.GetTenantsRequestMeta.GetTenantsRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetTenantsRequestMeta.GetTenantsRequest.parseFrom(byte[] data) static Meta.GetTenantsRequestMeta.GetTenantsRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetTenantsRequestMeta.GetTenantsRequest.parseFrom(com.google.protobuf.ByteString data) static Meta.GetTenantsRequestMeta.GetTenantsRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetTenantsRequestMeta.GetTenantsRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.GetTenantsRequestMeta.GetTenantsRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetTenantsRequestMeta.GetTenantsRequest.parseFrom(InputStream input) static Meta.GetTenantsRequestMeta.GetTenantsRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetTenantsRequestMeta.GetTenantsRequest.parseFrom(ByteBuffer data) static Meta.GetTenantsRequestMeta.GetTenantsRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.GetTenantsRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Meta.GetTenantsRequest,Meta.GetTenantsResponse> MetaServiceGrpc.getGetTenantsMethod()com.google.protobuf.Parser<Meta.GetTenantsRequest>Meta.GetTenantsRequest.getParserForType()static com.google.protobuf.Parser<Meta.GetTenantsRequest>Meta.GetTenantsRequest.parser()Methods in io.dingodb.meta with parameters of type Meta.GetTenantsRequestModifier and TypeMethodDescriptiondefault voidMetaServiceGrpc.AsyncService.getTenants(Meta.GetTenantsRequest request, io.grpc.stub.StreamObserver<Meta.GetTenantsResponse> responseObserver) GetTenants out: List<Tenant>MetaServiceGrpc.MetaServiceBlockingStub.getTenants(Meta.GetTenantsRequest request) GetTenants out: List<Tenant>com.google.common.util.concurrent.ListenableFuture<Meta.GetTenantsResponse>MetaServiceGrpc.MetaServiceFutureStub.getTenants(Meta.GetTenantsRequest request) GetTenants out: List<Tenant>voidMetaServiceGrpc.MetaServiceStub.getTenants(Meta.GetTenantsRequest request, io.grpc.stub.StreamObserver<Meta.GetTenantsResponse> responseObserver) GetTenants out: List<Tenant>Meta.GetTenantsRequest.Builder.mergeFrom(Meta.GetTenantsRequest other) Meta.GetTenantsRequest.newBuilder(Meta.GetTenantsRequest prototype)