Uses of Class
io.weaviate.client.grpc.protocol.v1.WeaviateProtoSearchGet.RefPropertiesResult
Packages that use WeaviateProtoSearchGet.RefPropertiesResult
-
Uses of WeaviateProtoSearchGet.RefPropertiesResult in io.weaviate.client.grpc.protocol.v1
Methods in io.weaviate.client.grpc.protocol.v1 that return WeaviateProtoSearchGet.RefPropertiesResultModifier and TypeMethodDescriptionWeaviateProtoSearchGet.RefPropertiesResult.Builder.build()WeaviateProtoSearchGet.RefPropertiesResult.Builder.buildPartial()WeaviateProtoSearchGet.RefPropertiesResult.getDefaultInstance()WeaviateProtoSearchGet.RefPropertiesResult.Builder.getDefaultInstanceForType()WeaviateProtoSearchGet.RefPropertiesResult.getDefaultInstanceForType()WeaviateProtoSearchGet.PropertiesResult.Builder.getRefProps(int index) repeated .weaviate.v1.RefPropertiesResult ref_props = 2;WeaviateProtoSearchGet.PropertiesResult.getRefProps(int index) repeated .weaviate.v1.RefPropertiesResult ref_props = 2;WeaviateProtoSearchGet.PropertiesResultOrBuilder.getRefProps(int index) repeated .weaviate.v1.RefPropertiesResult ref_props = 2;WeaviateProtoSearchGet.RefPropertiesResult.parseDelimitedFrom(InputStream input) WeaviateProtoSearchGet.RefPropertiesResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoSearchGet.RefPropertiesResult.parseFrom(byte[] data) WeaviateProtoSearchGet.RefPropertiesResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoSearchGet.RefPropertiesResult.parseFrom(com.google.protobuf.ByteString data) WeaviateProtoSearchGet.RefPropertiesResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoSearchGet.RefPropertiesResult.parseFrom(com.google.protobuf.CodedInputStream input) WeaviateProtoSearchGet.RefPropertiesResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoSearchGet.RefPropertiesResult.parseFrom(InputStream input) WeaviateProtoSearchGet.RefPropertiesResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoSearchGet.RefPropertiesResult.parseFrom(ByteBuffer data) WeaviateProtoSearchGet.RefPropertiesResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.weaviate.client.grpc.protocol.v1 that return types with arguments of type WeaviateProtoSearchGet.RefPropertiesResultModifier and TypeMethodDescriptioncom.google.protobuf.Parser<WeaviateProtoSearchGet.RefPropertiesResult>WeaviateProtoSearchGet.RefPropertiesResult.getParserForType()WeaviateProtoSearchGet.PropertiesResult.Builder.getRefPropsList()repeated .weaviate.v1.RefPropertiesResult ref_props = 2;WeaviateProtoSearchGet.PropertiesResult.getRefPropsList()repeated .weaviate.v1.RefPropertiesResult ref_props = 2;WeaviateProtoSearchGet.PropertiesResultOrBuilder.getRefPropsList()repeated .weaviate.v1.RefPropertiesResult ref_props = 2;static com.google.protobuf.Parser<WeaviateProtoSearchGet.RefPropertiesResult>WeaviateProtoSearchGet.RefPropertiesResult.parser()Methods in io.weaviate.client.grpc.protocol.v1 with parameters of type WeaviateProtoSearchGet.RefPropertiesResultModifier and TypeMethodDescriptionWeaviateProtoSearchGet.PropertiesResult.Builder.addRefProps(int index, WeaviateProtoSearchGet.RefPropertiesResult value) repeated .weaviate.v1.RefPropertiesResult ref_props = 2;WeaviateProtoSearchGet.PropertiesResult.Builder.addRefProps(WeaviateProtoSearchGet.RefPropertiesResult value) repeated .weaviate.v1.RefPropertiesResult ref_props = 2;WeaviateProtoSearchGet.RefPropertiesResult.Builder.mergeFrom(WeaviateProtoSearchGet.RefPropertiesResult other) WeaviateProtoSearchGet.RefPropertiesResult.newBuilder(WeaviateProtoSearchGet.RefPropertiesResult prototype) WeaviateProtoSearchGet.PropertiesResult.Builder.setRefProps(int index, WeaviateProtoSearchGet.RefPropertiesResult value) repeated .weaviate.v1.RefPropertiesResult ref_props = 2;Method parameters in io.weaviate.client.grpc.protocol.v1 with type arguments of type WeaviateProtoSearchGet.RefPropertiesResultModifier and TypeMethodDescriptionWeaviateProtoSearchGet.PropertiesResult.Builder.addAllRefProps(Iterable<? extends WeaviateProtoSearchGet.RefPropertiesResult> values) repeated .weaviate.v1.RefPropertiesResult ref_props = 2;