proto.com.cognite.client.dto.EntityMatchOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdf-sdk-java Show documentation
Show all versions of cdf-sdk-java Show documentation
Java SDK for reading and writing from/to CDF resources.
// 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