Interface PgProto.PointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PgProto.Point,PgProto.Point.Builder
- Enclosing class:
- PgProto
public static interface PgProto.PointOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasX
boolean hasX()required double x = 1;- Returns:
- Whether the x field is set.
-
getX
double getX()required double x = 1;- Returns:
- The x.
-
hasY
boolean hasY()required double y = 2;- Returns:
- Whether the y field is set.
-
getY
double getY()required double y = 2;- Returns:
- The y.
-