Interface ComplexPointProto.ComplexPointPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComplexPointProto.ComplexPointPB,ComplexPointProto.ComplexPointPB.Builder
- Enclosing class:
- ComplexPointProto
public static interface ComplexPointProto.ComplexPointPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.common.protobuf.AnnotationPointPB annotationPoint = 2;.common.protobuf.AnnotationPointPB annotationPoint = 2;.common.protobuf.MetadataPointPB metadataPoint = 1;.common.protobuf.MetadataPointPB metadataPoint = 1;boolean.common.protobuf.AnnotationPointPB annotationPoint = 2;boolean.common.protobuf.MetadataPointPB metadataPoint = 1;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
-
hasMetadataPoint
boolean hasMetadataPoint().common.protobuf.MetadataPointPB metadataPoint = 1;- Returns:
- Whether the metadataPoint field is set.
-
getMetadataPoint
ComplexPointProto.MetadataPointPB getMetadataPoint().common.protobuf.MetadataPointPB metadataPoint = 1;- Returns:
- The metadataPoint.
-
getMetadataPointOrBuilder
ComplexPointProto.MetadataPointPBOrBuilder getMetadataPointOrBuilder().common.protobuf.MetadataPointPB metadataPoint = 1; -
hasAnnotationPoint
boolean hasAnnotationPoint().common.protobuf.AnnotationPointPB annotationPoint = 2;- Returns:
- Whether the annotationPoint field is set.
-
getAnnotationPoint
ComplexPointProto.AnnotationPointPB getAnnotationPoint().common.protobuf.AnnotationPointPB annotationPoint = 2;- Returns:
- The annotationPoint.
-
getAnnotationPointOrBuilder
ComplexPointProto.AnnotationPointPBOrBuilder getAnnotationPointOrBuilder().common.protobuf.AnnotationPointPB annotationPoint = 2; -
getPointCase
ComplexPointProto.ComplexPointPB.PointCase getPointCase()
-