Uses of Class
io.dingodb.meta.Meta.GetDeletedIndexResponse.Builder
Packages that use Meta.GetDeletedIndexResponse.Builder
-
Uses of Meta.GetDeletedIndexResponse.Builder in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.GetDeletedIndexResponse.BuilderModifier and TypeMethodDescriptionMeta.GetDeletedIndexResponse.Builder.addAllTableDefinitionWithIds(Iterable<? extends Meta.TableDefinitionWithId> values) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.GetDeletedIndexResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.GetDeletedIndexResponse.Builder.addTableDefinitionWithIds(int index, Meta.TableDefinitionWithId value) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.GetDeletedIndexResponse.Builder.addTableDefinitionWithIds(int index, Meta.TableDefinitionWithId.Builder builderForValue) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.GetDeletedIndexResponse.Builder.addTableDefinitionWithIds(Meta.TableDefinitionWithId value) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.GetDeletedIndexResponse.Builder.addTableDefinitionWithIds(Meta.TableDefinitionWithId.Builder builderForValue) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.GetDeletedIndexResponse.Builder.clear()Meta.GetDeletedIndexResponse.Builder.clearError().dingodb.pb.error.Error error = 2;Meta.GetDeletedIndexResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Meta.GetDeletedIndexResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Meta.GetDeletedIndexResponse.Builder.clearResponseInfo().dingodb.pb.common.ResponseInfo response_info = 1;Meta.GetDeletedIndexResponse.Builder.clearTableDefinitionWithIds()repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.GetDeletedIndexResponse.Builder.clone()Meta.GetDeletedIndexResponse.Builder.mergeError(ErrorOuterClass.Error value) .dingodb.pb.error.Error error = 2;Meta.GetDeletedIndexResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Meta.GetDeletedIndexResponse.Builder.mergeFrom(com.google.protobuf.Message other) Meta.GetDeletedIndexResponse.Builder.mergeFrom(Meta.GetDeletedIndexResponse other) Meta.GetDeletedIndexResponse.Builder.mergeResponseInfo(Common.ResponseInfo value) .dingodb.pb.common.ResponseInfo response_info = 1;Meta.GetDeletedIndexResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Meta.GetDeletedIndexResponse.newBuilder()Meta.GetDeletedIndexResponse.newBuilder(Meta.GetDeletedIndexResponse prototype) Meta.GetDeletedIndexResponse.newBuilderForType()protected Meta.GetDeletedIndexResponse.BuilderMeta.GetDeletedIndexResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Meta.GetDeletedIndexResponse.Builder.removeTableDefinitionWithIds(int index) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.GetDeletedIndexResponse.Builder.setError(ErrorOuterClass.Error value) .dingodb.pb.error.Error error = 2;Meta.GetDeletedIndexResponse.Builder.setError(ErrorOuterClass.Error.Builder builderForValue) .dingodb.pb.error.Error error = 2;Meta.GetDeletedIndexResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Meta.GetDeletedIndexResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Meta.GetDeletedIndexResponse.Builder.setResponseInfo(Common.ResponseInfo value) .dingodb.pb.common.ResponseInfo response_info = 1;Meta.GetDeletedIndexResponse.Builder.setResponseInfo(Common.ResponseInfo.Builder builderForValue) .dingodb.pb.common.ResponseInfo response_info = 1;Meta.GetDeletedIndexResponse.Builder.setTableDefinitionWithIds(int index, Meta.TableDefinitionWithId value) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.GetDeletedIndexResponse.Builder.setTableDefinitionWithIds(int index, Meta.TableDefinitionWithId.Builder builderForValue) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;Meta.GetDeletedIndexResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Meta.GetDeletedIndexResponse.toBuilder()