Interface WeaviateProtoProperties.IntValuesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoProperties.IntValues,WeaviateProtoProperties.IntValues.Builder
- Enclosing class:
- WeaviateProtoProperties
public static interface WeaviateProtoProperties.IntValuesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringThe values are stored as a byte array, where each 8 bytes represent a single int64 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
-
getValues
com.google.protobuf.ByteString getValues()The values are stored as a byte array, where each 8 bytes represent a single int64 value. The byte array is stored in little-endian order using uint64 encoding.
bytes values = 1;- Returns:
- The values.
-