Interface ComplexPointProto.AnnotationPointPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComplexPointProto.AnnotationPointPB,ComplexPointProto.AnnotationPointPB.Builder
- Enclosing class:
- ComplexPointProto
public static interface ComplexPointProto.AnnotationPointPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring author = 5;com.google.protobuf.ByteStringstring author = 5;longint64 endTime = 7;string identifier = 1;com.google.protobuf.ByteStringstring identifier = 1;longsint64 lastUpdated = 8;getNotes()string notes = 4;com.google.protobuf.ByteStringstring notes = 4;.common.protobuf.QualifiedPathPB source = 2;.common.protobuf.QualifiedPathPB source = 2;longint64 startTime = 6;getType()string type = 3;com.google.protobuf.ByteStringstring type = 3;boolean.common.protobuf.QualifiedPathPB source = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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; -
getType
String getType()string type = 3;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 3;- Returns:
- The bytes for type.
-
getNotes
String getNotes()string notes = 4;- Returns:
- The notes.
-
getNotesBytes
com.google.protobuf.ByteString getNotesBytes()string notes = 4;- Returns:
- The bytes for notes.
-
getAuthor
String getAuthor()string author = 5;- Returns:
- The author.
-
getAuthorBytes
com.google.protobuf.ByteString getAuthorBytes()string author = 5;- Returns:
- The bytes for author.
-
getStartTime
long getStartTime()int64 startTime = 6;- Returns:
- The startTime.
-
getEndTime
long getEndTime()int64 endTime = 7;- Returns:
- The endTime.
-
getLastUpdated
long getLastUpdated()sint64 lastUpdated = 8;- Returns:
- The lastUpdated.
-