proto.com.cognite.client.dto.EntityMatchModelOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdf-sdk-java Show documentation
Show all versions of cdf-sdk-java Show documentation
Java SDK for reading and writing from/to CDF resources.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: entity_match.proto
package com.cognite.client.dto;
public interface EntityMatchModelOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.EntityMatchModel)
com.google.protobuf.MessageOrBuilder {
/**
* optional int64 id = 1;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* optional int64 id = 1;
* @return The id.
*/
long getId();
/**
* optional string external_id = 2;
* @return Whether the externalId field is set.
*/
boolean hasExternalId();
/**
* optional string external_id = 2;
* @return The externalId.
*/
java.lang.String getExternalId();
/**
* optional string external_id = 2;
* @return The bytes for externalId.
*/
com.google.protobuf.ByteString
getExternalIdBytes();
/**
* optional string status = 3;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
* optional string status = 3;
* @return The status.
*/
java.lang.String getStatus();
/**
* optional string status = 3;
* @return The bytes for status.
*/
com.google.protobuf.ByteString
getStatusBytes();
/**
* optional int64 created_time = 4;
* @return Whether the createdTime field is set.
*/
boolean hasCreatedTime();
/**
* optional int64 created_time = 4;
* @return The createdTime.
*/
long getCreatedTime();
/**
* optional int64 start_time = 5;
* @return Whether the startTime field is set.
*/
boolean hasStartTime();
/**
* optional int64 start_time = 5;
* @return The startTime.
*/
long getStartTime();
/**
* optional int64 status_time = 6;
* @return Whether the statusTime field is set.
*/
boolean hasStatusTime();
/**
* optional int64 status_time = 6;
* @return The statusTime.
*/
long getStatusTime();
/**
* optional string name = 7;
* @return Whether the name field is set.
*/
boolean hasName();
/**
* optional string name = 7;
* @return The name.
*/
java.lang.String getName();
/**
* optional string name = 7;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* optional string description = 8;
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
* optional string description = 8;
* @return The description.
*/
java.lang.String getDescription();
/**
* optional string description = 8;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
* optional string feature_type = 9;
* @return Whether the featureType field is set.
*/
boolean hasFeatureType();
/**
* optional string feature_type = 9;
* @return The featureType.
*/
java.lang.String getFeatureType();
/**
* optional string feature_type = 9;
* @return The bytes for featureType.
*/
com.google.protobuf.ByteString
getFeatureTypeBytes();
/**
* repeated .com.cognite.beam.proto.MatchField match_fields = 10;
*/
java.util.List
getMatchFieldsList();
/**
* repeated .com.cognite.beam.proto.MatchField match_fields = 10;
*/
com.cognite.client.dto.MatchField getMatchFields(int index);
/**
* repeated .com.cognite.beam.proto.MatchField match_fields = 10;
*/
int getMatchFieldsCount();
/**
* repeated .com.cognite.beam.proto.MatchField match_fields = 10;
*/
java.util.List extends com.cognite.client.dto.MatchFieldOrBuilder>
getMatchFieldsOrBuilderList();
/**
* repeated .com.cognite.beam.proto.MatchField match_fields = 10;
*/
com.cognite.client.dto.MatchFieldOrBuilder getMatchFieldsOrBuilder(
int index);
/**
* optional bool ignore_missing_fields = 11;
* @return Whether the ignoreMissingFields field is set.
*/
boolean hasIgnoreMissingFields();
/**
* optional bool ignore_missing_fields = 11;
* @return The ignoreMissingFields.
*/
boolean getIgnoreMissingFields();
/**
* optional string classifier = 12;
* @return Whether the classifier field is set.
*/
boolean hasClassifier();
/**
* optional string classifier = 12;
* @return The classifier.
*/
java.lang.String getClassifier();
/**
* optional string classifier = 12;
* @return The bytes for classifier.
*/
com.google.protobuf.ByteString
getClassifierBytes();
/**
* optional string original_id = 13;
* @return Whether the originalId field is set.
*/
boolean hasOriginalId();
/**
* optional string original_id = 13;
* @return The originalId.
*/
java.lang.String getOriginalId();
/**
* optional string original_id = 13;
* @return The bytes for originalId.
*/
com.google.protobuf.ByteString
getOriginalIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy