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 Summary
Modifier and TypeMethodDescription.weaviate.v1.MetadataRequest metadata = 3;.weaviate.v1.MetadataRequest metadata = 3;.weaviate.v1.PropertiesRequest properties = 2;.weaviate.v1.PropertiesRequest properties = 2;string reference_property = 1;com.google.protobuf.ByteStringstring reference_property = 1;string target_collection = 4;com.google.protobuf.ByteStringstring target_collection = 4;boolean.weaviate.v1.MetadataRequest metadata = 3;boolean.weaviate.v1.PropertiesRequest properties = 2;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
-
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
WeaviateProtoSearchGet.PropertiesRequest getProperties().weaviate.v1.PropertiesRequest properties = 2;- Returns:
- The properties.
-
getPropertiesOrBuilder
WeaviateProtoSearchGet.PropertiesRequestOrBuilder getPropertiesOrBuilder().weaviate.v1.PropertiesRequest properties = 2; -
hasMetadata
boolean hasMetadata().weaviate.v1.MetadataRequest metadata = 3;- Returns:
- Whether the metadata field is set.
-
getMetadata
WeaviateProtoSearchGet.MetadataRequest getMetadata().weaviate.v1.MetadataRequest metadata = 3;- Returns:
- The metadata.
-
getMetadataOrBuilder
WeaviateProtoSearchGet.MetadataRequestOrBuilder 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.
-