public static final class Proto.State extends com.google.protobuf.GeneratedMessage implements Proto.StateOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
Proto.State.Builder |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
HOST_FIELD_NUMBER |
static int |
ONCE_FIELD_NUMBER |
static int |
SERVICE_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
TAGS_FIELD_NUMBER |
static int |
TIME_FIELD_NUMBER |
static int |
TTL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static Proto.State |
getDefaultInstance() |
Proto.State |
getDefaultInstanceForType() |
String |
getDescription() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getHost() |
boolean |
getOnce() |
int |
getSerializedSize() |
String |
getService() |
String |
getState() |
String |
getTags(int index) |
int |
getTagsCount() |
List<String> |
getTagsList() |
long |
getTime() |
float |
getTtl() |
boolean |
hasDescription() |
boolean |
hasHost() |
boolean |
hasOnce() |
boolean |
hasService() |
boolean |
hasState() |
boolean |
hasTime() |
boolean |
hasTtl() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Proto.State.Builder |
newBuilder() |
static Proto.State.Builder |
newBuilder(Proto.State prototype) |
Proto.State.Builder |
newBuilderForType() |
protected Proto.State.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Proto.State |
parseDelimitedFrom(InputStream input) |
static Proto.State |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.State |
parseFrom(byte[] data) |
static Proto.State |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.State |
parseFrom(com.google.protobuf.ByteString data) |
static Proto.State |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.State |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Proto.State |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.State |
parseFrom(InputStream input) |
static Proto.State |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Proto.State.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TIME_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
public static final int HOST_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int ONCE_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
public static final int TTL_FIELD_NUMBER
public static Proto.State getDefaultInstance()
public Proto.State getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasTime()
hasTime in interface Proto.StateOrBuilderpublic long getTime()
getTime in interface Proto.StateOrBuilderpublic boolean hasState()
hasState in interface Proto.StateOrBuilderpublic String getState()
getState in interface Proto.StateOrBuilderpublic boolean hasService()
hasService in interface Proto.StateOrBuilderpublic String getService()
getService in interface Proto.StateOrBuilderpublic boolean hasHost()
hasHost in interface Proto.StateOrBuilderpublic String getHost()
getHost in interface Proto.StateOrBuilderpublic boolean hasDescription()
hasDescription in interface Proto.StateOrBuilderpublic String getDescription()
getDescription in interface Proto.StateOrBuilderpublic boolean hasOnce()
hasOnce in interface Proto.StateOrBuilderpublic boolean getOnce()
getOnce in interface Proto.StateOrBuilderpublic List<String> getTagsList()
getTagsList in interface Proto.StateOrBuilderpublic int getTagsCount()
getTagsCount in interface Proto.StateOrBuilderpublic String getTags(int index)
getTags in interface Proto.StateOrBuilderpublic boolean hasTtl()
hasTtl in interface Proto.StateOrBuilderpublic float getTtl()
getTtl in interface Proto.StateOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static Proto.State parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Proto.State parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Proto.State parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Proto.State parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Proto.State parseFrom(InputStream input) throws IOException
IOExceptionpublic static Proto.State parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Proto.State parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Proto.State parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Proto.State parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Proto.State parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Proto.State.Builder newBuilder()
public Proto.State.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Proto.State.Builder newBuilder(Proto.State prototype)
public Proto.State.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Proto.State.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2014. All rights reserved.