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 Detail

      • hasSource

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

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

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

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

        EntityMatch getMatches​(int index)
        repeated .com.cognite.beam.proto.EntityMatch matches = 2;
      • getMatchesCount

        int getMatchesCount()
        repeated .com.cognite.beam.proto.EntityMatch matches = 2;
      • getMatchesOrBuilderList

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

        EntityMatchOrBuilder getMatchesOrBuilder​(int index)
        repeated .com.cognite.beam.proto.EntityMatch matches = 2;