Package io.dingodb.meta
Interface Meta.DropIndexOnTableRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.DropIndexOnTableRequest,Meta.DropIndexOnTableRequest.Builder
- Enclosing class:
- Meta
public static interface Meta.DropIndexOnTableRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionthis is the index_id to be droppedthis is the index_id to be dropped.dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;this is the table_id to drop indexthis is the table_id to drop indexbooleanthis is the index_id to be droppedboolean.dingodb.pb.common.RequestInfo request_info = 1;booleanthis is the table_id to drop 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 drop 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 drop index
.dingodb.pb.meta.DingoCommonId table_id = 2;- Returns:
- The tableId.
-
getTableIdOrBuilder
Meta.DingoCommonIdOrBuilder getTableIdOrBuilder()this is the table_id to drop index
.dingodb.pb.meta.DingoCommonId table_id = 2; -
hasIndexId
boolean hasIndexId()this is the index_id to be dropped
.dingodb.pb.meta.DingoCommonId index_id = 3;- Returns:
- Whether the indexId field is set.
-
getIndexId
Meta.DingoCommonId getIndexId()this is the index_id to be dropped
.dingodb.pb.meta.DingoCommonId index_id = 3;- Returns:
- The indexId.
-
getIndexIdOrBuilder
Meta.DingoCommonIdOrBuilder getIndexIdOrBuilder()this is the index_id to be dropped
.dingodb.pb.meta.DingoCommonId index_id = 3;
-