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.ByteString
string author = 5;
long
int64 endTime = 7;
string identifier = 1;
com.google.protobuf.ByteString
string identifier = 1;
long
sint64 lastUpdated = 8;
getNotes()
string notes = 4;
com.google.protobuf.ByteString
string notes = 4;
.common.protobuf.QualifiedPathPB source = 2;
.common.protobuf.QualifiedPathPB source = 2;
long
int64 startTime = 6;
getType()
string type = 3;
com.google.protobuf.ByteString
string type = 3;
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;
-
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.
-