Uses of Class
io.dingodb.meta.Meta.CreateSchemasResponse
Packages that use Meta.CreateSchemasResponse
-
Uses of Meta.CreateSchemasResponse in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.CreateSchemasResponseModifier and TypeMethodDescriptionMeta.CreateSchemasResponse.Builder.build()Meta.CreateSchemasResponse.Builder.buildPartial()MetaServiceGrpc.MetaServiceBlockingStub.createSchemas(Meta.CreateSchemasRequest request) static Meta.CreateSchemasResponseMeta.CreateSchemasResponse.getDefaultInstance()Meta.CreateSchemasResponse.Builder.getDefaultInstanceForType()Meta.CreateSchemasResponse.getDefaultInstanceForType()static Meta.CreateSchemasResponseMeta.CreateSchemasResponse.parseDelimitedFrom(InputStream input) static Meta.CreateSchemasResponseMeta.CreateSchemasResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateSchemasResponseMeta.CreateSchemasResponse.parseFrom(byte[] data) static Meta.CreateSchemasResponseMeta.CreateSchemasResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateSchemasResponseMeta.CreateSchemasResponse.parseFrom(com.google.protobuf.ByteString data) static Meta.CreateSchemasResponseMeta.CreateSchemasResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateSchemasResponseMeta.CreateSchemasResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.CreateSchemasResponseMeta.CreateSchemasResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateSchemasResponseMeta.CreateSchemasResponse.parseFrom(InputStream input) static Meta.CreateSchemasResponseMeta.CreateSchemasResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateSchemasResponseMeta.CreateSchemasResponse.parseFrom(ByteBuffer data) static Meta.CreateSchemasResponseMeta.CreateSchemasResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.CreateSchemasResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Meta.CreateSchemasResponse>MetaServiceGrpc.MetaServiceFutureStub.createSchemas(Meta.CreateSchemasRequest request) static io.grpc.MethodDescriptor<Meta.CreateSchemasRequest,Meta.CreateSchemasResponse> MetaServiceGrpc.getCreateSchemasMethod()com.google.protobuf.Parser<Meta.CreateSchemasResponse>Meta.CreateSchemasResponse.getParserForType()static com.google.protobuf.Parser<Meta.CreateSchemasResponse>Meta.CreateSchemasResponse.parser()Methods in io.dingodb.meta with parameters of type Meta.CreateSchemasResponseModifier and TypeMethodDescriptionMeta.CreateSchemasResponse.Builder.mergeFrom(Meta.CreateSchemasResponse other) Meta.CreateSchemasResponse.newBuilder(Meta.CreateSchemasResponse prototype) Method parameters in io.dingodb.meta with type arguments of type Meta.CreateSchemasResponseModifier and TypeMethodDescriptiondefault voidMetaServiceGrpc.AsyncService.createSchemas(Meta.CreateSchemasRequest request, io.grpc.stub.StreamObserver<Meta.CreateSchemasResponse> responseObserver) voidMetaServiceGrpc.MetaServiceStub.createSchemas(Meta.CreateSchemasRequest request, io.grpc.stub.StreamObserver<Meta.CreateSchemasResponse> responseObserver)