Package ucar.nc2.ft.point.remote
Interface PointStreamProto.PointFeatureMemberOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointStreamProto.PointFeatureMember,PointStreamProto.PointFeatureMember.Builder
- Enclosing class:
- PointStreamProto
public static interface PointStreamProto.PointFeatureMemberOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NcStreamProto.DataTypegetDataType().DataType dataType = 4;intgetDataTypeValue().DataType dataType = 4;StringgetDesc()string desc = 2;com.google.protobuf.ByteStringgetDescBytes()string desc = 2;StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;NcStreamProto.SectiongetSection().Section section = 5;NcStreamProto.SectionOrBuildergetSectionOrBuilder().Section section = 5;StringgetUnits()string units = 3;com.google.protobuf.ByteStringgetUnitsBytes()string units = 3;booleanhasSection().Section section = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
getDesc
String getDesc()
string desc = 2;- Returns:
- The desc.
-
getDescBytes
com.google.protobuf.ByteString getDescBytes()
string desc = 2;- Returns:
- The bytes for desc.
-
getUnits
String getUnits()
string units = 3;- Returns:
- The units.
-
getUnitsBytes
com.google.protobuf.ByteString getUnitsBytes()
string units = 3;- Returns:
- The bytes for units.
-
getDataTypeValue
int getDataTypeValue()
.DataType dataType = 4;- Returns:
- The enum numeric value on the wire for dataType.
-
getDataType
NcStreamProto.DataType getDataType()
.DataType dataType = 4;- Returns:
- The dataType.
-
hasSection
boolean hasSection()
.Section section = 5;- Returns:
- Whether the section field is set.
-
getSection
NcStreamProto.Section getSection()
.Section section = 5;- Returns:
- The section.
-
getSectionOrBuilder
NcStreamProto.SectionOrBuilder getSectionOrBuilder()
.Section section = 5;
-
-