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

    Modifier and Type
    Method
    Description
    string prop_name = 2;
    com.google.protobuf.ByteString
    string prop_name = 2;
    .weaviate.v1.ObjectPropertiesValue value = 1;
    .weaviate.v1.ObjectPropertiesValue value = 1;
    boolean
    .weaviate.v1.ObjectPropertiesValue value = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      .weaviate.v1.ObjectPropertiesValue value = 1;
      Returns:
      The value.
    • 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.