Package io.qdrant.client.grpc
Interface JsonWithInt.ValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JsonWithInt.Value
,JsonWithInt.Value.Builder
- Enclosing class:
- JsonWithInt
public static interface JsonWithInt.ValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Represents a boolean value.double
Represents a double value.long
Represents an integer valueRepresents a repeated `Value`.Represents a repeated `Value`.Represents a null value.int
Represents a null value.Represents a string value.com.google.protobuf.ByteString
Represents a string value.Represents a structured value.Represents a structured value.boolean
Represents a boolean value.boolean
Represents a double value.boolean
Represents an integer valueboolean
Represents a repeated `Value`.boolean
Represents a null value.boolean
Represents a string value.boolean
Represents a structured value.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()Represents a null value.
.qdrant.NullValue null_value = 1;
- Returns:
- Whether the nullValue field is set.
-
getNullValueValue
int getNullValueValue()Represents a null value.
.qdrant.NullValue null_value = 1;
- Returns:
- The enum numeric value on the wire for nullValue.
-
getNullValue
JsonWithInt.NullValue getNullValue()Represents a null value.
.qdrant.NullValue null_value = 1;
- Returns:
- The nullValue.
-
hasDoubleValue
boolean hasDoubleValue()Represents a double value.
double double_value = 2;
- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
double getDoubleValue()Represents a double value.
double double_value = 2;
- Returns:
- The doubleValue.
-
hasIntegerValue
boolean hasIntegerValue()Represents an integer value
int64 integer_value = 3;
- Returns:
- Whether the integerValue field is set.
-
getIntegerValue
long getIntegerValue()Represents an integer value
int64 integer_value = 3;
- Returns:
- The integerValue.
-
hasStringValue
boolean hasStringValue()Represents a string value.
string string_value = 4;
- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()Represents a string value.
string string_value = 4;
- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()Represents a string value.
string string_value = 4;
- Returns:
- The bytes for stringValue.
-
hasBoolValue
boolean hasBoolValue()Represents a boolean value.
bool bool_value = 5;
- Returns:
- Whether the boolValue field is set.
-
getBoolValue
boolean getBoolValue()Represents a boolean value.
bool bool_value = 5;
- Returns:
- The boolValue.
-
hasStructValue
boolean hasStructValue()Represents a structured value.
.qdrant.Struct struct_value = 6;
- Returns:
- Whether the structValue field is set.
-
getStructValue
JsonWithInt.Struct getStructValue()Represents a structured value.
.qdrant.Struct struct_value = 6;
- Returns:
- The structValue.
-
getStructValueOrBuilder
JsonWithInt.StructOrBuilder getStructValueOrBuilder()Represents a structured value.
.qdrant.Struct struct_value = 6;
-
hasListValue
boolean hasListValue()Represents a repeated `Value`.
.qdrant.ListValue list_value = 7;
- Returns:
- Whether the listValue field is set.
-
getListValue
JsonWithInt.ListValue getListValue()Represents a repeated `Value`.
.qdrant.ListValue list_value = 7;
- Returns:
- The listValue.
-
getListValueOrBuilder
JsonWithInt.ListValueOrBuilder getListValueOrBuilder()Represents a repeated `Value`.
.qdrant.ListValue list_value = 7;
-
getKindCase
JsonWithInt.Value.KindCase getKindCase()
-