Package io.riemann.riemann
Interface Proto.StateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Proto.State,Proto.State.Builder
- Enclosing class:
- Proto
public static interface Proto.StateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string description = 5;com.google.protobuf.ByteStringoptional string description = 5;getHost()optional string host = 4;com.google.protobuf.ByteStringoptional string host = 4;booleangetOnce()optional bool once = 6;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;floatgetTtl()optional float ttl = 8;booleanoptional string description = 5;booleanhasHost()optional string host = 4;booleanhasOnce()optional bool once = 6;booleanoptional string service = 3;booleanhasState()optional string state = 2;booleanhasTime()optional int64 time = 1;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; -
hasOnce
boolean hasOnce()optional bool once = 6; -
getOnce
boolean getOnce()optional bool once = 6; -
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;
-