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