public static interface Proto.StateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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; |
boolean |
getOnce()
optional bool once = 6; |
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 |
hasOnce()
optional bool once = 6; |
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;boolean hasOnce()
optional bool once = 6;boolean getOnce()
optional bool once = 6;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;Copyright © 2015. All rights reserved.