Proto.State.Builder |
Proto.State.Builder.addAllTags(Iterable<String> values)
repeated string tags = 7;
|
Proto.State.Builder |
Proto.Msg.Builder.addStatesBuilder()
repeated .State states = 4;
|
Proto.State.Builder |
Proto.Msg.Builder.addStatesBuilder(int index)
repeated .State states = 4;
|
Proto.State.Builder |
Proto.State.Builder.addTags(String value)
repeated string tags = 7;
|
Proto.State.Builder |
Proto.State.Builder.addTagsBytes(com.google.protobuf.ByteString value)
repeated string tags = 7;
|
Proto.State.Builder |
Proto.State.Builder.clear() |
Proto.State.Builder |
Proto.State.Builder.clearDescription()
optional string description = 5;
|
Proto.State.Builder |
Proto.State.Builder.clearHost()
optional string host = 4;
|
Proto.State.Builder |
Proto.State.Builder.clearOnce()
optional bool once = 6;
|
Proto.State.Builder |
Proto.State.Builder.clearService()
optional string service = 3;
|
Proto.State.Builder |
Proto.State.Builder.clearState()
optional string state = 2;
|
Proto.State.Builder |
Proto.State.Builder.clearTags()
repeated string tags = 7;
|
Proto.State.Builder |
Proto.State.Builder.clearTime()
optional int64 time = 1;
|
Proto.State.Builder |
Proto.State.Builder.clearTtl()
optional float ttl = 8;
|
Proto.State.Builder |
Proto.State.Builder.clone() |
Proto.State.Builder |
Proto.Msg.Builder.getStatesBuilder(int index)
repeated .State states = 4;
|
Proto.State.Builder |
Proto.State.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Proto.State.Builder |
Proto.State.Builder.mergeFrom(com.google.protobuf.Message other) |
Proto.State.Builder |
Proto.State.Builder.mergeFrom(Proto.State other) |
static Proto.State.Builder |
Proto.State.newBuilder() |
static Proto.State.Builder |
Proto.State.newBuilder(Proto.State prototype) |
Proto.State.Builder |
Proto.State.newBuilderForType() |
protected Proto.State.Builder |
Proto.State.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Proto.State.Builder |
Proto.State.Builder.setDescription(String value)
optional string description = 5;
|
Proto.State.Builder |
Proto.State.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
optional string description = 5;
|
Proto.State.Builder |
Proto.State.Builder.setHost(String value)
optional string host = 4;
|
Proto.State.Builder |
Proto.State.Builder.setHostBytes(com.google.protobuf.ByteString value)
optional string host = 4;
|
Proto.State.Builder |
Proto.State.Builder.setOnce(boolean value)
optional bool once = 6;
|
Proto.State.Builder |
Proto.State.Builder.setService(String value)
optional string service = 3;
|
Proto.State.Builder |
Proto.State.Builder.setServiceBytes(com.google.protobuf.ByteString value)
optional string service = 3;
|
Proto.State.Builder |
Proto.State.Builder.setState(String value)
optional string state = 2;
|
Proto.State.Builder |
Proto.State.Builder.setStateBytes(com.google.protobuf.ByteString value)
optional string state = 2;
|
Proto.State.Builder |
Proto.State.Builder.setTags(int index,
String value)
repeated string tags = 7;
|
Proto.State.Builder |
Proto.State.Builder.setTime(long value)
optional int64 time = 1;
|
Proto.State.Builder |
Proto.State.Builder.setTtl(float value)
optional float ttl = 8;
|
Proto.State.Builder |
Proto.State.toBuilder() |