Package io.dingodb.meta
Class Meta.AddIndexOnTableRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Meta.AddIndexOnTableRequest.Builder>
io.dingodb.meta.Meta.AddIndexOnTableRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Meta.AddIndexOnTableRequestOrBuilder,Cloneable
- Enclosing class:
- Meta.AddIndexOnTableRequest
public static final class Meta.AddIndexOnTableRequest.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Meta.AddIndexOnTableRequest.Builder>
implements Meta.AddIndexOnTableRequestOrBuilder
Protobuf type
dingodb.pb.meta.AddIndexOnTableRequest-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()clearField(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) .dingodb.pb.common.RequestInfo request_info = 1;this is the index to be addedthis is the table_id to add indexclone()static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptor.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;this is the index to be addedthis is the index to be addedthis is the index to be addedthis is the table_id to add indexthis is the table_id to add indexthis is the table_id to add indexboolean.dingodb.pb.common.RequestInfo request_info = 1;booleanthis is the index to be addedbooleanthis is the table_id to add indexprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) .dingodb.pb.common.RequestInfo request_info = 1;this is the index to be addedmergeTableId(Meta.DingoCommonId value) this is the table_id to add indexmergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;setRequestInfo(Common.RequestInfo.Builder builderForValue) .dingodb.pb.common.RequestInfo request_info = 1;this is the index to be addedsetTableDefinitionWithId(Meta.TableDefinitionWithId.Builder builderForValue) this is the index to be addedsetTableId(Meta.DingoCommonId value) this is the table_id to add indexsetTableId(Meta.DingoCommonId.Builder builderForValue) this is the table_id to add indexsetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Meta.AddIndexOnTableRequest.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Meta.AddIndexOnTableRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Meta.AddIndexOnTableRequest.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Meta.AddIndexOnTableRequest.Builder>
-
setField
public Meta.AddIndexOnTableRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Meta.AddIndexOnTableRequest.Builder>
-
clearField
public Meta.AddIndexOnTableRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Meta.AddIndexOnTableRequest.Builder>
-
clearOneof
public Meta.AddIndexOnTableRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Meta.AddIndexOnTableRequest.Builder>
-
setRepeatedField
public Meta.AddIndexOnTableRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Meta.AddIndexOnTableRequest.Builder>
-
addRepeatedField
public Meta.AddIndexOnTableRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Meta.AddIndexOnTableRequest.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Meta.AddIndexOnTableRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Meta.AddIndexOnTableRequest.Builder>
-
mergeFrom
public Meta.AddIndexOnTableRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Meta.AddIndexOnTableRequest.Builder>- Throws:
IOException
-
hasRequestInfo
public boolean hasRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Specified by:
hasRequestInfoin interfaceMeta.AddIndexOnTableRequestOrBuilder- Returns:
- Whether the requestInfo field is set.
-
getRequestInfo
.dingodb.pb.common.RequestInfo request_info = 1;- Specified by:
getRequestInfoin interfaceMeta.AddIndexOnTableRequestOrBuilder- Returns:
- The requestInfo.
-
setRequestInfo
.dingodb.pb.common.RequestInfo request_info = 1; -
setRequestInfo
public Meta.AddIndexOnTableRequest.Builder setRequestInfo(Common.RequestInfo.Builder builderForValue) .dingodb.pb.common.RequestInfo request_info = 1; -
mergeRequestInfo
.dingodb.pb.common.RequestInfo request_info = 1; -
clearRequestInfo
.dingodb.pb.common.RequestInfo request_info = 1; -
getRequestInfoBuilder
.dingodb.pb.common.RequestInfo request_info = 1; -
getRequestInfoOrBuilder
.dingodb.pb.common.RequestInfo request_info = 1;- Specified by:
getRequestInfoOrBuilderin interfaceMeta.AddIndexOnTableRequestOrBuilder
-
hasTableId
public boolean hasTableId()this is the table_id to add index
.dingodb.pb.meta.DingoCommonId table_id = 2;- Specified by:
hasTableIdin interfaceMeta.AddIndexOnTableRequestOrBuilder- Returns:
- Whether the tableId field is set.
-
getTableId
this is the table_id to add index
.dingodb.pb.meta.DingoCommonId table_id = 2;- Specified by:
getTableIdin interfaceMeta.AddIndexOnTableRequestOrBuilder- Returns:
- The tableId.
-
setTableId
this is the table_id to add index
.dingodb.pb.meta.DingoCommonId table_id = 2; -
setTableId
this is the table_id to add index
.dingodb.pb.meta.DingoCommonId table_id = 2; -
mergeTableId
this is the table_id to add index
.dingodb.pb.meta.DingoCommonId table_id = 2; -
clearTableId
this is the table_id to add index
.dingodb.pb.meta.DingoCommonId table_id = 2; -
getTableIdBuilder
this is the table_id to add index
.dingodb.pb.meta.DingoCommonId table_id = 2; -
getTableIdOrBuilder
this is the table_id to add index
.dingodb.pb.meta.DingoCommonId table_id = 2;- Specified by:
getTableIdOrBuilderin interfaceMeta.AddIndexOnTableRequestOrBuilder
-
hasTableDefinitionWithId
public boolean hasTableDefinitionWithId()this is the index to be added
.dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3;- Specified by:
hasTableDefinitionWithIdin interfaceMeta.AddIndexOnTableRequestOrBuilder- Returns:
- Whether the tableDefinitionWithId field is set.
-
getTableDefinitionWithId
this is the index to be added
.dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3;- Specified by:
getTableDefinitionWithIdin interfaceMeta.AddIndexOnTableRequestOrBuilder- Returns:
- The tableDefinitionWithId.
-
setTableDefinitionWithId
public Meta.AddIndexOnTableRequest.Builder setTableDefinitionWithId(Meta.TableDefinitionWithId value) this is the index to be added
.dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3; -
setTableDefinitionWithId
public Meta.AddIndexOnTableRequest.Builder setTableDefinitionWithId(Meta.TableDefinitionWithId.Builder builderForValue) this is the index to be added
.dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3; -
mergeTableDefinitionWithId
public Meta.AddIndexOnTableRequest.Builder mergeTableDefinitionWithId(Meta.TableDefinitionWithId value) this is the index to be added
.dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3; -
clearTableDefinitionWithId
this is the index to be added
.dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3; -
getTableDefinitionWithIdBuilder
this is the index to be added
.dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3; -
getTableDefinitionWithIdOrBuilder
this is the index to be added
.dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3;- Specified by:
getTableDefinitionWithIdOrBuilderin interfaceMeta.AddIndexOnTableRequestOrBuilder
-
setUnknownFields
public final Meta.AddIndexOnTableRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Meta.AddIndexOnTableRequest.Builder>
-
mergeUnknownFields
public final Meta.AddIndexOnTableRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Meta.AddIndexOnTableRequest.Builder>
-