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

com.dimajix.flowman.kernel.proto.mapping.CountMappingRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: mapping.proto

package com.dimajix.flowman.kernel.proto.mapping;

public interface CountMappingRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.mapping.CountMappingRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string sessionId = 1;
   * @return The sessionId.
   */
  java.lang.String getSessionId();
  /**
   * string sessionId = 1;
   * @return The bytes for sessionId.
   */
  com.dimajix.shaded.protobuf.ByteString
      getSessionIdBytes();

  /**
   * .com.dimajix.flowman.kernel.MappingIdentifier mapping = 2;
   * @return Whether the mapping field is set.
   */
  boolean hasMapping();
  /**
   * .com.dimajix.flowman.kernel.MappingIdentifier mapping = 2;
   * @return The mapping.
   */
  com.dimajix.flowman.kernel.proto.MappingIdentifier getMapping();
  /**
   * .com.dimajix.flowman.kernel.MappingIdentifier mapping = 2;
   */
  com.dimajix.flowman.kernel.proto.MappingIdentifierOrBuilder getMappingOrBuilder();

  /**
   * optional string output = 3;
   * @return Whether the output field is set.
   */
  boolean hasOutput();
  /**
   * optional string output = 3;
   * @return The output.
   */
  java.lang.String getOutput();
  /**
   * optional string output = 3;
   * @return The bytes for output.
   */
  com.dimajix.shaded.protobuf.ByteString
      getOutputBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy