Package io.dingodb.meta
Interface Meta.CreateIndexMetasRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.CreateIndexMetasRequest,Meta.CreateIndexMetasRequest.Builder
- Enclosing class:
- Meta
public static interface Meta.CreateIndexMetasRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleankey: Schema DingoCommonId = (EntityType|int64|int64).dingodb.pb.common.RequestInfo request_info = 1;.dingodb.pb.common.RequestInfo request_info = 1;Deprecated.intkey: Schema DingoCommonId = (EntityType|int64|int64)key: Schema DingoCommonId = (EntityType|int64|int64)getTablesAndIndexesOrDefault(String key, Meta.TablesAndIndexes defaultValue) key: Schema DingoCommonId = (EntityType|int64|int64)key: Schema DingoCommonId = (EntityType|int64|int64)boolean.dingodb.pb.common.RequestInfo request_info = 1;Methods 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; -
getTablesAndIndexesCount
int getTablesAndIndexesCount()key: Schema DingoCommonId = (EntityType|int64|int64)
map<string, .dingodb.pb.meta.TablesAndIndexes> tables_and_indexes = 2; -
containsTablesAndIndexes
key: Schema DingoCommonId = (EntityType|int64|int64)
map<string, .dingodb.pb.meta.TablesAndIndexes> tables_and_indexes = 2; -
getTablesAndIndexes
Deprecated.UsegetTablesAndIndexesMap()instead. -
getTablesAndIndexesMap
Map<String,Meta.TablesAndIndexes> getTablesAndIndexesMap()key: Schema DingoCommonId = (EntityType|int64|int64)
map<string, .dingodb.pb.meta.TablesAndIndexes> tables_and_indexes = 2; -
getTablesAndIndexesOrDefault
key: Schema DingoCommonId = (EntityType|int64|int64)
map<string, .dingodb.pb.meta.TablesAndIndexes> tables_and_indexes = 2; -
getTablesAndIndexesOrThrow
key: Schema DingoCommonId = (EntityType|int64|int64)
map<string, .dingodb.pb.meta.TablesAndIndexes> tables_and_indexes = 2;
-