Class ProtobufTranslation3d
java.lang.Object
us.hebi.quickbuf.ProtoMessage<ProtobufTranslation3d>
org.wpilib.math.proto.ProtobufTranslation3d
- All Implemented Interfaces:
Cloneable
public final class ProtobufTranslation3d
extends us.hebi.quickbuf.ProtoMessage<ProtobufTranslation3d>
implements Cloneable
Protobuf type
ProtobufTranslation3d-
Field Summary
Fields inherited from class us.hebi.quickbuf.ProtoMessage
bitField0_, cachedSize, unknownBytesFieldName -
Method Summary
Modifier and TypeMethodDescriptionclear()clearX()optional double x = 1;clearY()optional double y = 2;clearZ()optional double z = 3;clone()protected intcopyFrom(ProtobufTranslation3d other) booleanstatic us.hebi.quickbuf.Descriptors.Descriptorstatic us.hebi.quickbuf.MessageFactory<ProtobufTranslation3d> doublegetX()optional double x = 1;doublegetY()optional double y = 2;doublegetZ()optional double z = 3;booleanhasX()optional double x = 1;booleanhasY()optional double y = 2;booleanhasZ()optional double z = 3;booleanisEmpty()mergeFrom(ProtobufTranslation3d other) mergeFrom(us.hebi.quickbuf.JsonSource input) mergeFrom(us.hebi.quickbuf.ProtoSource input) static ProtobufTranslation3dstatic ProtobufTranslation3dparseFrom(byte[] data) static ProtobufTranslation3dparseFrom(us.hebi.quickbuf.JsonSource input) static ProtobufTranslation3dparseFrom(us.hebi.quickbuf.ProtoSource input) setX(double value) optional double x = 1;setY(double value) optional double y = 2;setZ(double value) optional double z = 3;voidwriteTo(us.hebi.quickbuf.JsonSink output) voidwriteTo(us.hebi.quickbuf.ProtoSink output) Methods inherited from class us.hebi.quickbuf.ProtoMessage
bytesDefaultValue, checkInitialized, getCachedSize, getMissingFields, getMissingFields, getMissingFields, getMissingFields, getSerializedSize, getUnknownBytes, hashCode, isInitialized, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, rethrowFromParent, toByteArray, toByteArray, toByteArray, toString, writeDelimitedTo
-
Method Details
-
newInstance
- Returns:
- a new empty instance of
ProtobufTranslation3d
-
hasX
-
clearX
-
getX
-
setX
optional double x = 1;- Parameters:
value- the x to set- Returns:
- this
-
hasY
-
clearY
-
getY
-
setY
optional double y = 2;- Parameters:
value- the y to set- Returns:
- this
-
hasZ
-
clearZ
-
getZ
-
setZ
optional double z = 3;- Parameters:
value- the z to set- Returns:
- this
-
copyFrom
- Specified by:
copyFromin classus.hebi.quickbuf.ProtoMessage<ProtobufTranslation3d>
-
mergeFrom
- Overrides:
mergeFromin classus.hebi.quickbuf.ProtoMessage<ProtobufTranslation3d>
-
clear
- Specified by:
clearin classus.hebi.quickbuf.ProtoMessage<ProtobufTranslation3d>
-
clearQuick
- Overrides:
clearQuickin classus.hebi.quickbuf.ProtoMessage<ProtobufTranslation3d>
-
equals
- Specified by:
equalsin classus.hebi.quickbuf.ProtoMessage<ProtobufTranslation3d>
-
writeTo
- Specified by:
writeToin classus.hebi.quickbuf.ProtoMessage<ProtobufTranslation3d>- Throws:
IOException
-
computeSerializedSize
- Specified by:
computeSerializedSizein classus.hebi.quickbuf.ProtoMessage<ProtobufTranslation3d>
-
mergeFrom
- Specified by:
mergeFromin classus.hebi.quickbuf.ProtoMessage<ProtobufTranslation3d>- Throws:
IOException
-
writeTo
- Overrides:
writeToin classus.hebi.quickbuf.ProtoMessage<ProtobufTranslation3d>- Throws:
IOException
-
mergeFrom
- Overrides:
mergeFromin classus.hebi.quickbuf.ProtoMessage<ProtobufTranslation3d>- Throws:
IOException
-
clone
- Specified by:
clonein classus.hebi.quickbuf.ProtoMessage<ProtobufTranslation3d>
-
isEmpty
- Overrides:
isEmptyin classus.hebi.quickbuf.ProtoMessage<ProtobufTranslation3d>
-
parseFrom
public static ProtobufTranslation3d parseFrom(byte[] data) throws us.hebi.quickbuf.InvalidProtocolBufferException - Throws:
us.hebi.quickbuf.InvalidProtocolBufferException
-
parseFrom
public static ProtobufTranslation3d parseFrom(us.hebi.quickbuf.ProtoSource input) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
getFactory
- Returns:
- factory for creating ProtobufTranslation3d messages
-
getDescriptor
- Returns:
- this type's descriptor.
-