proto.com.cognite.client.dto.EntityMatchResultOrBuilder 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 EntityMatchResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.EntityMatchResult)
com.google.protobuf.MessageOrBuilder {
/**
* .google.protobuf.Struct source = 1;
* @return Whether the source field is set.
*/
boolean hasSource();
/**
* .google.protobuf.Struct source = 1;
* @return The source.
*/
com.google.protobuf.Struct getSource();
/**
* .google.protobuf.Struct source = 1;
*/
com.google.protobuf.StructOrBuilder getSourceOrBuilder();
/**
* repeated .com.cognite.beam.proto.EntityMatch matches = 2;
*/
java.util.List
getMatchesList();
/**
* repeated .com.cognite.beam.proto.EntityMatch matches = 2;
*/
com.cognite.client.dto.EntityMatch getMatches(int index);
/**
* repeated .com.cognite.beam.proto.EntityMatch matches = 2;
*/
int getMatchesCount();
/**
* repeated .com.cognite.beam.proto.EntityMatch matches = 2;
*/
java.util.List extends com.cognite.client.dto.EntityMatchOrBuilder>
getMatchesOrBuilderList();
/**
* repeated .com.cognite.beam.proto.EntityMatch matches = 2;
*/
com.cognite.client.dto.EntityMatchOrBuilder getMatchesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy