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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EntityMatch getMatches​(int index)
      repeated .com.cognite.client.dto.EntityMatch matches = 2;
      int getMatchesCount()
      repeated .com.cognite.client.dto.EntityMatch matches = 2;
      List<EntityMatch> getMatchesList()
      repeated .com.cognite.client.dto.EntityMatch matches = 2;
      EntityMatchOrBuilder getMatchesOrBuilder​(int index)
      repeated .com.cognite.client.dto.EntityMatch matches = 2;
      List<? extends EntityMatchOrBuilder> getMatchesOrBuilderList()
      repeated .com.cognite.client.dto.EntityMatch matches = 2;
      com.google.protobuf.Struct getSource()
      .google.protobuf.Struct source = 1;
      com.google.protobuf.StructOrBuilder getSourceOrBuilder()
      .google.protobuf.Struct source = 1;
      boolean hasSource()
      .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 Detail

      • 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;