All Downloads are FREE. Search and download functionalities are using the official Maven repository.

proto.com.cognite.client.dto.MatchFieldOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
// 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