Uses of Class
io.dingodb.meta.Meta.CreateSchemaResponse
Packages that use Meta.CreateSchemaResponse
-
Uses of Meta.CreateSchemaResponse in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.CreateSchemaResponseModifier and TypeMethodDescriptionMeta.CreateSchemaResponse.Builder.build()Meta.CreateSchemaResponse.Builder.buildPartial()MetaServiceGrpc.MetaServiceBlockingStub.createSchema(Meta.CreateSchemaRequest request) CreateSchema in: parent_schema_id schema_name out: Schemastatic Meta.CreateSchemaResponseMeta.CreateSchemaResponse.getDefaultInstance()Meta.CreateSchemaResponse.Builder.getDefaultInstanceForType()Meta.CreateSchemaResponse.getDefaultInstanceForType()static Meta.CreateSchemaResponseMeta.CreateSchemaResponse.parseDelimitedFrom(InputStream input) static Meta.CreateSchemaResponseMeta.CreateSchemaResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateSchemaResponseMeta.CreateSchemaResponse.parseFrom(byte[] data) static Meta.CreateSchemaResponseMeta.CreateSchemaResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateSchemaResponseMeta.CreateSchemaResponse.parseFrom(com.google.protobuf.ByteString data) static Meta.CreateSchemaResponseMeta.CreateSchemaResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateSchemaResponseMeta.CreateSchemaResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.CreateSchemaResponseMeta.CreateSchemaResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateSchemaResponseMeta.CreateSchemaResponse.parseFrom(InputStream input) static Meta.CreateSchemaResponseMeta.CreateSchemaResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.CreateSchemaResponseMeta.CreateSchemaResponse.parseFrom(ByteBuffer data) static Meta.CreateSchemaResponseMeta.CreateSchemaResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.CreateSchemaResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Meta.CreateSchemaResponse>MetaServiceGrpc.MetaServiceFutureStub.createSchema(Meta.CreateSchemaRequest request) CreateSchema in: parent_schema_id schema_name out: Schemastatic io.grpc.MethodDescriptor<Meta.CreateSchemaRequest,Meta.CreateSchemaResponse> MetaServiceGrpc.getCreateSchemaMethod()com.google.protobuf.Parser<Meta.CreateSchemaResponse>Meta.CreateSchemaResponse.getParserForType()static com.google.protobuf.Parser<Meta.CreateSchemaResponse>Meta.CreateSchemaResponse.parser()Methods in io.dingodb.meta with parameters of type Meta.CreateSchemaResponseModifier and TypeMethodDescriptionMeta.CreateSchemaResponse.Builder.mergeFrom(Meta.CreateSchemaResponse other) Meta.CreateSchemaResponse.newBuilder(Meta.CreateSchemaResponse prototype) Method parameters in io.dingodb.meta with type arguments of type Meta.CreateSchemaResponseModifier and TypeMethodDescriptiondefault voidMetaServiceGrpc.AsyncService.createSchema(Meta.CreateSchemaRequest request, io.grpc.stub.StreamObserver<Meta.CreateSchemaResponse> responseObserver) CreateSchema in: parent_schema_id schema_name out: SchemavoidMetaServiceGrpc.MetaServiceStub.createSchema(Meta.CreateSchemaRequest request, io.grpc.stub.StreamObserver<Meta.CreateSchemaResponse> responseObserver) CreateSchema in: parent_schema_id schema_name out: Schema