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 Summary
Modifier and TypeMethodDescriptionoptional .common.protobuf.QualifiedPathPB newSource = 2;
optional .common.protobuf.QualifiedPathPB newSource = 2;
.common.protobuf.QualifiedPathPB oldSource = 1;
.common.protobuf.QualifiedPathPB oldSource = 1;
long
int64 timestamp = 3;
boolean
optional .common.protobuf.QualifiedPathPB newSource = 2;
boolean
.common.protobuf.QualifiedPathPB oldSource = 1;
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
-
hasOldSource
boolean hasOldSource().common.protobuf.QualifiedPathPB oldSource = 1;
- Returns:
- Whether the oldSource field is set.
-
getOldSource
QualifiedPathProto.QualifiedPathPB getOldSource().common.protobuf.QualifiedPathPB oldSource = 1;
- Returns:
- The oldSource.
-
getOldSourceOrBuilder
QualifiedPathProto.QualifiedPathPBOrBuilder getOldSourceOrBuilder().common.protobuf.QualifiedPathPB oldSource = 1;
-
hasNewSource
boolean hasNewSource()optional .common.protobuf.QualifiedPathPB newSource = 2;
- Returns:
- Whether the newSource field is set.
-
getNewSource
QualifiedPathProto.QualifiedPathPB getNewSource()optional .common.protobuf.QualifiedPathPB newSource = 2;
- Returns:
- The newSource.
-
getNewSourceOrBuilder
QualifiedPathProto.QualifiedPathPBOrBuilder getNewSourceOrBuilder()optional .common.protobuf.QualifiedPathPB newSource = 2;
-
getTimestamp
long getTimestamp()int64 timestamp = 3;
- Returns:
- The timestamp.
-