proto.com.cognite.client.dto.MatchFieldOrBuilder 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 MatchFieldOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.MatchField)
com.google.protobuf.MessageOrBuilder {
/**
* string source = 1;
* @return The source.
*/
java.lang.String getSource();
/**
* string source = 1;
* @return The bytes for source.
*/
com.google.protobuf.ByteString
getSourceBytes();
/**
* string target = 2;
* @return The target.
*/
java.lang.String getTarget();
/**
* string target = 2;
* @return The bytes for target.
*/
com.google.protobuf.ByteString
getTargetBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy