public static final class Windmill.TagValue extends com.google.protobuf.GeneratedMessage implements Windmill.TagValueOrBuilder
windmill.TagValue| Modifier and Type | Class and Description |
|---|---|
static class |
Windmill.TagValue.Builder
Protobuf type
windmill.TagValue |
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 com.google.protobuf.Parser<Windmill.TagValue> |
PARSER |
static int |
STATE_FAMILY_FIELD_NUMBER |
static int |
TAG_FIELD_NUMBER |
static int |
VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static Windmill.TagValue |
getDefaultInstance() |
Windmill.TagValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Windmill.TagValue> |
getParserForType() |
int |
getSerializedSize() |
java.lang.String |
getStateFamily()
optional string state_family = 3; |
com.google.protobuf.ByteString |
getStateFamilyBytes()
optional string state_family = 3; |
com.google.protobuf.ByteString |
getTag()
required bytes tag = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Windmill.Value |
getValue()
optional .windmill.Value value = 2; |
Windmill.ValueOrBuilder |
getValueOrBuilder()
optional .windmill.Value value = 2; |
boolean |
hasStateFamily()
optional string state_family = 3; |
boolean |
hasTag()
required bytes tag = 1; |
boolean |
hasValue()
optional .windmill.Value value = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Windmill.TagValue.Builder |
newBuilder() |
static Windmill.TagValue.Builder |
newBuilder(Windmill.TagValue prototype) |
Windmill.TagValue.Builder |
newBuilderForType() |
protected Windmill.TagValue.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Windmill.TagValue |
parseDelimitedFrom(java.io.InputStream input) |
static Windmill.TagValue |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Windmill.TagValue |
parseFrom(byte[] data) |
static Windmill.TagValue |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Windmill.TagValue |
parseFrom(com.google.protobuf.ByteString data) |
static Windmill.TagValue |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Windmill.TagValue |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Windmill.TagValue |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Windmill.TagValue |
parseFrom(java.io.InputStream input) |
static Windmill.TagValue |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Windmill.TagValue.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<Windmill.TagValue> PARSER
public static final int TAG_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static final int STATE_FAMILY_FIELD_NUMBER
public static Windmill.TagValue getDefaultInstance()
public Windmill.TagValue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<Windmill.TagValue> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasTag()
required bytes tag = 1;hasTag in interface Windmill.TagValueOrBuilderpublic com.google.protobuf.ByteString getTag()
required bytes tag = 1;getTag in interface Windmill.TagValueOrBuilderpublic boolean hasValue()
optional .windmill.Value value = 2;hasValue in interface Windmill.TagValueOrBuilderpublic Windmill.Value getValue()
optional .windmill.Value value = 2;getValue in interface Windmill.TagValueOrBuilderpublic Windmill.ValueOrBuilder getValueOrBuilder()
optional .windmill.Value value = 2;getValueOrBuilder in interface Windmill.TagValueOrBuilderpublic boolean hasStateFamily()
optional string state_family = 3;hasStateFamily in interface Windmill.TagValueOrBuilderpublic java.lang.String getStateFamily()
optional string state_family = 3;getStateFamily in interface Windmill.TagValueOrBuilderpublic com.google.protobuf.ByteString getStateFamilyBytes()
optional string state_family = 3;getStateFamilyBytes in interface Windmill.TagValueOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic static Windmill.TagValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Windmill.TagValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Windmill.TagValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Windmill.TagValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Windmill.TagValue parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.TagValue parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.TagValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.TagValue parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.TagValue parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.TagValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Windmill.TagValue.Builder newBuilder()
public Windmill.TagValue.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Windmill.TagValue.Builder newBuilder(Windmill.TagValue prototype)
public Windmill.TagValue.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Windmill.TagValue.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage