Package io.dingodb.meta
Interface Meta.AddIndexOnTableRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.AddIndexOnTableRequest,Meta.AddIndexOnTableRequest.Builder
- Enclosing class:
- Meta
public static interface Meta.AddIndexOnTableRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.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 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 indexMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRequestInfo
boolean hasRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- Whether the requestInfo field is set.
-
getRequestInfo
Common.RequestInfo getRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;- Returns:
- The requestInfo.
-
getRequestInfoOrBuilder
Common.RequestInfoOrBuilder getRequestInfoOrBuilder().dingodb.pb.common.RequestInfo request_info = 1; -
hasTableId
boolean hasTableId()this is the table_id to add index
.dingodb.pb.meta.DingoCommonId table_id = 2;- Returns:
- Whether the tableId field is set.
-
getTableId
Meta.DingoCommonId getTableId()this is the table_id to add index
.dingodb.pb.meta.DingoCommonId table_id = 2;- Returns:
- The tableId.
-
getTableIdOrBuilder
Meta.DingoCommonIdOrBuilder getTableIdOrBuilder()this is the table_id to add index
.dingodb.pb.meta.DingoCommonId table_id = 2; -
hasTableDefinitionWithId
boolean hasTableDefinitionWithId()this is the index to be added
.dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3;- Returns:
- Whether the tableDefinitionWithId field is set.
-
getTableDefinitionWithId
Meta.TableDefinitionWithId getTableDefinitionWithId()this is the index to be added
.dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3;- Returns:
- The tableDefinitionWithId.
-
getTableDefinitionWithIdOrBuilder
Meta.TableDefinitionWithIdOrBuilder getTableDefinitionWithIdOrBuilder()this is the index to be added
.dingodb.pb.meta.TableDefinitionWithId table_definition_with_id = 3;
-