PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.addAllSdata(Iterable<String> values)
repeated string sdata = 4;
|
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.addSdata(String value)
repeated string sdata = 4;
|
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.addSdataBytes(com.google.protobuf.ByteString value)
repeated string sdata = 4;
|
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.clear() |
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.clearData()
required bytes data = 3;
|
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.clearLoc()
required .pointStream.Location loc = 1;
|
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.clearSdata()
repeated string sdata = 4;
|
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.clone() |
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.mergeFrom(com.google.protobuf.Message other) |
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.mergeFrom(PointStreamProto.PointFeature other) |
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.mergeLoc(PointStreamProto.Location value)
required .pointStream.Location loc = 1;
|
static PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.newBuilder() |
static PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.newBuilder(PointStreamProto.PointFeature prototype) |
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.newBuilderForType() |
protected PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.setData(com.google.protobuf.ByteString value)
required bytes data = 3;
|
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.setLoc(PointStreamProto.Location.Builder builderForValue)
required .pointStream.Location loc = 1;
|
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.setLoc(PointStreamProto.Location value)
required .pointStream.Location loc = 1;
|
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.Builder.setSdata(int index,
String value)
repeated string sdata = 4;
|
PointStreamProto.PointFeature.Builder |
PointStreamProto.PointFeature.toBuilder() |