Package relationalai.protocol
Interface Schema.PrimitiveValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Schema.PrimitiveValue
,Schema.PrimitiveValue.Builder
- Enclosing class:
- Schema
public static interface Schema.PrimitiveValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getBoolVal()
bool bool_val = 16;
int
getCharVal()
uint32 char_val = 15;
float
getFloat16Val()
Not present in protobuffloat
getFloat32Val()
float float32_val = 13;
double
getFloat64Val()
double float64_val = 12;
Schema.RelInt128
getInt128Val()
Not present in protobufSchema.RelInt128OrBuilder
getInt128ValOrBuilder()
Not present in protobufint
getInt16Val()
Not present in protobuf; int32int
getInt32Val()
int32 int32_val = 4;
long
getInt64Val()
int64 int64_val = 3;
int
getInt8Val()
Not present in protobuf; int32com.google.protobuf.ByteString
getStringVal()
We use bytes for strings because proto has an encoding requirement for the proto3::string type.Schema.PrimitiveType
getTag()
Type tag indicates which value field is setint
getTagValue()
Type tag indicates which value field is setSchema.RelUInt128
getUint128Val()
Not present in protobufSchema.RelUInt128OrBuilder
getUint128ValOrBuilder()
Not present in protobufint
getUint16Val()
Not present in protobuf; uint32int
getUint32Val()
uint32 uint32_val = 9;
long
getUint64Val()
uint64 uint64_val = 8;
int
getUint8Val()
Not present in protobuf; uint32Schema.PrimitiveValue.ValueCase
getValueCase()
boolean
hasBoolVal()
bool bool_val = 16;
boolean
hasCharVal()
uint32 char_val = 15;
boolean
hasFloat16Val()
Not present in protobufboolean
hasFloat32Val()
float float32_val = 13;
boolean
hasFloat64Val()
double float64_val = 12;
boolean
hasInt128Val()
Not present in protobufboolean
hasInt16Val()
Not present in protobuf; int32boolean
hasInt32Val()
int32 int32_val = 4;
boolean
hasInt64Val()
int64 int64_val = 3;
boolean
hasInt8Val()
Not present in protobuf; int32boolean
hasStringVal()
We use bytes for strings because proto has an encoding requirement for the proto3::string type.boolean
hasUint128Val()
Not present in protobufboolean
hasUint16Val()
Not present in protobuf; uint32boolean
hasUint32Val()
uint32 uint32_val = 9;
boolean
hasUint64Val()
uint64 uint64_val = 8;
boolean
hasUint8Val()
Not present in protobuf; uint32-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTagValue
int getTagValue()
Type tag indicates which value field is set
.relationalai.protocol.PrimitiveType tag = 1;
- Returns:
- The enum numeric value on the wire for tag.
-
getTag
Schema.PrimitiveType getTag()
Type tag indicates which value field is set
.relationalai.protocol.PrimitiveType tag = 1;
- Returns:
- The tag.
-
hasInt128Val
boolean hasInt128Val()
Not present in protobuf
.relationalai.protocol.RelInt128 int128_val = 2;
- Returns:
- Whether the int128Val field is set.
-
getInt128Val
Schema.RelInt128 getInt128Val()
Not present in protobuf
.relationalai.protocol.RelInt128 int128_val = 2;
- Returns:
- The int128Val.
-
getInt128ValOrBuilder
Schema.RelInt128OrBuilder getInt128ValOrBuilder()
Not present in protobuf
.relationalai.protocol.RelInt128 int128_val = 2;
-
hasInt64Val
boolean hasInt64Val()
int64 int64_val = 3;
- Returns:
- Whether the int64Val field is set.
-
getInt64Val
long getInt64Val()
int64 int64_val = 3;
- Returns:
- The int64Val.
-
hasInt32Val
boolean hasInt32Val()
int32 int32_val = 4;
- Returns:
- Whether the int32Val field is set.
-
getInt32Val
int getInt32Val()
int32 int32_val = 4;
- Returns:
- The int32Val.
-
hasInt16Val
boolean hasInt16Val()
Not present in protobuf; int32
int32 int16_val = 5;
- Returns:
- Whether the int16Val field is set.
-
getInt16Val
int getInt16Val()
Not present in protobuf; int32
int32 int16_val = 5;
- Returns:
- The int16Val.
-
hasInt8Val
boolean hasInt8Val()
Not present in protobuf; int32
int32 int8_val = 6;
- Returns:
- Whether the int8Val field is set.
-
getInt8Val
int getInt8Val()
Not present in protobuf; int32
int32 int8_val = 6;
- Returns:
- The int8Val.
-
hasUint128Val
boolean hasUint128Val()
Not present in protobuf
.relationalai.protocol.RelUInt128 uint128_val = 7;
- Returns:
- Whether the uint128Val field is set.
-
getUint128Val
Schema.RelUInt128 getUint128Val()
Not present in protobuf
.relationalai.protocol.RelUInt128 uint128_val = 7;
- Returns:
- The uint128Val.
-
getUint128ValOrBuilder
Schema.RelUInt128OrBuilder getUint128ValOrBuilder()
Not present in protobuf
.relationalai.protocol.RelUInt128 uint128_val = 7;
-
hasUint64Val
boolean hasUint64Val()
uint64 uint64_val = 8;
- Returns:
- Whether the uint64Val field is set.
-
getUint64Val
long getUint64Val()
uint64 uint64_val = 8;
- Returns:
- The uint64Val.
-
hasUint32Val
boolean hasUint32Val()
uint32 uint32_val = 9;
- Returns:
- Whether the uint32Val field is set.
-
getUint32Val
int getUint32Val()
uint32 uint32_val = 9;
- Returns:
- The uint32Val.
-
hasUint16Val
boolean hasUint16Val()
Not present in protobuf; uint32
uint32 uint16_val = 10;
- Returns:
- Whether the uint16Val field is set.
-
getUint16Val
int getUint16Val()
Not present in protobuf; uint32
uint32 uint16_val = 10;
- Returns:
- The uint16Val.
-
hasUint8Val
boolean hasUint8Val()
Not present in protobuf; uint32
uint32 uint8_val = 11;
- Returns:
- Whether the uint8Val field is set.
-
getUint8Val
int getUint8Val()
Not present in protobuf; uint32
uint32 uint8_val = 11;
- Returns:
- The uint8Val.
-
hasFloat64Val
boolean hasFloat64Val()
double float64_val = 12;
- Returns:
- Whether the float64Val field is set.
-
getFloat64Val
double getFloat64Val()
double float64_val = 12;
- Returns:
- The float64Val.
-
hasFloat32Val
boolean hasFloat32Val()
float float32_val = 13;
- Returns:
- Whether the float32Val field is set.
-
getFloat32Val
float getFloat32Val()
float float32_val = 13;
- Returns:
- The float32Val.
-
hasFloat16Val
boolean hasFloat16Val()
Not present in protobuf
float float16_val = 14;
- Returns:
- Whether the float16Val field is set.
-
getFloat16Val
float getFloat16Val()
Not present in protobuf
float float16_val = 14;
- Returns:
- The float16Val.
-
hasCharVal
boolean hasCharVal()
uint32 char_val = 15;
- Returns:
- Whether the charVal field is set.
-
getCharVal
int getCharVal()
uint32 char_val = 15;
- Returns:
- The charVal.
-
hasBoolVal
boolean hasBoolVal()
bool bool_val = 16;
- Returns:
- Whether the boolVal field is set.
-
getBoolVal
boolean getBoolVal()
bool bool_val = 16;
- Returns:
- The boolVal.
-
hasStringVal
boolean hasStringVal()
We use bytes for strings because proto has an encoding requirement for the proto3::string type.
bytes string_val = 17;
- Returns:
- Whether the stringVal field is set.
-
getStringVal
com.google.protobuf.ByteString getStringVal()
We use bytes for strings because proto has an encoding requirement for the proto3::string type.
bytes string_val = 17;
- Returns:
- The stringVal.
-
getValueCase
Schema.PrimitiveValue.ValueCase getValueCase()
-
-