Interface ChangePointProto.SourceChangePointPBOrBuilder

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

public static interface ChangePointProto.SourceChangePointPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasOldSource

      boolean hasOldSource()
      .common.protobuf.QualifiedPathPB oldSource = 1;
      Returns:
      Whether the oldSource field is set.
    • getOldSource

      .common.protobuf.QualifiedPathPB oldSource = 1;
      Returns:
      The oldSource.
    • getOldSourceOrBuilder

      .common.protobuf.QualifiedPathPB oldSource = 1;
    • hasNewSource

      boolean hasNewSource()
      optional .common.protobuf.QualifiedPathPB newSource = 2;
      Returns:
      Whether the newSource field is set.
    • getNewSource

      optional .common.protobuf.QualifiedPathPB newSource = 2;
      Returns:
      The newSource.
    • getNewSourceOrBuilder

      optional .common.protobuf.QualifiedPathPB newSource = 2;
    • getTimestamp

      long getTimestamp()
      int64 timestamp = 3;
      Returns:
      The timestamp.