Interface EntityMatchResultOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getMatches(int index)
    repeated .com.cognite.client.dto.EntityMatch matches = 2;
    int
    repeated .com.cognite.client.dto.EntityMatch matches = 2;
    repeated .com.cognite.client.dto.EntityMatch matches = 2;
    repeated .com.cognite.client.dto.EntityMatch matches = 2;
    repeated .com.cognite.client.dto.EntityMatch matches = 2;
    com.google.protobuf.Struct
    .google.protobuf.Struct source = 1;
    com.google.protobuf.StructOrBuilder
    .google.protobuf.Struct source = 1;
    boolean
    .google.protobuf.Struct source = 1;

    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 Details

    • hasSource

      boolean hasSource()
      .google.protobuf.Struct source = 1;
      Returns:
      Whether the source field is set.
    • getSource

      com.google.protobuf.Struct getSource()
      .google.protobuf.Struct source = 1;
      Returns:
      The source.
    • getSourceOrBuilder

      com.google.protobuf.StructOrBuilder getSourceOrBuilder()
      .google.protobuf.Struct source = 1;
    • getMatchesList

      List<EntityMatch> getMatchesList()
      repeated .com.cognite.client.dto.EntityMatch matches = 2;
    • getMatches

      EntityMatch getMatches(int index)
      repeated .com.cognite.client.dto.EntityMatch matches = 2;
    • getMatchesCount

      int getMatchesCount()
      repeated .com.cognite.client.dto.EntityMatch matches = 2;
    • getMatchesOrBuilderList

      List<? extends EntityMatchOrBuilder> getMatchesOrBuilderList()
      repeated .com.cognite.client.dto.EntityMatch matches = 2;
    • getMatchesOrBuilder

      EntityMatchOrBuilder getMatchesOrBuilder(int index)
      repeated .com.cognite.client.dto.EntityMatch matches = 2;