Interface EntityMatchOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EntityMatch, EntityMatch.Builder

    public interface EntityMatchOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getScore()
      optional double score = 1;
      com.google.protobuf.Struct getTarget()
      .google.protobuf.Struct target = 2;
      com.google.protobuf.StructOrBuilder getTargetOrBuilder()
      .google.protobuf.Struct target = 2;
      boolean hasScore()
      optional double score = 1;
      boolean hasTarget()
      .google.protobuf.Struct target = 2;
      • 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 Detail

      • hasScore

        boolean hasScore()
        optional double score = 1;
        Returns:
        Whether the score field is set.
      • getScore

        double getScore()
        optional double score = 1;
        Returns:
        The score.
      • hasTarget

        boolean hasTarget()
        .google.protobuf.Struct target = 2;
        Returns:
        Whether the target field is set.
      • getTarget

        com.google.protobuf.Struct getTarget()
        .google.protobuf.Struct target = 2;
        Returns:
        The target.
      • getTargetOrBuilder

        com.google.protobuf.StructOrBuilder getTargetOrBuilder()
        .google.protobuf.Struct target = 2;