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

proto.com.cognite.client.dto.EntityMatchResultOrBuilder 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 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 
      getMatchesOrBuilderList();
  /**
   * repeated .com.cognite.beam.proto.EntityMatch matches = 2;
   */
  com.cognite.client.dto.EntityMatchOrBuilder getMatchesOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy