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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPropName()string prop_name = 2;com.google.protobuf.ByteStringgetPropNameBytes()string prop_name = 2;WeaviateProtoBase.ObjectPropertiesValuegetValues(int index)repeated .weaviate.v1.ObjectPropertiesValue values = 1;intgetValuesCount()repeated .weaviate.v1.ObjectPropertiesValue values = 1;List<WeaviateProtoBase.ObjectPropertiesValue>getValuesList()repeated .weaviate.v1.ObjectPropertiesValue values = 1;WeaviateProtoBase.ObjectPropertiesValueOrBuildergetValuesOrBuilder(int index)repeated .weaviate.v1.ObjectPropertiesValue values = 1;List<? extends WeaviateProtoBase.ObjectPropertiesValueOrBuilder>getValuesOrBuilderList()repeated .weaviate.v1.ObjectPropertiesValue values = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValuesList
List<WeaviateProtoBase.ObjectPropertiesValue> getValuesList()
repeated .weaviate.v1.ObjectPropertiesValue values = 1;
-
getValues
WeaviateProtoBase.ObjectPropertiesValue getValues(int index)
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
WeaviateProtoBase.ObjectPropertiesValueOrBuilder getValuesOrBuilder(int index)
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.
-
-