Interface WeaviateProtoSearchGet.RefPropertiesRequestOrBuilder

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

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

    • getReferenceProperty

      String getReferenceProperty()
      string reference_property = 1;
      Returns:
      The referenceProperty.
    • getReferencePropertyBytes

      com.google.protobuf.ByteString getReferencePropertyBytes()
      string reference_property = 1;
      Returns:
      The bytes for referenceProperty.
    • hasProperties

      boolean hasProperties()
      .weaviate.v1.PropertiesRequest properties = 2;
      Returns:
      Whether the properties field is set.
    • getProperties

      .weaviate.v1.PropertiesRequest properties = 2;
      Returns:
      The properties.
    • getPropertiesOrBuilder

      .weaviate.v1.PropertiesRequest properties = 2;
    • hasMetadata

      boolean hasMetadata()
      .weaviate.v1.MetadataRequest metadata = 3;
      Returns:
      Whether the metadata field is set.
    • getMetadata

      .weaviate.v1.MetadataRequest metadata = 3;
      Returns:
      The metadata.
    • getMetadataOrBuilder

      .weaviate.v1.MetadataRequest metadata = 3;
    • getTargetCollection

      String getTargetCollection()
      string target_collection = 4;
      Returns:
      The targetCollection.
    • getTargetCollectionBytes

      com.google.protobuf.ByteString getTargetCollectionBytes()
      string target_collection = 4;
      Returns:
      The bytes for targetCollection.