Uses of Enum
io.weaviate.client.grpc.protocol.v1.WeaviateProtoBase.ConsistencyLevel
Packages that use WeaviateProtoBase.ConsistencyLevel
-
Uses of WeaviateProtoBase.ConsistencyLevel in io.weaviate.client.grpc.protocol.v1
Methods in io.weaviate.client.grpc.protocol.v1 that return WeaviateProtoBase.ConsistencyLevelModifier and TypeMethodDescriptionWeaviateProtoBase.ConsistencyLevel.forNumber(int value) WeaviateProtoBatch.BatchObjectsRequest.Builder.getConsistencyLevel()optional .weaviate.v1.ConsistencyLevel consistency_level = 2;WeaviateProtoBatch.BatchObjectsRequest.getConsistencyLevel()optional .weaviate.v1.ConsistencyLevel consistency_level = 2;WeaviateProtoBatch.BatchObjectsRequestOrBuilder.getConsistencyLevel()optional .weaviate.v1.ConsistencyLevel consistency_level = 2;WeaviateProtoBatchDelete.BatchDeleteRequest.Builder.getConsistencyLevel()optional .weaviate.v1.ConsistencyLevel consistency_level = 5;WeaviateProtoBatchDelete.BatchDeleteRequest.getConsistencyLevel()optional .weaviate.v1.ConsistencyLevel consistency_level = 5;WeaviateProtoBatchDelete.BatchDeleteRequestOrBuilder.getConsistencyLevel()optional .weaviate.v1.ConsistencyLevel consistency_level = 5;WeaviateProtoSearchGet.SearchRequest.Builder.getConsistencyLevel()optional .weaviate.v1.ConsistencyLevel consistency_level = 11;WeaviateProtoSearchGet.SearchRequest.getConsistencyLevel()optional .weaviate.v1.ConsistencyLevel consistency_level = 11;WeaviateProtoSearchGet.SearchRequestOrBuilder.getConsistencyLevel()optional .weaviate.v1.ConsistencyLevel consistency_level = 11;WeaviateProtoBase.ConsistencyLevel.valueOf(int value) Deprecated.WeaviateProtoBase.ConsistencyLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static WeaviateProtoBase.ConsistencyLevel[]WeaviateProtoBase.ConsistencyLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.weaviate.client.grpc.protocol.v1 that return types with arguments of type WeaviateProtoBase.ConsistencyLevelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<WeaviateProtoBase.ConsistencyLevel>WeaviateProtoBase.ConsistencyLevel.internalGetValueMap()Methods in io.weaviate.client.grpc.protocol.v1 with parameters of type WeaviateProtoBase.ConsistencyLevelModifier and TypeMethodDescriptionWeaviateProtoBatch.BatchObjectsRequest.Builder.setConsistencyLevel(WeaviateProtoBase.ConsistencyLevel value) optional .weaviate.v1.ConsistencyLevel consistency_level = 2;WeaviateProtoBatchDelete.BatchDeleteRequest.Builder.setConsistencyLevel(WeaviateProtoBase.ConsistencyLevel value) optional .weaviate.v1.ConsistencyLevel consistency_level = 5;WeaviateProtoSearchGet.SearchRequest.Builder.setConsistencyLevel(WeaviateProtoBase.ConsistencyLevel value) optional .weaviate.v1.ConsistencyLevel consistency_level = 11;