Package io.riemann.riemann
Interface Proto.EventOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Proto.Event,Proto.Event.Builder
- Enclosing class:
- Proto
public static interface Proto.EventOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributes(int index) repeated .Attribute attributes = 9;intrepeated .Attribute attributes = 9;repeated .Attribute attributes = 9;getAttributesOrBuilder(int index) repeated .Attribute attributes = 9;List<? extends Proto.AttributeOrBuilder>repeated .Attribute attributes = 9;optional string description = 5;com.google.protobuf.ByteStringoptional string description = 5;getHost()optional string host = 4;com.google.protobuf.ByteStringoptional string host = 4;doubleoptional double metric_d = 14;floatoptional float metric_f = 15;longoptional sint64 metric_sint64 = 13;optional string service = 3;com.google.protobuf.ByteStringoptional string service = 3;getState()optional string state = 2;com.google.protobuf.ByteStringoptional string state = 2;getTags(int index) repeated string tags = 7;com.google.protobuf.ByteStringgetTagsBytes(int index) repeated string tags = 7;intrepeated string tags = 7;repeated string tags = 7;longgetTime()optional int64 time = 1;longoptional int64 time_micros = 10;floatgetTtl()optional float ttl = 8;booleanoptional string description = 5;booleanhasHost()optional string host = 4;booleanoptional double metric_d = 14;booleanoptional float metric_f = 15;booleanoptional sint64 metric_sint64 = 13;booleanoptional string service = 3;booleanhasState()optional string state = 2;booleanhasTime()optional int64 time = 1;booleanoptional int64 time_micros = 10;booleanhasTtl()optional float ttl = 8;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTime
boolean hasTime()optional int64 time = 1; -
getTime
long getTime()optional int64 time = 1; -
hasState
boolean hasState()optional string state = 2; -
getState
String getState()optional string state = 2; -
getStateBytes
com.google.protobuf.ByteString getStateBytes()optional string state = 2; -
hasService
boolean hasService()optional string service = 3; -
getService
String getService()optional string service = 3; -
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()optional string service = 3; -
hasHost
boolean hasHost()optional string host = 4; -
getHost
String getHost()optional string host = 4; -
getHostBytes
com.google.protobuf.ByteString getHostBytes()optional string host = 4; -
hasDescription
boolean hasDescription()optional string description = 5; -
getDescription
String getDescription()optional string description = 5; -
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()optional string description = 5; -
getTagsList
repeated string tags = 7; -
getTagsCount
int getTagsCount()repeated string tags = 7; -
getTags
repeated string tags = 7; -
getTagsBytes
com.google.protobuf.ByteString getTagsBytes(int index) repeated string tags = 7; -
hasTtl
boolean hasTtl()optional float ttl = 8; -
getTtl
float getTtl()optional float ttl = 8; -
getAttributesList
List<Proto.Attribute> getAttributesList()repeated .Attribute attributes = 9; -
getAttributes
repeated .Attribute attributes = 9; -
getAttributesCount
int getAttributesCount()repeated .Attribute attributes = 9; -
getAttributesOrBuilderList
List<? extends Proto.AttributeOrBuilder> getAttributesOrBuilderList()repeated .Attribute attributes = 9; -
getAttributesOrBuilder
repeated .Attribute attributes = 9; -
hasTimeMicros
boolean hasTimeMicros()optional int64 time_micros = 10; -
getTimeMicros
long getTimeMicros()optional int64 time_micros = 10; -
hasMetricSint64
boolean hasMetricSint64()optional sint64 metric_sint64 = 13; -
getMetricSint64
long getMetricSint64()optional sint64 metric_sint64 = 13; -
hasMetricD
boolean hasMetricD()optional double metric_d = 14; -
getMetricD
double getMetricD()optional double metric_d = 14; -
hasMetricF
boolean hasMetricF()optional float metric_f = 15; -
getMetricF
float getMetricF()optional float metric_f = 15;
-