Interface WeaviateProtoSearchGet.ObjectPropertiesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WeaviateProtoSearchGet.ObjectPropertiesRequest, WeaviateProtoSearchGet.ObjectPropertiesRequest.Builder
Enclosing class:
WeaviateProtoSearchGet

public static interface WeaviateProtoSearchGet.ObjectPropertiesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPropName

      String getPropName()
      string prop_name = 1;
      Returns:
      The propName.
    • getPropNameBytes

      com.google.protobuf.ByteString getPropNameBytes()
      string prop_name = 1;
      Returns:
      The bytes for propName.
    • getPrimitivePropertiesList

      List<String> getPrimitivePropertiesList()
      repeated string primitive_properties = 2;
      Returns:
      A list containing the primitiveProperties.
    • getPrimitivePropertiesCount

      int getPrimitivePropertiesCount()
      repeated string primitive_properties = 2;
      Returns:
      The count of primitiveProperties.
    • getPrimitiveProperties

      String getPrimitiveProperties(int index)
      repeated string primitive_properties = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The primitiveProperties at the given index.
    • getPrimitivePropertiesBytes

      com.google.protobuf.ByteString getPrimitivePropertiesBytes(int index)
      repeated string primitive_properties = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the primitiveProperties at the given index.
    • 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;