Proto.Event.Builder |
Proto.Event.Builder.addAllAttributes(Iterable<? extends Proto.Attribute> values)
repeated .Attribute attributes = 9;
|
Proto.Event.Builder |
Proto.Event.Builder.addAllTags(Iterable<String> values)
repeated string tags = 7;
|
Proto.Event.Builder |
Proto.Event.Builder.addAttributes(int index,
Proto.Attribute.Builder builderForValue)
repeated .Attribute attributes = 9;
|
Proto.Event.Builder |
Proto.Event.Builder.addAttributes(int index,
Proto.Attribute value)
repeated .Attribute attributes = 9;
|
Proto.Event.Builder |
Proto.Event.Builder.addAttributes(Proto.Attribute.Builder builderForValue)
repeated .Attribute attributes = 9;
|
Proto.Event.Builder |
Proto.Event.Builder.addAttributes(Proto.Attribute value)
repeated .Attribute attributes = 9;
|
Proto.Event.Builder |
Proto.Msg.Builder.addEventsBuilder()
repeated .Event events = 6;
|
Proto.Event.Builder |
Proto.Msg.Builder.addEventsBuilder(int index)
repeated .Event events = 6;
|
Proto.Event.Builder |
Proto.Event.Builder.addTags(String value)
repeated string tags = 7;
|
Proto.Event.Builder |
Proto.Event.Builder.addTagsBytes(com.google.protobuf.ByteString value)
repeated string tags = 7;
|
Proto.Event.Builder |
Proto.Event.Builder.clear() |
Proto.Event.Builder |
Proto.Event.Builder.clearAttributes()
repeated .Attribute attributes = 9;
|
Proto.Event.Builder |
Proto.Event.Builder.clearDescription()
optional string description = 5;
|
Proto.Event.Builder |
Proto.Event.Builder.clearHost()
optional string host = 4;
|
Proto.Event.Builder |
Proto.Event.Builder.clearMetricD()
optional double metric_d = 14;
|
Proto.Event.Builder |
Proto.Event.Builder.clearMetricF()
optional float metric_f = 15;
|
Proto.Event.Builder |
Proto.Event.Builder.clearMetricSint64()
optional sint64 metric_sint64 = 13;
|
Proto.Event.Builder |
Proto.Event.Builder.clearService()
optional string service = 3;
|
Proto.Event.Builder |
Proto.Event.Builder.clearState()
optional string state = 2;
|
Proto.Event.Builder |
Proto.Event.Builder.clearTags()
repeated string tags = 7;
|
Proto.Event.Builder |
Proto.Event.Builder.clearTime()
optional int64 time = 1;
|
Proto.Event.Builder |
Proto.Event.Builder.clearTtl()
optional float ttl = 8;
|
Proto.Event.Builder |
Proto.Event.Builder.clone() |
Proto.Event.Builder |
Proto.Msg.Builder.getEventsBuilder(int index)
repeated .Event events = 6;
|
Proto.Event.Builder |
Proto.Event.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Proto.Event.Builder |
Proto.Event.Builder.mergeFrom(com.google.protobuf.Message other) |
Proto.Event.Builder |
Proto.Event.Builder.mergeFrom(Proto.Event other) |
static Proto.Event.Builder |
Proto.Event.newBuilder() |
static Proto.Event.Builder |
Proto.Event.newBuilder(Proto.Event prototype) |
Proto.Event.Builder |
Proto.Event.newBuilderForType() |
protected Proto.Event.Builder |
Proto.Event.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Proto.Event.Builder |
Proto.Event.Builder.removeAttributes(int index)
repeated .Attribute attributes = 9;
|
Proto.Event.Builder |
Proto.Event.Builder.setAttributes(int index,
Proto.Attribute.Builder builderForValue)
repeated .Attribute attributes = 9;
|
Proto.Event.Builder |
Proto.Event.Builder.setAttributes(int index,
Proto.Attribute value)
repeated .Attribute attributes = 9;
|
Proto.Event.Builder |
Proto.Event.Builder.setDescription(String value)
optional string description = 5;
|
Proto.Event.Builder |
Proto.Event.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
optional string description = 5;
|
Proto.Event.Builder |
Proto.Event.Builder.setHost(String value)
optional string host = 4;
|
Proto.Event.Builder |
Proto.Event.Builder.setHostBytes(com.google.protobuf.ByteString value)
optional string host = 4;
|
Proto.Event.Builder |
Proto.Event.Builder.setMetricD(double value)
optional double metric_d = 14;
|
Proto.Event.Builder |
Proto.Event.Builder.setMetricF(float value)
optional float metric_f = 15;
|
Proto.Event.Builder |
Proto.Event.Builder.setMetricSint64(long value)
optional sint64 metric_sint64 = 13;
|
Proto.Event.Builder |
Proto.Event.Builder.setService(String value)
optional string service = 3;
|
Proto.Event.Builder |
Proto.Event.Builder.setServiceBytes(com.google.protobuf.ByteString value)
optional string service = 3;
|
Proto.Event.Builder |
Proto.Event.Builder.setState(String value)
optional string state = 2;
|
Proto.Event.Builder |
Proto.Event.Builder.setStateBytes(com.google.protobuf.ByteString value)
optional string state = 2;
|
Proto.Event.Builder |
Proto.Event.Builder.setTags(int index,
String value)
repeated string tags = 7;
|
Proto.Event.Builder |
Proto.Event.Builder.setTime(long value)
optional int64 time = 1;
|
Proto.Event.Builder |
Proto.Event.Builder.setTtl(float value)
optional float ttl = 8;
|
Proto.Event.Builder |
Proto.Event.toBuilder() |