Interface CoordinatorInternalOuterClass.TenantInternalOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CoordinatorInternalOuterClass.TenantInternal, CoordinatorInternalOuterClass.TenantInternal.Builder
Enclosing class:
CoordinatorInternalOuterClass

public static interface CoordinatorInternalOuterClass.TenantInternalOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string comment = 3;
    com.google.protobuf.ByteString
    string comment = 3;
    long
    int64 create_timestamp = 10;
    long
    int64 delete_timestamp = 12;
    long
    int64 id = 1;
    string name = 2;
    com.google.protobuf.ByteString
    string name = 2;
    long
    int64 resolve_lock_safe_point = 22;
    long
    int64 revision = 21;
    long
    int64 safe_point_ts = 20;
    long
    int64 update_timestamp = 11;

    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.
    • getComment

      String getComment()
      string comment = 3;
      Returns:
      The comment.
    • getCommentBytes

      com.google.protobuf.ByteString getCommentBytes()
      string comment = 3;
      Returns:
      The bytes for comment.
    • getCreateTimestamp

      long getCreateTimestamp()
      int64 create_timestamp = 10;
      Returns:
      The createTimestamp.
    • getUpdateTimestamp

      long getUpdateTimestamp()
      int64 update_timestamp = 11;
      Returns:
      The updateTimestamp.
    • getDeleteTimestamp

      long getDeleteTimestamp()
      int64 delete_timestamp = 12;
      Returns:
      The deleteTimestamp.
    • getSafePointTs

      long getSafePointTs()
      int64 safe_point_ts = 20;
      Returns:
      The safePointTs.
    • getRevision

      long getRevision()
      int64 revision = 21;
      Returns:
      The revision.
    • getResolveLockSafePoint

      long getResolveLockSafePoint()
      int64 resolve_lock_safe_point = 22;
      Returns:
      The resolveLockSafePoint.