Package io.qdrant.client.grpc
Class JsonWithInt.Value
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.qdrant.client.grpc.JsonWithInt.Value
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,JsonWithInt.ValueOrBuilder
,Serializable
- Enclosing class:
- JsonWithInt
public static final class JsonWithInt.Value
extends com.google.protobuf.GeneratedMessageV3
implements JsonWithInt.ValueOrBuilder
`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of those variants, absence of any variant indicates an error. The JSON representation for `Value` is a JSON value.Protobuf type
qdrant.Value
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.static enum
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,
BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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.GeneratedMessageV3
alwaysUseFieldBuilders, 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
Represents a boolean value.static JsonWithInt.Value
static final com.google.protobuf.Descriptors.Descriptor
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.com.google.protobuf.Parser<JsonWithInt.Value>
int
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.int
hashCode()
boolean
Represents an integer valueboolean
Represents a repeated `Value`.boolean
Represents a null value.boolean
Represents a string value.boolean
Represents a structured value.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
static JsonWithInt.Value.Builder
static JsonWithInt.Value.Builder
newBuilder
(JsonWithInt.Value prototype) protected JsonWithInt.Value.Builder
newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected Object
newInstance
(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) static JsonWithInt.Value
parseDelimitedFrom
(InputStream input) static JsonWithInt.Value
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonWithInt.Value
parseFrom
(byte[] data) static JsonWithInt.Value
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonWithInt.Value
parseFrom
(com.google.protobuf.ByteString data) static JsonWithInt.Value
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonWithInt.Value
parseFrom
(com.google.protobuf.CodedInputStream input) static JsonWithInt.Value
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonWithInt.Value
parseFrom
(InputStream input) static JsonWithInt.Value
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static JsonWithInt.Value
parseFrom
(ByteBuffer data) static JsonWithInt.Value
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<JsonWithInt.Value>
parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, 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, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, 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:
-
DOUBLE_VALUE_FIELD_NUMBER
public static final int DOUBLE_VALUE_FIELD_NUMBER- See Also:
-
INTEGER_VALUE_FIELD_NUMBER
public static final int INTEGER_VALUE_FIELD_NUMBER- See Also:
-
STRING_VALUE_FIELD_NUMBER
public static final int STRING_VALUE_FIELD_NUMBER- See Also:
-
BOOL_VALUE_FIELD_NUMBER
public static final int BOOL_VALUE_FIELD_NUMBER- See Also:
-
STRUCT_VALUE_FIELD_NUMBER
public static final int STRUCT_VALUE_FIELD_NUMBER- See Also:
-
LIST_VALUE_FIELD_NUMBER
public static final int LIST_VALUE_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getKindCase
- Specified by:
getKindCase
in interfaceJsonWithInt.ValueOrBuilder
-
hasNullValue
public boolean hasNullValue()Represents a null value.
.qdrant.NullValue null_value = 1;
- Specified by:
hasNullValue
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- Whether the nullValue field is set.
-
getNullValueValue
public int getNullValueValue()Represents a null value.
.qdrant.NullValue null_value = 1;
- Specified by:
getNullValueValue
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- The enum numeric value on the wire for nullValue.
-
getNullValue
Represents a null value.
.qdrant.NullValue null_value = 1;
- Specified by:
getNullValue
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- The nullValue.
-
hasDoubleValue
public boolean hasDoubleValue()Represents a double value.
double double_value = 2;
- Specified by:
hasDoubleValue
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
public double getDoubleValue()Represents a double value.
double double_value = 2;
- Specified by:
getDoubleValue
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- The doubleValue.
-
hasIntegerValue
public boolean hasIntegerValue()Represents an integer value
int64 integer_value = 3;
- Specified by:
hasIntegerValue
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- Whether the integerValue field is set.
-
getIntegerValue
public long getIntegerValue()Represents an integer value
int64 integer_value = 3;
- Specified by:
getIntegerValue
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- The integerValue.
-
hasStringValue
public boolean hasStringValue()Represents a string value.
string string_value = 4;
- Specified by:
hasStringValue
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- Whether the stringValue field is set.
-
getStringValue
Represents a string value.
string string_value = 4;
- Specified by:
getStringValue
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- The stringValue.
-
getStringValueBytes
public com.google.protobuf.ByteString getStringValueBytes()Represents a string value.
string string_value = 4;
- Specified by:
getStringValueBytes
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- The bytes for stringValue.
-
hasBoolValue
public boolean hasBoolValue()Represents a boolean value.
bool bool_value = 5;
- Specified by:
hasBoolValue
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- Whether the boolValue field is set.
-
getBoolValue
public boolean getBoolValue()Represents a boolean value.
bool bool_value = 5;
- Specified by:
getBoolValue
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- The boolValue.
-
hasStructValue
public boolean hasStructValue()Represents a structured value.
.qdrant.Struct struct_value = 6;
- Specified by:
hasStructValue
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- Whether the structValue field is set.
-
getStructValue
Represents a structured value.
.qdrant.Struct struct_value = 6;
- Specified by:
getStructValue
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- The structValue.
-
getStructValueOrBuilder
Represents a structured value.
.qdrant.Struct struct_value = 6;
- Specified by:
getStructValueOrBuilder
in interfaceJsonWithInt.ValueOrBuilder
-
hasListValue
public boolean hasListValue()Represents a repeated `Value`.
.qdrant.ListValue list_value = 7;
- Specified by:
hasListValue
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- Whether the listValue field is set.
-
getListValue
Represents a repeated `Value`.
.qdrant.ListValue list_value = 7;
- Specified by:
getListValue
in interfaceJsonWithInt.ValueOrBuilder
- Returns:
- The listValue.
-
getListValueOrBuilder
Represents a repeated `Value`.
.qdrant.ListValue list_value = 7;
- Specified by:
getListValueOrBuilder
in interfaceJsonWithInt.ValueOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
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 JsonWithInt.Value parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JsonWithInt.Value parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JsonWithInt.Value parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JsonWithInt.Value parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JsonWithInt.Value parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JsonWithInt.Value parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static JsonWithInt.Value parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static JsonWithInt.Value parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static JsonWithInt.Value parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static JsonWithInt.Value 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 JsonWithInt.Value.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
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.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-