Uses of Class
io.dingodb.meta.Meta.CreateTablesRequest.Builder
Packages that use Meta.CreateTablesRequest.Builder
-
Uses of Meta.CreateTablesRequest.Builder in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.CreateTablesRequest.BuilderModifier and TypeMethodDescriptionMeta.CreateTablesRequest.Builder.addAllTableDefinitionWithIds(Iterable<? extends Meta.TableDefinitionWithId> values) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.CreateTablesRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.CreateTablesRequest.Builder.addTableDefinitionWithIds(int index, Meta.TableDefinitionWithId value) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.CreateTablesRequest.Builder.addTableDefinitionWithIds(int index, Meta.TableDefinitionWithId.Builder builderForValue) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.CreateTablesRequest.Builder.addTableDefinitionWithIds(Meta.TableDefinitionWithId value) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.CreateTablesRequest.Builder.addTableDefinitionWithIds(Meta.TableDefinitionWithId.Builder builderForValue) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.CreateTablesRequest.Builder.clear()Meta.CreateTablesRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Meta.CreateTablesRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Meta.CreateTablesRequest.Builder.clearRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;Meta.CreateTablesRequest.Builder.clearSchemaId().dingodb.pb.meta.DingoCommonId schema_id = 2;Meta.CreateTablesRequest.Builder.clearTableDefinitionWithIds()repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.CreateTablesRequest.Builder.clone()Meta.CreateTablesRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Meta.CreateTablesRequest.Builder.mergeFrom(com.google.protobuf.Message other) Meta.CreateTablesRequest.Builder.mergeFrom(Meta.CreateTablesRequest other) Meta.CreateTablesRequest.Builder.mergeRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Meta.CreateTablesRequest.Builder.mergeSchemaId(Meta.DingoCommonId value) .dingodb.pb.meta.DingoCommonId schema_id = 2;Meta.CreateTablesRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Meta.CreateTablesRequest.newBuilder()Meta.CreateTablesRequest.newBuilder(Meta.CreateTablesRequest prototype) Meta.CreateTablesRequest.newBuilderForType()protected Meta.CreateTablesRequest.BuilderMeta.CreateTablesRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Meta.CreateTablesRequest.Builder.removeTableDefinitionWithIds(int index) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.CreateTablesRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.CreateTablesRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Meta.CreateTablesRequest.Builder.setRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Meta.CreateTablesRequest.Builder.setRequestInfo(Common.RequestInfo.Builder builderForValue) .dingodb.pb.common.RequestInfo request_info = 1;Meta.CreateTablesRequest.Builder.setSchemaId(Meta.DingoCommonId value) .dingodb.pb.meta.DingoCommonId schema_id = 2;Meta.CreateTablesRequest.Builder.setSchemaId(Meta.DingoCommonId.Builder builderForValue) .dingodb.pb.meta.DingoCommonId schema_id = 2;Meta.CreateTablesRequest.Builder.setTableDefinitionWithIds(int index, Meta.TableDefinitionWithId value) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.CreateTablesRequest.Builder.setTableDefinitionWithIds(int index, Meta.TableDefinitionWithId.Builder builderForValue) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.CreateTablesRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Meta.CreateTablesRequest.toBuilder()