Package com.cognite.client.dto
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 TypeMethodDescriptiongetMatches(int index) repeated .com.cognite.client.dto.EntityMatch matches = 2;intrepeated .com.cognite.client.dto.EntityMatch matches = 2;repeated .com.cognite.client.dto.EntityMatch matches = 2;getMatchesOrBuilder(int index) repeated .com.cognite.client.dto.EntityMatch matches = 2;List<? extends EntityMatchOrBuilder>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
isInitializedMethods 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
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
repeated .com.cognite.client.dto.EntityMatch matches = 2;
-