Package io.qdrant.client.grpc
Interface Points.GroupIdOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.GroupId
,Points.GroupId.Builder
- Enclosing class:
- Points
public static interface Points.GroupIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
Represents an integer valueRepresents a string value.com.google.protobuf.ByteString
Represents a string value.long
Represents a double value.boolean
Represents an integer valueboolean
Represents a string value.boolean
Represents a double 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
-
hasUnsignedValue
boolean hasUnsignedValue()Represents a double value.
uint64 unsigned_value = 1;
- Returns:
- Whether the unsignedValue field is set.
-
getUnsignedValue
long getUnsignedValue()Represents a double value.
uint64 unsigned_value = 1;
- Returns:
- The unsignedValue.
-
hasIntegerValue
boolean hasIntegerValue()Represents an integer value
int64 integer_value = 2;
- Returns:
- Whether the integerValue field is set.
-
getIntegerValue
long getIntegerValue()Represents an integer value
int64 integer_value = 2;
- Returns:
- The integerValue.
-
hasStringValue
boolean hasStringValue()Represents a string value.
string string_value = 3;
- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()Represents a string value.
string string_value = 3;
- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()Represents a string value.
string string_value = 3;
- Returns:
- The bytes for stringValue.
-
getKindCase
Points.GroupId.KindCase getKindCase()
-