public static interface Proto.EventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Proto.Attribute |
getAttributes(int index)
repeated .Attribute attributes = 9; |
int |
getAttributesCount()
repeated .Attribute attributes = 9; |
List<Proto.Attribute> |
getAttributesList()
repeated .Attribute attributes = 9; |
Proto.AttributeOrBuilder |
getAttributesOrBuilder(int index)
repeated .Attribute attributes = 9; |
List<? extends Proto.AttributeOrBuilder> |
getAttributesOrBuilderList()
repeated .Attribute attributes = 9; |
String |
getDescription()
optional string description = 5; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 5; |
String |
getHost()
optional string host = 4; |
com.google.protobuf.ByteString |
getHostBytes()
optional string host = 4; |
double |
getMetricD()
optional double metric_d = 14; |
float |
getMetricF()
optional float metric_f = 15; |
long |
getMetricSint64()
optional sint64 metric_sint64 = 13; |
String |
getService()
optional string service = 3; |
com.google.protobuf.ByteString |
getServiceBytes()
optional string service = 3; |
String |
getState()
optional string state = 2; |
com.google.protobuf.ByteString |
getStateBytes()
optional string state = 2; |
String |
getTags(int index)
repeated string tags = 7; |
com.google.protobuf.ByteString |
getTagsBytes(int index)
repeated string tags = 7; |
int |
getTagsCount()
repeated string tags = 7; |
com.google.protobuf.ProtocolStringList |
getTagsList()
repeated string tags = 7; |
long |
getTime()
optional int64 time = 1; |
float |
getTtl()
optional float ttl = 8; |
boolean |
hasDescription()
optional string description = 5; |
boolean |
hasHost()
optional string host = 4; |
boolean |
hasMetricD()
optional double metric_d = 14; |
boolean |
hasMetricF()
optional float metric_f = 15; |
boolean |
hasMetricSint64()
optional sint64 metric_sint64 = 13; |
boolean |
hasService()
optional string service = 3; |
boolean |
hasState()
optional string state = 2; |
boolean |
hasTime()
optional int64 time = 1; |
boolean |
hasTtl()
optional float ttl = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTime()
optional int64 time = 1;long getTime()
optional int64 time = 1;boolean hasState()
optional string state = 2;String getState()
optional string state = 2;com.google.protobuf.ByteString getStateBytes()
optional string state = 2;boolean hasService()
optional string service = 3;String getService()
optional string service = 3;com.google.protobuf.ByteString getServiceBytes()
optional string service = 3;boolean hasHost()
optional string host = 4;String getHost()
optional string host = 4;com.google.protobuf.ByteString getHostBytes()
optional string host = 4;boolean hasDescription()
optional string description = 5;String getDescription()
optional string description = 5;com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 5;com.google.protobuf.ProtocolStringList getTagsList()
repeated string tags = 7;int getTagsCount()
repeated string tags = 7;String getTags(int index)
repeated string tags = 7;com.google.protobuf.ByteString getTagsBytes(int index)
repeated string tags = 7;boolean hasTtl()
optional float ttl = 8;float getTtl()
optional float ttl = 8;List<Proto.Attribute> getAttributesList()
repeated .Attribute attributes = 9;Proto.Attribute getAttributes(int index)
repeated .Attribute attributes = 9;int getAttributesCount()
repeated .Attribute attributes = 9;List<? extends Proto.AttributeOrBuilder> getAttributesOrBuilderList()
repeated .Attribute attributes = 9;Proto.AttributeOrBuilder getAttributesOrBuilder(int index)
repeated .Attribute attributes = 9;boolean hasMetricSint64()
optional sint64 metric_sint64 = 13;long getMetricSint64()
optional sint64 metric_sint64 = 13;boolean hasMetricD()
optional double metric_d = 14;double getMetricD()
optional double metric_d = 14;boolean hasMetricF()
optional float metric_f = 15;float getMetricF()
optional float metric_f = 15;Copyright © 2015. All rights reserved.