All Downloads are FREE. Search and download functionalities are using the official Maven repository.

proto.com.cognite.client.dto.EntityMatchOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: entity_match.proto

package com.cognite.client.dto;

public interface EntityMatchOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.EntityMatch)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional double score = 1;
   * @return Whether the score field is set.
   */
  boolean hasScore();
  /**
   * optional double score = 1;
   * @return The score.
   */
  double getScore();

  /**
   * .google.protobuf.Struct target = 2;
   * @return Whether the target field is set.
   */
  boolean hasTarget();
  /**
   * .google.protobuf.Struct target = 2;
   * @return The target.
   */
  com.google.protobuf.Struct getTarget();
  /**
   * .google.protobuf.Struct target = 2;
   */
  com.google.protobuf.StructOrBuilder getTargetOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy