PointStreamProto.Member.Builder |
PointStreamProto.PointFeatureCollection.Builder.addMembersBuilder()
repeated .pointStream.Member members = 3;
|
PointStreamProto.Member.Builder |
PointStreamProto.PointFeatureCollection.Builder.addMembersBuilder(int index)
repeated .pointStream.Member members = 3;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.clear() |
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.clearDataType()
required .ncstream.DataType dataType = 4;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.clearDesc()
optional string desc = 2;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.clearName()
required string name = 1;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.clearSection()
required .ncstream.Section section = 5;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.clearUnits()
optional string units = 3;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.clone() |
PointStreamProto.Member.Builder |
PointStreamProto.PointFeatureCollection.Builder.getMembersBuilder(int index)
repeated .pointStream.Member members = 3;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.mergeFrom(com.google.protobuf.Message other) |
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.mergeFrom(PointStreamProto.Member other) |
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.mergeSection(NcStreamProto.Section value)
required .ncstream.Section section = 5;
|
static PointStreamProto.Member.Builder |
PointStreamProto.Member.newBuilder() |
static PointStreamProto.Member.Builder |
PointStreamProto.Member.newBuilder(PointStreamProto.Member prototype) |
PointStreamProto.Member.Builder |
PointStreamProto.Member.newBuilderForType() |
protected PointStreamProto.Member.Builder |
PointStreamProto.Member.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.setDataType(NcStreamProto.DataType value)
required .ncstream.DataType dataType = 4;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.setDesc(String value)
optional string desc = 2;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.setDescBytes(com.google.protobuf.ByteString value)
optional string desc = 2;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.setName(String value)
required string name = 1;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.setSection(NcStreamProto.Section.Builder builderForValue)
required .ncstream.Section section = 5;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.setSection(NcStreamProto.Section value)
required .ncstream.Section section = 5;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.setUnits(String value)
optional string units = 3;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.Builder.setUnitsBytes(com.google.protobuf.ByteString value)
optional string units = 3;
|
PointStreamProto.Member.Builder |
PointStreamProto.Member.toBuilder() |