Uses of Class
io.weaviate.client.grpc.protocol.v1.WeaviateProtoSearchGet.RefPropertiesRequest
Packages that use WeaviateProtoSearchGet.RefPropertiesRequest
-
Uses of WeaviateProtoSearchGet.RefPropertiesRequest in io.weaviate.client.grpc.protocol.v1
Methods in io.weaviate.client.grpc.protocol.v1 that return WeaviateProtoSearchGet.RefPropertiesRequestModifier and TypeMethodDescriptionWeaviateProtoSearchGet.RefPropertiesRequest.Builder.build()WeaviateProtoSearchGet.RefPropertiesRequest.Builder.buildPartial()WeaviateProtoSearchGet.RefPropertiesRequest.getDefaultInstance()WeaviateProtoSearchGet.RefPropertiesRequest.Builder.getDefaultInstanceForType()WeaviateProtoSearchGet.RefPropertiesRequest.getDefaultInstanceForType()WeaviateProtoSearchGet.PropertiesRequest.Builder.getRefProperties(int index) repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;WeaviateProtoSearchGet.PropertiesRequest.getRefProperties(int index) repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;WeaviateProtoSearchGet.PropertiesRequestOrBuilder.getRefProperties(int index) repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;WeaviateProtoSearchGet.RefPropertiesRequest.parseDelimitedFrom(InputStream input) WeaviateProtoSearchGet.RefPropertiesRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoSearchGet.RefPropertiesRequest.parseFrom(byte[] data) WeaviateProtoSearchGet.RefPropertiesRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoSearchGet.RefPropertiesRequest.parseFrom(com.google.protobuf.ByteString data) WeaviateProtoSearchGet.RefPropertiesRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoSearchGet.RefPropertiesRequest.parseFrom(com.google.protobuf.CodedInputStream input) WeaviateProtoSearchGet.RefPropertiesRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoSearchGet.RefPropertiesRequest.parseFrom(InputStream input) WeaviateProtoSearchGet.RefPropertiesRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoSearchGet.RefPropertiesRequest.parseFrom(ByteBuffer data) WeaviateProtoSearchGet.RefPropertiesRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.weaviate.client.grpc.protocol.v1 that return types with arguments of type WeaviateProtoSearchGet.RefPropertiesRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<WeaviateProtoSearchGet.RefPropertiesRequest>WeaviateProtoSearchGet.RefPropertiesRequest.getParserForType()WeaviateProtoSearchGet.PropertiesRequest.Builder.getRefPropertiesList()repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;WeaviateProtoSearchGet.PropertiesRequest.getRefPropertiesList()repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;WeaviateProtoSearchGet.PropertiesRequestOrBuilder.getRefPropertiesList()repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;static com.google.protobuf.Parser<WeaviateProtoSearchGet.RefPropertiesRequest>WeaviateProtoSearchGet.RefPropertiesRequest.parser()Methods in io.weaviate.client.grpc.protocol.v1 with parameters of type WeaviateProtoSearchGet.RefPropertiesRequestModifier and TypeMethodDescriptionWeaviateProtoSearchGet.PropertiesRequest.Builder.addRefProperties(int index, WeaviateProtoSearchGet.RefPropertiesRequest value) repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;WeaviateProtoSearchGet.PropertiesRequest.Builder.addRefProperties(WeaviateProtoSearchGet.RefPropertiesRequest value) repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;WeaviateProtoSearchGet.RefPropertiesRequest.Builder.mergeFrom(WeaviateProtoSearchGet.RefPropertiesRequest other) WeaviateProtoSearchGet.RefPropertiesRequest.newBuilder(WeaviateProtoSearchGet.RefPropertiesRequest prototype) WeaviateProtoSearchGet.PropertiesRequest.Builder.setRefProperties(int index, WeaviateProtoSearchGet.RefPropertiesRequest value) repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;Method parameters in io.weaviate.client.grpc.protocol.v1 with type arguments of type WeaviateProtoSearchGet.RefPropertiesRequestModifier and TypeMethodDescriptionWeaviateProtoSearchGet.PropertiesRequest.Builder.addAllRefProperties(Iterable<? extends WeaviateProtoSearchGet.RefPropertiesRequest> values) repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;