Interface WeaviateProtoProperties.PropertiesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoProperties.Properties,WeaviateProtoProperties.Properties.Builder
- Enclosing class:
- WeaviateProtoProperties
public static interface WeaviateProtoProperties.PropertiesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsFields(String key)map<string, .weaviate.v1.Value> fields = 1;Map<String,WeaviateProtoProperties.Value>getFields()Deprecated.intgetFieldsCount()map<string, .weaviate.v1.Value> fields = 1;Map<String,WeaviateProtoProperties.Value>getFieldsMap()map<string, .weaviate.v1.Value> fields = 1;WeaviateProtoProperties.ValuegetFieldsOrDefault(String key, WeaviateProtoProperties.Value defaultValue)map<string, .weaviate.v1.Value> fields = 1;WeaviateProtoProperties.ValuegetFieldsOrThrow(String key)map<string, .weaviate.v1.Value> fields = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFieldsCount
int getFieldsCount()
map<string, .weaviate.v1.Value> fields = 1;
-
containsFields
boolean containsFields(String key)
map<string, .weaviate.v1.Value> fields = 1;
-
getFields
@Deprecated Map<String,WeaviateProtoProperties.Value> getFields()
Deprecated.UsegetFieldsMap()instead.
-
getFieldsMap
Map<String,WeaviateProtoProperties.Value> getFieldsMap()
map<string, .weaviate.v1.Value> fields = 1;
-
getFieldsOrDefault
WeaviateProtoProperties.Value getFieldsOrDefault(String key, WeaviateProtoProperties.Value defaultValue)
map<string, .weaviate.v1.Value> fields = 1;
-
getFieldsOrThrow
WeaviateProtoProperties.Value getFieldsOrThrow(String key)
map<string, .weaviate.v1.Value> fields = 1;
-
-