Class Mdb.DataEncodingInfo

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.protobuf.Mdb.DataEncodingInfo
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Mdb.DataEncodingInfoOrBuilder
Enclosing class:
Mdb

public static final class Mdb.DataEncodingInfo extends com.google.protobuf.GeneratedMessageV3 implements Mdb.DataEncodingInfoOrBuilder
Protobuf type yamcs.protobuf.mdb.DataEncodingInfo
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasType

      public boolean hasType()
      optional .yamcs.protobuf.mdb.DataEncodingInfo.Type type = 1;
      Specified by:
      hasType in interface Mdb.DataEncodingInfoOrBuilder
      Returns:
      Whether the type field is set.
    • getType

      public Mdb.DataEncodingInfo.Type getType()
      optional .yamcs.protobuf.mdb.DataEncodingInfo.Type type = 1;
      Specified by:
      getType in interface Mdb.DataEncodingInfoOrBuilder
      Returns:
      The type.
    • hasLittleEndian

      public boolean hasLittleEndian()
      optional bool littleEndian = 2;
      Specified by:
      hasLittleEndian in interface Mdb.DataEncodingInfoOrBuilder
      Returns:
      Whether the littleEndian field is set.
    • getLittleEndian

      public boolean getLittleEndian()
      optional bool littleEndian = 2;
      Specified by:
      getLittleEndian in interface Mdb.DataEncodingInfoOrBuilder
      Returns:
      The littleEndian.
    • hasSizeInBits

      public boolean hasSizeInBits()
      optional int32 sizeInBits = 3;
      Specified by:
      hasSizeInBits in interface Mdb.DataEncodingInfoOrBuilder
      Returns:
      Whether the sizeInBits field is set.
    • getSizeInBits

      public int getSizeInBits()
      optional int32 sizeInBits = 3;
      Specified by:
      getSizeInBits in interface Mdb.DataEncodingInfoOrBuilder
      Returns:
      The sizeInBits.
    • hasEncoding

      public boolean hasEncoding()
      optional string encoding = 4;
      Specified by:
      hasEncoding in interface Mdb.DataEncodingInfoOrBuilder
      Returns:
      Whether the encoding field is set.
    • getEncoding

      public String getEncoding()
      optional string encoding = 4;
      Specified by:
      getEncoding in interface Mdb.DataEncodingInfoOrBuilder
      Returns:
      The encoding.
    • getEncodingBytes

      public com.google.protobuf.ByteString getEncodingBytes()
      optional string encoding = 4;
      Specified by:
      getEncodingBytes in interface Mdb.DataEncodingInfoOrBuilder
      Returns:
      The bytes for encoding.
    • hasDefaultCalibrator

      public boolean hasDefaultCalibrator()
      optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 6;
      Specified by:
      hasDefaultCalibrator in interface Mdb.DataEncodingInfoOrBuilder
      Returns:
      Whether the defaultCalibrator field is set.
    • getDefaultCalibrator

      public Mdb.CalibratorInfo getDefaultCalibrator()
      optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 6;
      Specified by:
      getDefaultCalibrator in interface Mdb.DataEncodingInfoOrBuilder
      Returns:
      The defaultCalibrator.
    • getDefaultCalibratorOrBuilder

      public Mdb.CalibratorInfoOrBuilder getDefaultCalibratorOrBuilder()
      optional .yamcs.protobuf.mdb.CalibratorInfo defaultCalibrator = 6;
      Specified by:
      getDefaultCalibratorOrBuilder in interface Mdb.DataEncodingInfoOrBuilder
    • getContextCalibratorList

      public List<Mdb.ContextCalibratorInfo> getContextCalibratorList()
      repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 7;
      Specified by:
      getContextCalibratorList in interface Mdb.DataEncodingInfoOrBuilder
    • getContextCalibratorOrBuilderList

      public List<? extends Mdb.ContextCalibratorInfoOrBuilder> getContextCalibratorOrBuilderList()
      repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 7;
      Specified by:
      getContextCalibratorOrBuilderList in interface Mdb.DataEncodingInfoOrBuilder
    • getContextCalibratorCount

      public int getContextCalibratorCount()
      repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 7;
      Specified by:
      getContextCalibratorCount in interface Mdb.DataEncodingInfoOrBuilder
    • getContextCalibrator

      public Mdb.ContextCalibratorInfo getContextCalibrator(int index)
      repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 7;
      Specified by:
      getContextCalibrator in interface Mdb.DataEncodingInfoOrBuilder
    • getContextCalibratorOrBuilder

      public Mdb.ContextCalibratorInfoOrBuilder getContextCalibratorOrBuilder(int index)
      repeated .yamcs.protobuf.mdb.ContextCalibratorInfo contextCalibrator = 7;
      Specified by:
      getContextCalibratorOrBuilder in interface Mdb.DataEncodingInfoOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Mdb.DataEncodingInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.DataEncodingInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.DataEncodingInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.DataEncodingInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.DataEncodingInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.DataEncodingInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Mdb.DataEncodingInfo parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Mdb.DataEncodingInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Mdb.DataEncodingInfo parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Mdb.DataEncodingInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Mdb.DataEncodingInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Mdb.DataEncodingInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Mdb.DataEncodingInfo.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Mdb.DataEncodingInfo.Builder newBuilder()
    • newBuilder

      public static Mdb.DataEncodingInfo.Builder newBuilder(Mdb.DataEncodingInfo prototype)
    • toBuilder

      public Mdb.DataEncodingInfo.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Mdb.DataEncodingInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Mdb.DataEncodingInfo getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Mdb.DataEncodingInfo> parser()
    • getParserForType

      public com.google.protobuf.Parser<Mdb.DataEncodingInfo> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Mdb.DataEncodingInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder