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 Details

    • 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

      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

      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.