public interface StateDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getBytes()
bytes Bytes = 2 [json_name = "Bytes"]; |
long |
getInt64()
int64 Int64 = 1 [json_name = "Int64"]; |
String |
getString()
string String = 3 [json_name = "String"]; |
com.google.protobuf.ByteString |
getStringBytes()
string String = 3 [json_name = "String"]; |
StateData.TypeCase |
getTypeCase() |
boolean |
hasBytes()
bytes Bytes = 2 [json_name = "Bytes"]; |
boolean |
hasInt64()
int64 Int64 = 1 [json_name = "Int64"]; |
boolean |
hasString()
string String = 3 [json_name = "String"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasInt64()
int64 Int64 = 1 [json_name = "Int64"];
long getInt64()
int64 Int64 = 1 [json_name = "Int64"];
boolean hasBytes()
bytes Bytes = 2 [json_name = "Bytes"];
com.google.protobuf.ByteString getBytes()
bytes Bytes = 2 [json_name = "Bytes"];
boolean hasString()
string String = 3 [json_name = "String"];
String getString()
string String = 3 [json_name = "String"];
com.google.protobuf.ByteString getStringBytes()
string String = 3 [json_name = "String"];
StateData.TypeCase getTypeCase()
Copyright © 2022. All rights reserved.