Interface WeaviateProtoBase.ObjectPropertiesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoBase.ObjectProperties,WeaviateProtoBase.ObjectProperties.Builder
- Enclosing class:
- WeaviateProtoBase
public static interface WeaviateProtoBase.ObjectPropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasValue
boolean hasValue().weaviate.v1.ObjectPropertiesValue value = 1;- Returns:
- Whether the value field is set.
-
getValue
WeaviateProtoBase.ObjectPropertiesValue getValue().weaviate.v1.ObjectPropertiesValue value = 1;- Returns:
- The value.
-
getValueOrBuilder
WeaviateProtoBase.ObjectPropertiesValueOrBuilder getValueOrBuilder().weaviate.v1.ObjectPropertiesValue value = 1; -
getPropName
String getPropName()string prop_name = 2;- Returns:
- The propName.
-
getPropNameBytes
com.google.protobuf.ByteString getPropNameBytes()string prop_name = 2;- Returns:
- The bytes for propName.
-