Package ucar.nc2.ft2.coverage.remote
Class CdmrFeatureProto.CoordAxis
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- ucar.nc2.ft2.coverage.remote.CdmrFeatureProto.CoordAxis
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,CdmrFeatureProto.CoordAxisOrBuilder
- Enclosing class:
- CdmrFeatureProto
public static final class CdmrFeatureProto.CoordAxis extends com.google.protobuf.GeneratedMessageV3 implements CdmrFeatureProto.CoordAxisOrBuilder
Protobuf typeCoordAxis
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CdmrFeatureProto.CoordAxis.Builder
Protobuf typeCoordAxis
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ATTS_FIELD_NUMBER
static int
AXISTYPE_FIELD_NUMBER
static int
DATATYPE_FIELD_NUMBER
static int
DEPEND_FIELD_NUMBER
static int
DEPENDSON_FIELD_NUMBER
static int
DESCRIPTION_FIELD_NUMBER
static int
ENDVALUE_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
NVALUES_FIELD_NUMBER
static int
RESOLUTION_FIELD_NUMBER
static int
SHAPE_FIELD_NUMBER
static int
SPACING_FIELD_NUMBER
static int
STARTVALUE_FIELD_NUMBER
static int
UNITS_FIELD_NUMBER
static int
VALUES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
NcStreamProto.Attribute
getAtts(int index)
find calendar attribute here?int
getAttsCount()
find calendar attribute here?List<NcStreamProto.Attribute>
getAttsList()
find calendar attribute here?NcStreamProto.AttributeOrBuilder
getAttsOrBuilder(int index)
find calendar attribute here?List<? extends NcStreamProto.AttributeOrBuilder>
getAttsOrBuilderList()
find calendar attribute here?CdmrFeatureProto.AxisType
getAxisType()
.AxisType axisType = 4;
int
getAxisTypeValue()
.AxisType axisType = 4;
NcStreamProto.DataType
getDataType()
.DataType dataType = 2;
int
getDataTypeValue()
.DataType dataType = 2;
static CdmrFeatureProto.CoordAxis
getDefaultInstance()
CdmrFeatureProto.CoordAxis
getDefaultInstanceForType()
CdmrFeatureProto.DependenceType
getDepend()
.DependenceType depend = 7;
String
getDependsOn(int index)
depends on these axes, only for non-independent axescom.google.protobuf.ByteString
getDependsOnBytes(int index)
depends on these axes, only for non-independent axesint
getDependsOnCount()
depends on these axes, only for non-independent axescom.google.protobuf.ProtocolStringList
getDependsOnList()
depends on these axes, only for non-independent axesint
getDependValue()
.DependenceType depend = 7;
String
getDescription()
string description = 6;
com.google.protobuf.ByteString
getDescriptionBytes()
string description = 6;
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
double
getEndValue()
double endValue = 13;
String
getName()
short name, unique within datasetcom.google.protobuf.ByteString
getNameBytes()
short name, unique within datasetlong
getNvalues()
int64 nvalues = 10;
com.google.protobuf.Parser<CdmrFeatureProto.CoordAxis>
getParserForType()
double
getResolution()
resolution = (end-start) / (nvalues-1)int
getSerializedSize()
int
getShape(int index)
the shape of the axis (>1D only)int
getShapeCount()
the shape of the axis (>1D only)List<Integer>
getShapeList()
the shape of the axis (>1D only)CdmrFeatureProto.AxisSpacing
getSpacing()
.AxisSpacing spacing = 11;
int
getSpacingValue()
.AxisSpacing spacing = 11;
double
getStartValue()
double startValue = 12;
String
getUnits()
string units = 5;
com.google.protobuf.ByteString
getUnitsBytes()
string units = 5;
com.google.protobuf.ByteString
getValues()
big endian doubles; not used for regular, may be deferredint
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static CdmrFeatureProto.CoordAxis.Builder
newBuilder()
static CdmrFeatureProto.CoordAxis.Builder
newBuilder(CdmrFeatureProto.CoordAxis prototype)
CdmrFeatureProto.CoordAxis.Builder
newBuilderForType()
protected CdmrFeatureProto.CoordAxis.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static CdmrFeatureProto.CoordAxis
parseDelimitedFrom(InputStream input)
static CdmrFeatureProto.CoordAxis
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CdmrFeatureProto.CoordAxis
parseFrom(byte[] data)
static CdmrFeatureProto.CoordAxis
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CdmrFeatureProto.CoordAxis
parseFrom(com.google.protobuf.ByteString data)
static CdmrFeatureProto.CoordAxis
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CdmrFeatureProto.CoordAxis
parseFrom(com.google.protobuf.CodedInputStream input)
static CdmrFeatureProto.CoordAxis
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CdmrFeatureProto.CoordAxis
parseFrom(InputStream input)
static CdmrFeatureProto.CoordAxis
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CdmrFeatureProto.CoordAxis
parseFrom(ByteBuffer data)
static CdmrFeatureProto.CoordAxis
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<CdmrFeatureProto.CoordAxis>
parser()
CdmrFeatureProto.CoordAxis.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATATYPE_FIELD_NUMBER
public static final int DATATYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ATTS_FIELD_NUMBER
public static final int ATTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AXISTYPE_FIELD_NUMBER
public static final int AXISTYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UNITS_FIELD_NUMBER
public static final int UNITS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEPEND_FIELD_NUMBER
public static final int DEPEND_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEPENDSON_FIELD_NUMBER
public static final int DEPENDSON_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SHAPE_FIELD_NUMBER
public static final int SHAPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NVALUES_FIELD_NUMBER
public static final int NVALUES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SPACING_FIELD_NUMBER
public static final int SPACING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STARTVALUE_FIELD_NUMBER
public static final int STARTVALUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENDVALUE_FIELD_NUMBER
public static final int ENDVALUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESOLUTION_FIELD_NUMBER
public static final int RESOLUTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VALUES_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.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 classcom.google.protobuf.GeneratedMessageV3
-
getName
public String getName()
short name, unique within dataset
string name = 1;
- Specified by:
getName
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
short name, unique within dataset
string name = 1;
- Specified by:
getNameBytes
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The bytes for name.
-
getDataTypeValue
public int getDataTypeValue()
.DataType dataType = 2;
- Specified by:
getDataTypeValue
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The enum numeric value on the wire for dataType.
-
getDataType
public NcStreamProto.DataType getDataType()
.DataType dataType = 2;
- Specified by:
getDataType
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The dataType.
-
getAttsList
public List<NcStreamProto.Attribute> getAttsList()
find calendar attribute here?
repeated .Attribute atts = 3;
- Specified by:
getAttsList
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
-
getAttsOrBuilderList
public List<? extends NcStreamProto.AttributeOrBuilder> getAttsOrBuilderList()
find calendar attribute here?
repeated .Attribute atts = 3;
- Specified by:
getAttsOrBuilderList
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
-
getAttsCount
public int getAttsCount()
find calendar attribute here?
repeated .Attribute atts = 3;
- Specified by:
getAttsCount
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
-
getAtts
public NcStreamProto.Attribute getAtts(int index)
find calendar attribute here?
repeated .Attribute atts = 3;
- Specified by:
getAtts
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
-
getAttsOrBuilder
public NcStreamProto.AttributeOrBuilder getAttsOrBuilder(int index)
find calendar attribute here?
repeated .Attribute atts = 3;
- Specified by:
getAttsOrBuilder
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
-
getAxisTypeValue
public int getAxisTypeValue()
.AxisType axisType = 4;
- Specified by:
getAxisTypeValue
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The enum numeric value on the wire for axisType.
-
getAxisType
public CdmrFeatureProto.AxisType getAxisType()
.AxisType axisType = 4;
- Specified by:
getAxisType
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The axisType.
-
getUnits
public String getUnits()
string units = 5;
- Specified by:
getUnits
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The units.
-
getUnitsBytes
public com.google.protobuf.ByteString getUnitsBytes()
string units = 5;
- Specified by:
getUnitsBytes
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The bytes for units.
-
getDescription
public String getDescription()
string description = 6;
- Specified by:
getDescription
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
string description = 6;
- Specified by:
getDescriptionBytes
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The bytes for description.
-
getDependValue
public int getDependValue()
.DependenceType depend = 7;
- Specified by:
getDependValue
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The enum numeric value on the wire for depend.
-
getDepend
public CdmrFeatureProto.DependenceType getDepend()
.DependenceType depend = 7;
- Specified by:
getDepend
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The depend.
-
getDependsOnList
public com.google.protobuf.ProtocolStringList getDependsOnList()
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;
- Specified by:
getDependsOnList
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- A list containing the dependsOn.
-
getDependsOnCount
public int getDependsOnCount()
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;
- Specified by:
getDependsOnCount
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The count of dependsOn.
-
getDependsOn
public String getDependsOn(int index)
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;
- Specified by:
getDependsOn
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The dependsOn at the given index.
-
getDependsOnBytes
public com.google.protobuf.ByteString getDependsOnBytes(int index)
depends on these axes, only for non-independent axes
repeated string dependsOn = 8;
- Specified by:
getDependsOnBytes
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the dependsOn at the given index.
-
getShapeList
public List<Integer> getShapeList()
the shape of the axis (>1D only)
repeated uint32 shape = 9;
- Specified by:
getShapeList
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- A list containing the shape.
-
getShapeCount
public int getShapeCount()
the shape of the axis (>1D only)
repeated uint32 shape = 9;
- Specified by:
getShapeCount
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The count of shape.
-
getShape
public int getShape(int index)
the shape of the axis (>1D only)
repeated uint32 shape = 9;
- Specified by:
getShape
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The shape at the given index.
-
getNvalues
public long getNvalues()
int64 nvalues = 10;
- Specified by:
getNvalues
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The nvalues.
-
getSpacingValue
public int getSpacingValue()
.AxisSpacing spacing = 11;
- Specified by:
getSpacingValue
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The enum numeric value on the wire for spacing.
-
getSpacing
public CdmrFeatureProto.AxisSpacing getSpacing()
.AxisSpacing spacing = 11;
- Specified by:
getSpacing
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The spacing.
-
getStartValue
public double getStartValue()
double startValue = 12;
- Specified by:
getStartValue
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The startValue.
-
getEndValue
public double getEndValue()
double endValue = 13;
- Specified by:
getEndValue
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The endValue.
-
getResolution
public double getResolution()
resolution = (end-start) / (nvalues-1)
double resolution = 14;
- Specified by:
getResolution
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The resolution.
-
getValues
public com.google.protobuf.ByteString getValues()
big endian doubles; not used for regular, may be deferred
bytes values = 15;
- Specified by:
getValues
in interfaceCdmrFeatureProto.CoordAxisOrBuilder
- Returns:
- The values.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static CdmrFeatureProto.CoordAxis parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CdmrFeatureProto.CoordAxis parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CdmrFeatureProto.CoordAxis parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CdmrFeatureProto.CoordAxis parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CdmrFeatureProto.CoordAxis parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CdmrFeatureProto.CoordAxis parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CdmrFeatureProto.CoordAxis parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CdmrFeatureProto.CoordAxis parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CdmrFeatureProto.CoordAxis parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static CdmrFeatureProto.CoordAxis parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static CdmrFeatureProto.CoordAxis parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static CdmrFeatureProto.CoordAxis parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public CdmrFeatureProto.CoordAxis.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static CdmrFeatureProto.CoordAxis.Builder newBuilder()
-
newBuilder
public static CdmrFeatureProto.CoordAxis.Builder newBuilder(CdmrFeatureProto.CoordAxis prototype)
-
toBuilder
public CdmrFeatureProto.CoordAxis.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected CdmrFeatureProto.CoordAxis.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static CdmrFeatureProto.CoordAxis getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<CdmrFeatureProto.CoordAxis> parser()
-
getParserForType
public com.google.protobuf.Parser<CdmrFeatureProto.CoordAxis> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public CdmrFeatureProto.CoordAxis getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-