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

com.dimajix.flowman.kernel.proto.mapping.SaveMappingOutputRequestOrBuilder 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 SaveMappingOutputRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.mapping.SaveMappingOutputRequest)
    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 = 3;
   * @return Whether the mapping field is set.
   */
  boolean hasMapping();
  /**
   * .com.dimajix.flowman.kernel.MappingIdentifier mapping = 3;
   * @return The mapping.
   */
  com.dimajix.flowman.kernel.proto.MappingIdentifier getMapping();
  /**
   * .com.dimajix.flowman.kernel.MappingIdentifier mapping = 3;
   */
  com.dimajix.flowman.kernel.proto.MappingIdentifierOrBuilder getMappingOrBuilder();

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

  /**
   * string location = 5;
   * @return The location.
   */
  java.lang.String getLocation();
  /**
   * string location = 5;
   * @return The bytes for location.
   */
  com.dimajix.shaded.protobuf.ByteString
      getLocationBytes();

  /**
   * string format = 6;
   * @return The format.
   */
  java.lang.String getFormat();
  /**
   * string format = 6;
   * @return The bytes for format.
   */
  com.dimajix.shaded.protobuf.ByteString
      getFormatBytes();

  /**
   * map<string, string> options = 7;
   */
  int getOptionsCount();
  /**
   * map<string, string> options = 7;
   */
  boolean containsOptions(
      java.lang.String key);
  /**
   * Use {@link #getOptionsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getOptions();
  /**
   * map<string, string> options = 7;
   */
  java.util.Map
  getOptionsMap();
  /**
   * map<string, string> options = 7;
   */
  /* nullable */
java.lang.String getOptionsOrDefault(
      java.lang.String key,
      /* nullable */
java.lang.String defaultValue);
  /**
   * map<string, string> options = 7;
   */
  java.lang.String getOptionsOrThrow(
      java.lang.String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy