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
Modifier and TypeMethodDescriptiongetNonRefProperties(int index) repeated string non_ref_properties = 1;com.google.protobuf.ByteStringgetNonRefPropertiesBytes(int index) repeated string non_ref_properties = 1;intrepeated string non_ref_properties = 1;repeated string non_ref_properties = 1;getObjectProperties(int index) repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;intrepeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;getObjectPropertiesOrBuilder(int index) repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;getRefProperties(int index) repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;intrepeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;getRefPropertiesOrBuilder(int index) repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;booleanbool return_all_nonref_properties = 11;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
-
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
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
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
repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2; -
getObjectPropertiesList
List<WeaviateProtoSearchGet.ObjectPropertiesRequest> getObjectPropertiesList()repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3; -
getObjectProperties
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
repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3; -
getReturnAllNonrefProperties
boolean getReturnAllNonrefProperties()bool return_all_nonref_properties = 11;- Returns:
- The returnAllNonrefProperties.
-