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 Type
    Method
    Description
    long
    int64 id = 1;
    long
    getIndexIds(int index)
    repeated int64 index_ids = 4;
    int
    repeated int64 index_ids = 4;
    repeated int64 index_ids = 4;
    string name = 2;
    com.google.protobuf.ByteString
    string name = 2;
    long
    int64 revision = 5;
    long
    getTableIds(int index)
    repeated int64 table_ids = 3;
    int
    repeated int64 table_ids = 3;
    repeated int64 table_ids = 3;
    long
    int64 tenant_id = 6;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<Long> 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

      List<Long> 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.