Package dev.vortex.proto
Class ScalarProtos.ScalarValue
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
dev.vortex.proto.ScalarProtos.ScalarValue
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,ScalarProtos.ScalarValueOrBuilder
,Serializable
- Enclosing class:
- ScalarProtos
public static final class ScalarProtos.ScalarValue
extends com.google.protobuf.GeneratedMessage
implements ScalarProtos.ScalarValueOrBuilder
Protobuf type
vortex.scalar.ScalarValue
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Protobuf typevortex.scalar.ScalarValue
static enum
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,
BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T extends Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParent
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, loggedPre22TypeNames, unknownFields
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
bool bool_value = 2;
com.google.protobuf.ByteString
bytes bytes_value = 8;
static ScalarProtos.ScalarValue
static final com.google.protobuf.Descriptors.Descriptor
long
uint64 f16_value = 10;
float
float f32_value = 5;
double
double f64_value = 6;
long
sint64 int64_value = 3;
.vortex.scalar.ListValue list_value = 9;
.vortex.scalar.ListValue list_value = 9;
.google.protobuf.NullValue null_value = 1;
int
.google.protobuf.NullValue null_value = 1;
com.google.protobuf.Parser<ScalarProtos.ScalarValue>
int
string string_value = 7;
com.google.protobuf.ByteString
string string_value = 7;
long
uint64 uint64_value = 4;
boolean
bool bool_value = 2;
boolean
bytes bytes_value = 8;
boolean
uint64 f16_value = 10;
boolean
float f32_value = 5;
boolean
double f64_value = 6;
int
hashCode()
boolean
sint64 int64_value = 3;
boolean
.vortex.scalar.ListValue list_value = 9;
boolean
.google.protobuf.NullValue null_value = 1;
boolean
string string_value = 7;
boolean
uint64 uint64_value = 4;
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
final boolean
newBuilder
(ScalarProtos.ScalarValue prototype) protected ScalarProtos.ScalarValue.Builder
newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) static ScalarProtos.ScalarValue
parseDelimitedFrom
(InputStream input) static ScalarProtos.ScalarValue
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScalarProtos.ScalarValue
parseFrom
(byte[] data) static ScalarProtos.ScalarValue
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScalarProtos.ScalarValue
parseFrom
(com.google.protobuf.ByteString data) static ScalarProtos.ScalarValue
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScalarProtos.ScalarValue
parseFrom
(com.google.protobuf.CodedInputStream input) static ScalarProtos.ScalarValue
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScalarProtos.ScalarValue
parseFrom
(InputStream input) static ScalarProtos.ScalarValue
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ScalarProtos.ScalarValue
parseFrom
(ByteBuffer data) static ScalarProtos.ScalarValue
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<ScalarProtos.ScalarValue>
parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
NULL_VALUE_FIELD_NUMBER
public static final int NULL_VALUE_FIELD_NUMBER- See Also:
-
BOOL_VALUE_FIELD_NUMBER
public static final int BOOL_VALUE_FIELD_NUMBER- See Also:
-
INT64_VALUE_FIELD_NUMBER
public static final int INT64_VALUE_FIELD_NUMBER- See Also:
-
UINT64_VALUE_FIELD_NUMBER
public static final int UINT64_VALUE_FIELD_NUMBER- See Also:
-
F32_VALUE_FIELD_NUMBER
public static final int F32_VALUE_FIELD_NUMBER- See Also:
-
F64_VALUE_FIELD_NUMBER
public static final int F64_VALUE_FIELD_NUMBER- See Also:
-
STRING_VALUE_FIELD_NUMBER
public static final int STRING_VALUE_FIELD_NUMBER- See Also:
-
BYTES_VALUE_FIELD_NUMBER
public static final int BYTES_VALUE_FIELD_NUMBER- See Also:
-
LIST_VALUE_FIELD_NUMBER
public static final int LIST_VALUE_FIELD_NUMBER- See Also:
-
F16_VALUE_FIELD_NUMBER
public static final int F16_VALUE_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage
-
getKindCase
- Specified by:
getKindCase
in interfaceScalarProtos.ScalarValueOrBuilder
-
hasNullValue
public boolean hasNullValue().google.protobuf.NullValue null_value = 1;
- Specified by:
hasNullValue
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- Whether the nullValue field is set.
-
getNullValueValue
public int getNullValueValue().google.protobuf.NullValue null_value = 1;
- Specified by:
getNullValueValue
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- The enum numeric value on the wire for nullValue.
-
getNullValue
.google.protobuf.NullValue null_value = 1;
- Specified by:
getNullValue
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- The nullValue.
-
hasBoolValue
public boolean hasBoolValue()bool bool_value = 2;
- Specified by:
hasBoolValue
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- Whether the boolValue field is set.
-
getBoolValue
public boolean getBoolValue()bool bool_value = 2;
- Specified by:
getBoolValue
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- The boolValue.
-
hasInt64Value
public boolean hasInt64Value()sint64 int64_value = 3;
- Specified by:
hasInt64Value
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- Whether the int64Value field is set.
-
getInt64Value
public long getInt64Value()sint64 int64_value = 3;
- Specified by:
getInt64Value
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- The int64Value.
-
hasUint64Value
public boolean hasUint64Value()uint64 uint64_value = 4;
- Specified by:
hasUint64Value
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- Whether the uint64Value field is set.
-
getUint64Value
public long getUint64Value()uint64 uint64_value = 4;
- Specified by:
getUint64Value
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- The uint64Value.
-
hasF32Value
public boolean hasF32Value()float f32_value = 5;
- Specified by:
hasF32Value
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- Whether the f32Value field is set.
-
getF32Value
public float getF32Value()float f32_value = 5;
- Specified by:
getF32Value
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- The f32Value.
-
hasF64Value
public boolean hasF64Value()double f64_value = 6;
- Specified by:
hasF64Value
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- Whether the f64Value field is set.
-
getF64Value
public double getF64Value()double f64_value = 6;
- Specified by:
getF64Value
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- The f64Value.
-
hasStringValue
public boolean hasStringValue()string string_value = 7;
- Specified by:
hasStringValue
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- Whether the stringValue field is set.
-
getStringValue
string string_value = 7;
- Specified by:
getStringValue
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- The stringValue.
-
getStringValueBytes
public com.google.protobuf.ByteString getStringValueBytes()string string_value = 7;
- Specified by:
getStringValueBytes
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- The bytes for stringValue.
-
hasBytesValue
public boolean hasBytesValue()bytes bytes_value = 8;
- Specified by:
hasBytesValue
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- Whether the bytesValue field is set.
-
getBytesValue
public com.google.protobuf.ByteString getBytesValue()bytes bytes_value = 8;
- Specified by:
getBytesValue
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- The bytesValue.
-
hasListValue
public boolean hasListValue().vortex.scalar.ListValue list_value = 9;
- Specified by:
hasListValue
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- Whether the listValue field is set.
-
getListValue
.vortex.scalar.ListValue list_value = 9;
- Specified by:
getListValue
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- The listValue.
-
getListValueOrBuilder
.vortex.scalar.ListValue list_value = 9;
- Specified by:
getListValueOrBuilder
in interfaceScalarProtos.ScalarValueOrBuilder
-
hasF16Value
public boolean hasF16Value()uint64 f16_value = 10;
- Specified by:
hasF16Value
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- Whether the f16Value field is set.
-
getF16Value
public long getF16Value()uint64 f16_value = 10;
- Specified by:
getF16Value
in interfaceScalarProtos.ScalarValueOrBuilder
- Returns:
- The f16Value.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ScalarProtos.ScalarValue parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScalarProtos.ScalarValue parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScalarProtos.ScalarValue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScalarProtos.ScalarValue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScalarProtos.ScalarValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ScalarProtos.ScalarValue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static ScalarProtos.ScalarValue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static ScalarProtos.ScalarValue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static ScalarProtos.ScalarValue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static ScalarProtos.ScalarValue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ScalarProtos.ScalarValue.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForType
in classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-