Package io.dingodb.meta
Interface Meta.GetDeletedTableResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.GetDeletedTableResponse,Meta.GetDeletedTableResponse.Builder
- Enclosing class:
- Meta
public static interface Meta.GetDeletedTableResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetError().dingodb.pb.error.Error error = 2;.dingodb.pb.error.Error error = 2;.dingodb.pb.common.ResponseInfo response_info = 1;.dingodb.pb.common.ResponseInfo response_info = 1;getTableDefinitionWithIds(int index) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;intrepeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;getTableDefinitionWithIdsOrBuilder(int index) repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;List<? extends Meta.TableDefinitionWithIdOrBuilder>repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;booleanhasError().dingodb.pb.error.Error error = 2;boolean.dingodb.pb.common.ResponseInfo response_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
-
hasResponseInfo
boolean hasResponseInfo().dingodb.pb.common.ResponseInfo response_info = 1;- Returns:
- Whether the responseInfo field is set.
-
getResponseInfo
Common.ResponseInfo getResponseInfo().dingodb.pb.common.ResponseInfo response_info = 1;- Returns:
- The responseInfo.
-
getResponseInfoOrBuilder
Common.ResponseInfoOrBuilder getResponseInfoOrBuilder().dingodb.pb.common.ResponseInfo response_info = 1; -
hasError
boolean hasError().dingodb.pb.error.Error error = 2;- Returns:
- Whether the error field is set.
-
getError
ErrorOuterClass.Error getError().dingodb.pb.error.Error error = 2;- Returns:
- The error.
-
getErrorOrBuilder
ErrorOuterClass.ErrorOrBuilder getErrorOrBuilder().dingodb.pb.error.Error error = 2; -
getTableDefinitionWithIdsList
List<Meta.TableDefinitionWithId> getTableDefinitionWithIdsList()repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3; -
getTableDefinitionWithIds
repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3; -
getTableDefinitionWithIdsCount
int getTableDefinitionWithIdsCount()repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3; -
getTableDefinitionWithIdsOrBuilderList
List<? extends Meta.TableDefinitionWithIdOrBuilder> getTableDefinitionWithIdsOrBuilderList()repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3; -
getTableDefinitionWithIdsOrBuilder
repeated .dingodb.pb.meta.TableDefinitionWithId table_definition_with_ids = 3;
-