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 TypeMethodDescriptionbooleanRepresents a boolean value.doubleRepresents a double value.longRepresents an integer valueRepresents a repeated `Value`.Represents a repeated `Value`.Represents a null value.intRepresents a null value.Represents a string value.com.google.protobuf.ByteStringRepresents a string value.Represents a structured value.Represents a structured value.booleanRepresents a boolean value.booleanRepresents a double value.booleanRepresents an integer valuebooleanRepresents a repeated `Value`.booleanRepresents a null value.booleanRepresents a string value.booleanRepresents a structured value.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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()
-