Interface WeaviateProtoBase.ObjectArrayPropertiesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoBase.ObjectArrayProperties,WeaviateProtoBase.ObjectArrayProperties.Builder
- Enclosing class:
- WeaviateProtoBase
public static interface WeaviateProtoBase.ObjectArrayPropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring prop_name = 2;com.google.protobuf.ByteStringstring prop_name = 2;getValues(int index) repeated .weaviate.v1.ObjectPropertiesValue values = 1;intrepeated .weaviate.v1.ObjectPropertiesValue values = 1;repeated .weaviate.v1.ObjectPropertiesValue values = 1;getValuesOrBuilder(int index) repeated .weaviate.v1.ObjectPropertiesValue values = 1;repeated .weaviate.v1.ObjectPropertiesValue values = 1;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
-
getValuesList
List<WeaviateProtoBase.ObjectPropertiesValue> getValuesList()repeated .weaviate.v1.ObjectPropertiesValue values = 1; -
getValues
repeated .weaviate.v1.ObjectPropertiesValue values = 1; -
getValuesCount
int getValuesCount()repeated .weaviate.v1.ObjectPropertiesValue values = 1; -
getValuesOrBuilderList
List<? extends WeaviateProtoBase.ObjectPropertiesValueOrBuilder> getValuesOrBuilderList()repeated .weaviate.v1.ObjectPropertiesValue values = 1; -
getValuesOrBuilder
repeated .weaviate.v1.ObjectPropertiesValue values = 1; -
getPropName
String getPropName()string prop_name = 2;- Returns:
- The propName.
-
getPropNameBytes
com.google.protobuf.ByteString getPropNameBytes()string prop_name = 2;- Returns:
- The bytes for propName.
-