Uses of Class
io.weaviate.client.grpc.protocol.v1.WeaviateProtoSearchGet.RefPropertiesRequest.Builder
Packages that use WeaviateProtoSearchGet.RefPropertiesRequest.Builder
-
Uses of WeaviateProtoSearchGet.RefPropertiesRequest.Builder in io.weaviate.client.grpc.protocol.v1
Methods in io.weaviate.client.grpc.protocol.v1 that return WeaviateProtoSearchGet.RefPropertiesRequest.BuilderModifier and TypeMethodDescriptionWeaviateProtoSearchGet.PropertiesRequest.Builder.addRefPropertiesBuilder()repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;WeaviateProtoSearchGet.PropertiesRequest.Builder.addRefPropertiesBuilder(int index) repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeaviateProtoSearchGet.RefPropertiesRequest.Builder.clear()WeaviateProtoSearchGet.RefPropertiesRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) WeaviateProtoSearchGet.RefPropertiesRequest.Builder.clearMetadata().weaviate.v1.MetadataRequest metadata = 3;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) WeaviateProtoSearchGet.RefPropertiesRequest.Builder.clearProperties().weaviate.v1.PropertiesRequest properties = 2;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.clearReferenceProperty()string reference_property = 1;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.clearTargetCollection()string target_collection = 4;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.clone()WeaviateProtoSearchGet.PropertiesRequest.Builder.getRefPropertiesBuilder(int index) repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoSearchGet.RefPropertiesRequest.Builder.mergeFrom(com.google.protobuf.Message other) WeaviateProtoSearchGet.RefPropertiesRequest.Builder.mergeFrom(WeaviateProtoSearchGet.RefPropertiesRequest other) WeaviateProtoSearchGet.RefPropertiesRequest.Builder.mergeMetadata(WeaviateProtoSearchGet.MetadataRequest value) .weaviate.v1.MetadataRequest metadata = 3;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.mergeProperties(WeaviateProtoSearchGet.PropertiesRequest value) .weaviate.v1.PropertiesRequest properties = 2;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeaviateProtoSearchGet.RefPropertiesRequest.newBuilder()WeaviateProtoSearchGet.RefPropertiesRequest.newBuilder(WeaviateProtoSearchGet.RefPropertiesRequest prototype) WeaviateProtoSearchGet.RefPropertiesRequest.newBuilderForType()WeaviateProtoSearchGet.RefPropertiesRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) WeaviateProtoSearchGet.RefPropertiesRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeaviateProtoSearchGet.RefPropertiesRequest.Builder.setMetadata(WeaviateProtoSearchGet.MetadataRequest value) .weaviate.v1.MetadataRequest metadata = 3;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.setMetadata(WeaviateProtoSearchGet.MetadataRequest.Builder builderForValue) .weaviate.v1.MetadataRequest metadata = 3;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.setProperties(WeaviateProtoSearchGet.PropertiesRequest value) .weaviate.v1.PropertiesRequest properties = 2;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.setProperties(WeaviateProtoSearchGet.PropertiesRequest.Builder builderForValue) .weaviate.v1.PropertiesRequest properties = 2;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.setReferenceProperty(String value) string reference_property = 1;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.setReferencePropertyBytes(com.google.protobuf.ByteString value) string reference_property = 1;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) WeaviateProtoSearchGet.RefPropertiesRequest.Builder.setTargetCollection(String value) string target_collection = 4;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.setTargetCollectionBytes(com.google.protobuf.ByteString value) string target_collection = 4;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeaviateProtoSearchGet.RefPropertiesRequest.toBuilder()Methods in io.weaviate.client.grpc.protocol.v1 that return types with arguments of type WeaviateProtoSearchGet.RefPropertiesRequest.BuilderModifier and TypeMethodDescriptionWeaviateProtoSearchGet.PropertiesRequest.Builder.getRefPropertiesBuilderList()repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;Methods in io.weaviate.client.grpc.protocol.v1 with parameters of type WeaviateProtoSearchGet.RefPropertiesRequest.BuilderModifier and TypeMethodDescriptionWeaviateProtoSearchGet.PropertiesRequest.Builder.addRefProperties(int index, WeaviateProtoSearchGet.RefPropertiesRequest.Builder builderForValue) repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;WeaviateProtoSearchGet.PropertiesRequest.Builder.addRefProperties(WeaviateProtoSearchGet.RefPropertiesRequest.Builder builderForValue) repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;WeaviateProtoSearchGet.PropertiesRequest.Builder.setRefProperties(int index, WeaviateProtoSearchGet.RefPropertiesRequest.Builder builderForValue) repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;