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