Interface ChangePointProto.AnnotationChangePointPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChangePointProto.AnnotationChangePointPB
,ChangePointProto.AnnotationChangePointPB.Builder
- Enclosing class:
- ChangePointProto
public static interface ChangePointProto.AnnotationChangePointPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .common.protobuf.AnnotationPointPB annotationPoint = 4;
optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
string identifier = 1;
com.google.protobuf.ByteString
string identifier = 1;
.common.protobuf.QualifiedPathPB source = 2;
.common.protobuf.QualifiedPathPB source = 2;
long
int64 timestamp = 3;
boolean
optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
boolean
.common.protobuf.QualifiedPathPB source = 2;
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
-
getIdentifier
String getIdentifier()string identifier = 1;
- Returns:
- The identifier.
-
getIdentifierBytes
com.google.protobuf.ByteString getIdentifierBytes()string identifier = 1;
- Returns:
- The bytes for identifier.
-
hasSource
boolean hasSource().common.protobuf.QualifiedPathPB source = 2;
- Returns:
- Whether the source field is set.
-
getSource
QualifiedPathProto.QualifiedPathPB getSource().common.protobuf.QualifiedPathPB source = 2;
- Returns:
- The source.
-
getSourceOrBuilder
QualifiedPathProto.QualifiedPathPBOrBuilder getSourceOrBuilder().common.protobuf.QualifiedPathPB source = 2;
-
getTimestamp
long getTimestamp()int64 timestamp = 3;
- Returns:
- The timestamp.
-
hasAnnotationPoint
boolean hasAnnotationPoint()optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
- Returns:
- Whether the annotationPoint field is set.
-
getAnnotationPoint
ComplexPointProto.AnnotationPointPB getAnnotationPoint()optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
- Returns:
- The annotationPoint.
-
getAnnotationPointOrBuilder
ComplexPointProto.AnnotationPointPBOrBuilder getAnnotationPointOrBuilder()optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
-