Package dingodb.pb.coordinator_internal
Interface CoordinatorInternalOuterClass.SchemaInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatorInternalOuterClass.SchemaInternal,CoordinatorInternalOuterClass.SchemaInternal.Builder
- Enclosing class:
- CoordinatorInternalOuterClass
public static interface CoordinatorInternalOuterClass.SchemaInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetId()int64 id = 1;longgetIndexIds(int index) repeated int64 index_ids = 4;intrepeated int64 index_ids = 4;repeated int64 index_ids = 4;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;longint64 revision = 5;longgetTableIds(int index) repeated int64 table_ids = 3;intrepeated int64 table_ids = 3;repeated int64 table_ids = 3;longint64 tenant_id = 6;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
-
getId
long getId()int64 id = 1;- Returns:
- The id.
-
getName
String getName()string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
getTableIdsList
repeated int64 table_ids = 3;- Returns:
- A list containing the tableIds.
-
getTableIdsCount
int getTableIdsCount()repeated int64 table_ids = 3;- Returns:
- The count of tableIds.
-
getTableIds
long getTableIds(int index) repeated int64 table_ids = 3;- Parameters:
index- The index of the element to return.- Returns:
- The tableIds at the given index.
-
getIndexIdsList
repeated int64 index_ids = 4;- Returns:
- A list containing the indexIds.
-
getIndexIdsCount
int getIndexIdsCount()repeated int64 index_ids = 4;- Returns:
- The count of indexIds.
-
getIndexIds
long getIndexIds(int index) repeated int64 index_ids = 4;- Parameters:
index- The index of the element to return.- Returns:
- The indexIds at the given index.
-
getRevision
long getRevision()int64 revision = 5;- Returns:
- The revision.
-
getTenantId
long getTenantId()int64 tenant_id = 6;- Returns:
- The tenantId.
-