public static interface PointStreamProto.MemberOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
NcStreamProto.DataType |
getDataType()
required .ncstream.DataType dataType = 4; |
java.lang.String |
getDesc()
optional string desc = 2; |
com.google.protobuf.ByteString |
getDescBytes()
optional string desc = 2; |
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
NcStreamProto.Section |
getSection()
required .ncstream.Section section = 5; |
NcStreamProto.SectionOrBuilder |
getSectionOrBuilder()
required .ncstream.Section section = 5; |
java.lang.String |
getUnits()
optional string units = 3; |
com.google.protobuf.ByteString |
getUnitsBytes()
optional string units = 3; |
boolean |
hasDataType()
required .ncstream.DataType dataType = 4; |
boolean |
hasDesc()
optional string desc = 2; |
boolean |
hasName()
required string name = 1; |
boolean |
hasSection()
required .ncstream.Section section = 5; |
boolean |
hasUnits()
optional string units = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required string name = 1;
java.lang.String getName()
required string name = 1;
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
boolean hasDesc()
optional string desc = 2;
java.lang.String getDesc()
optional string desc = 2;
com.google.protobuf.ByteString getDescBytes()
optional string desc = 2;
boolean hasUnits()
optional string units = 3;
java.lang.String getUnits()
optional string units = 3;
com.google.protobuf.ByteString getUnitsBytes()
optional string units = 3;
boolean hasDataType()
required .ncstream.DataType dataType = 4;
NcStreamProto.DataType getDataType()
required .ncstream.DataType dataType = 4;
boolean hasSection()
required .ncstream.Section section = 5;
NcStreamProto.Section getSection()
required .ncstream.Section section = 5;
NcStreamProto.SectionOrBuilder getSectionOrBuilder()
required .ncstream.Section section = 5;