Interface OpenLogReplicatorProtocol.SchemaOrBuilder

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

public static interface OpenLogReplicatorProtocol.SchemaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getOwner

      String getOwner()
      string owner = 1;
      Returns:
      The owner.
    • getOwnerBytes

      com.google.protobuf.ByteString getOwnerBytes()
      string owner = 1;
      Returns:
      The bytes for owner.
    • getName

      String getName()
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Returns:
      The bytes for name.
    • getObj

      int getObj()
      uint32 obj = 3;
      Returns:
      The obj.
    • hasTm

      boolean hasTm()
      uint64 tm = 4;
      Returns:
      Whether the tm field is set.
    • getTm

      long getTm()
      uint64 tm = 4;
      Returns:
      The tm.
    • hasTms

      boolean hasTms()
      string tms = 5;
      Returns:
      Whether the tms field is set.
    • getTms

      String getTms()
      string tms = 5;
      Returns:
      The tms.
    • getTmsBytes

      com.google.protobuf.ByteString getTmsBytes()
      string tms = 5;
      Returns:
      The bytes for tms.
    • getColumnList

      repeated .OpenLogReplicator.pb.Column column = 6;
    • getColumn

      OpenLogReplicatorProtocol.Column getColumn(int index)
      repeated .OpenLogReplicator.pb.Column column = 6;
    • getColumnCount

      int getColumnCount()
      repeated .OpenLogReplicator.pb.Column column = 6;
    • getColumnOrBuilderList

      List<? extends OpenLogReplicatorProtocol.ColumnOrBuilder> getColumnOrBuilderList()
      repeated .OpenLogReplicator.pb.Column column = 6;
    • getColumnOrBuilder

      OpenLogReplicatorProtocol.ColumnOrBuilder getColumnOrBuilder(int index)
      repeated .OpenLogReplicator.pb.Column column = 6;
    • getTmValCase