Interface WeaviateProtoSearchGet.PropertiesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoSearchGet.PropertiesRequest,WeaviateProtoSearchGet.PropertiesRequest.Builder
- Enclosing class:
- WeaviateProtoSearchGet
public static interface WeaviateProtoSearchGet.PropertiesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNonRefProperties(int index)repeated string non_ref_properties = 1;com.google.protobuf.ByteStringgetNonRefPropertiesBytes(int index)repeated string non_ref_properties = 1;intgetNonRefPropertiesCount()repeated string non_ref_properties = 1;List<String>getNonRefPropertiesList()repeated string non_ref_properties = 1;WeaviateProtoSearchGet.ObjectPropertiesRequestgetObjectProperties(int index)repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;intgetObjectPropertiesCount()repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;List<WeaviateProtoSearchGet.ObjectPropertiesRequest>getObjectPropertiesList()repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;WeaviateProtoSearchGet.ObjectPropertiesRequestOrBuildergetObjectPropertiesOrBuilder(int index)repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;List<? extends WeaviateProtoSearchGet.ObjectPropertiesRequestOrBuilder>getObjectPropertiesOrBuilderList()repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;WeaviateProtoSearchGet.RefPropertiesRequestgetRefProperties(int index)repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;intgetRefPropertiesCount()repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;List<WeaviateProtoSearchGet.RefPropertiesRequest>getRefPropertiesList()repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;WeaviateProtoSearchGet.RefPropertiesRequestOrBuildergetRefPropertiesOrBuilder(int index)repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;List<? extends WeaviateProtoSearchGet.RefPropertiesRequestOrBuilder>getRefPropertiesOrBuilderList()repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;booleangetReturnAllNonrefProperties()bool return_all_nonref_properties = 11;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNonRefPropertiesList
List<String> getNonRefPropertiesList()
repeated string non_ref_properties = 1;- Returns:
- A list containing the nonRefProperties.
-
getNonRefPropertiesCount
int getNonRefPropertiesCount()
repeated string non_ref_properties = 1;- Returns:
- The count of nonRefProperties.
-
getNonRefProperties
String getNonRefProperties(int index)
repeated string non_ref_properties = 1;- Parameters:
index- The index of the element to return.- Returns:
- The nonRefProperties at the given index.
-
getNonRefPropertiesBytes
com.google.protobuf.ByteString getNonRefPropertiesBytes(int index)
repeated string non_ref_properties = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the nonRefProperties at the given index.
-
getRefPropertiesList
List<WeaviateProtoSearchGet.RefPropertiesRequest> getRefPropertiesList()
repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;
-
getRefProperties
WeaviateProtoSearchGet.RefPropertiesRequest getRefProperties(int index)
repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;
-
getRefPropertiesCount
int getRefPropertiesCount()
repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;
-
getRefPropertiesOrBuilderList
List<? extends WeaviateProtoSearchGet.RefPropertiesRequestOrBuilder> getRefPropertiesOrBuilderList()
repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;
-
getRefPropertiesOrBuilder
WeaviateProtoSearchGet.RefPropertiesRequestOrBuilder getRefPropertiesOrBuilder(int index)
repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;
-
getObjectPropertiesList
List<WeaviateProtoSearchGet.ObjectPropertiesRequest> getObjectPropertiesList()
repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;
-
getObjectProperties
WeaviateProtoSearchGet.ObjectPropertiesRequest getObjectProperties(int index)
repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;
-
getObjectPropertiesCount
int getObjectPropertiesCount()
repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;
-
getObjectPropertiesOrBuilderList
List<? extends WeaviateProtoSearchGet.ObjectPropertiesRequestOrBuilder> getObjectPropertiesOrBuilderList()
repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;
-
getObjectPropertiesOrBuilder
WeaviateProtoSearchGet.ObjectPropertiesRequestOrBuilder getObjectPropertiesOrBuilder(int index)
repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;
-
getReturnAllNonrefProperties
boolean getReturnAllNonrefProperties()
bool return_all_nonref_properties = 11;- Returns:
- The returnAllNonrefProperties.
-
-