Package dev.vortex.proto
Interface ScalarProtos.ScalarValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScalarProtos.ScalarValue
,ScalarProtos.ScalarValue.Builder
- Enclosing class:
- ScalarProtos
public static interface ScalarProtos.ScalarValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
bool bool_value = 2;
com.google.protobuf.ByteString
bytes bytes_value = 8;
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;
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;
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;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNullValue
boolean hasNullValue().google.protobuf.NullValue null_value = 1;
- Returns:
- Whether the nullValue field is set.
-
getNullValueValue
int getNullValueValue().google.protobuf.NullValue null_value = 1;
- Returns:
- The enum numeric value on the wire for nullValue.
-
getNullValue
NullValue getNullValue().google.protobuf.NullValue null_value = 1;
- Returns:
- The nullValue.
-
hasBoolValue
boolean hasBoolValue()bool bool_value = 2;
- Returns:
- Whether the boolValue field is set.
-
getBoolValue
boolean getBoolValue()bool bool_value = 2;
- Returns:
- The boolValue.
-
hasInt64Value
boolean hasInt64Value()sint64 int64_value = 3;
- Returns:
- Whether the int64Value field is set.
-
getInt64Value
long getInt64Value()sint64 int64_value = 3;
- Returns:
- The int64Value.
-
hasUint64Value
boolean hasUint64Value()uint64 uint64_value = 4;
- Returns:
- Whether the uint64Value field is set.
-
getUint64Value
long getUint64Value()uint64 uint64_value = 4;
- Returns:
- The uint64Value.
-
hasF32Value
boolean hasF32Value()float f32_value = 5;
- Returns:
- Whether the f32Value field is set.
-
getF32Value
float getF32Value()float f32_value = 5;
- Returns:
- The f32Value.
-
hasF64Value
boolean hasF64Value()double f64_value = 6;
- Returns:
- Whether the f64Value field is set.
-
getF64Value
double getF64Value()double f64_value = 6;
- Returns:
- The f64Value.
-
hasStringValue
boolean hasStringValue()string string_value = 7;
- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()string string_value = 7;
- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()string string_value = 7;
- Returns:
- The bytes for stringValue.
-
hasBytesValue
boolean hasBytesValue()bytes bytes_value = 8;
- Returns:
- Whether the bytesValue field is set.
-
getBytesValue
com.google.protobuf.ByteString getBytesValue()bytes bytes_value = 8;
- Returns:
- The bytesValue.
-
hasListValue
boolean hasListValue().vortex.scalar.ListValue list_value = 9;
- Returns:
- Whether the listValue field is set.
-
getListValue
ScalarProtos.ListValue getListValue().vortex.scalar.ListValue list_value = 9;
- Returns:
- The listValue.
-
getListValueOrBuilder
ScalarProtos.ListValueOrBuilder getListValueOrBuilder().vortex.scalar.ListValue list_value = 9;
-
hasF16Value
boolean hasF16Value()uint64 f16_value = 10;
- Returns:
- Whether the f16Value field is set.
-
getF16Value
long getF16Value()uint64 f16_value = 10;
- Returns:
- The f16Value.
-
getKindCase
ScalarProtos.ScalarValue.KindCase getKindCase()
-