public final class StateData extends com.google.protobuf.GeneratedMessageV3 implements StateDataOrBuilder
StateData encodes a particular field of a datatypeProtobuf type
lifecycle.StateData
Modifier and Type | Class and Description |
---|---|
static class |
StateData.Builder
StateData encodes a particular field of a datatype
|
static class |
StateData.TypeCase |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
BYTES_FIELD_NUMBER |
static int |
INT64_FIELD_NUMBER |
static int |
STRING_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
com.google.protobuf.ByteString |
getBytes()
bytes Bytes = 2 [json_name = "Bytes"]; |
static StateData |
getDefaultInstance() |
StateData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getInt64()
int64 Int64 = 1 [json_name = "Int64"]; |
com.google.protobuf.Parser<StateData> |
getParserForType() |
int |
getSerializedSize() |
String |
getString()
string String = 3 [json_name = "String"]; |
com.google.protobuf.ByteString |
getStringBytes()
string String = 3 [json_name = "String"]; |
StateData.TypeCase |
getTypeCase() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBytes()
bytes Bytes = 2 [json_name = "Bytes"]; |
int |
hashCode() |
boolean |
hasInt64()
int64 Int64 = 1 [json_name = "Int64"]; |
boolean |
hasString()
string String = 3 [json_name = "String"]; |
boolean |
isInitialized() |
static StateData.Builder |
newBuilder() |
static StateData.Builder |
newBuilder(StateData prototype) |
StateData.Builder |
newBuilderForType() |
static StateData |
parseDelimitedFrom(InputStream input) |
static StateData |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StateData |
parseFrom(byte[] data) |
static StateData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StateData |
parseFrom(ByteBuffer data) |
static StateData |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StateData |
parseFrom(com.google.protobuf.ByteString data) |
static StateData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StateData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StateData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StateData |
parseFrom(InputStream input) |
static StateData |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StateData> |
parser() |
StateData.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int INT64_FIELD_NUMBER
public static final int BYTES_FIELD_NUMBER
public static final int STRING_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public StateData.TypeCase getTypeCase()
getTypeCase
in interface StateDataOrBuilder
public boolean hasInt64()
int64 Int64 = 1 [json_name = "Int64"];
hasInt64
in interface StateDataOrBuilder
public long getInt64()
int64 Int64 = 1 [json_name = "Int64"];
getInt64
in interface StateDataOrBuilder
public boolean hasBytes()
bytes Bytes = 2 [json_name = "Bytes"];
hasBytes
in interface StateDataOrBuilder
public com.google.protobuf.ByteString getBytes()
bytes Bytes = 2 [json_name = "Bytes"];
getBytes
in interface StateDataOrBuilder
public boolean hasString()
string String = 3 [json_name = "String"];
hasString
in interface StateDataOrBuilder
public String getString()
string String = 3 [json_name = "String"];
getString
in interface StateDataOrBuilder
public com.google.protobuf.ByteString getStringBytes()
string String = 3 [json_name = "String"];
getStringBytes
in interface StateDataOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static StateData parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StateData parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StateData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StateData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StateData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StateData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StateData parseFrom(InputStream input) throws IOException
IOException
public static StateData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static StateData parseDelimitedFrom(InputStream input) throws IOException
IOException
public static StateData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static StateData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static StateData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public StateData.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static StateData.Builder newBuilder()
public static StateData.Builder newBuilder(StateData prototype)
public StateData.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
public static StateData getDefaultInstance()
public static com.google.protobuf.Parser<StateData> parser()
public com.google.protobuf.Parser<StateData> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public StateData getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2022. All rights reserved.