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

com.dimajix.flowman.kernel.proto.mapping.MappingDetailsOrBuilder 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 MappingDetailsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.mapping.MappingDetails)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string project = 1;
   * @return Whether the project field is set.
   */
  boolean hasProject();
  /**
   * optional string project = 1;
   * @return The project.
   */
  java.lang.String getProject();
  /**
   * optional string project = 1;
   * @return The bytes for project.
   */
  com.dimajix.shaded.protobuf.ByteString
      getProjectBytes();

  /**
   * string name = 2;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 2;
   * @return The bytes for name.
   */
  com.dimajix.shaded.protobuf.ByteString
      getNameBytes();

  /**
   * string kind = 3;
   * @return The kind.
   */
  java.lang.String getKind();
  /**
   * string kind = 3;
   * @return The bytes for kind.
   */
  com.dimajix.shaded.protobuf.ByteString
      getKindBytes();

  /**
   * repeated string outputs = 4;
   * @return A list containing the outputs.
   */
  java.util.List
      getOutputsList();
  /**
   * repeated string outputs = 4;
   * @return The count of outputs.
   */
  int getOutputsCount();
  /**
   * repeated string outputs = 4;
   * @param index The index of the element to return.
   * @return The outputs at the given index.
   */
  java.lang.String getOutputs(int index);
  /**
   * repeated string outputs = 4;
   * @param index The index of the value to return.
   * @return The bytes of the outputs at the given index.
   */
  com.dimajix.shaded.protobuf.ByteString
      getOutputsBytes(int index);

  /**
   * repeated .com.dimajix.flowman.kernel.MappingOutputIdentifier inputs = 5;
   */
  java.util.List 
      getInputsList();
  /**
   * repeated .com.dimajix.flowman.kernel.MappingOutputIdentifier inputs = 5;
   */
  com.dimajix.flowman.kernel.proto.MappingOutputIdentifier getInputs(int index);
  /**
   * repeated .com.dimajix.flowman.kernel.MappingOutputIdentifier inputs = 5;
   */
  int getInputsCount();
  /**
   * repeated .com.dimajix.flowman.kernel.MappingOutputIdentifier inputs = 5;
   */
  java.util.List 
      getInputsOrBuilderList();
  /**
   * repeated .com.dimajix.flowman.kernel.MappingOutputIdentifier inputs = 5;
   */
  com.dimajix.flowman.kernel.proto.MappingOutputIdentifierOrBuilder getInputsOrBuilder(
      int index);

  /**
   * string cache = 6;
   * @return The cache.
   */
  java.lang.String getCache();
  /**
   * string cache = 6;
   * @return The bytes for cache.
   */
  com.dimajix.shaded.protobuf.ByteString
      getCacheBytes();

  /**
   * bool broadcast = 7;
   * @return The broadcast.
   */
  boolean getBroadcast();

  /**
   * bool checkpoint = 8;
   * @return The checkpoint.
   */
  boolean getCheckpoint();

  /**
   * repeated .com.dimajix.flowman.kernel.ResourceIdentifier required = 9;
   */
  java.util.List 
      getRequiredList();
  /**
   * repeated .com.dimajix.flowman.kernel.ResourceIdentifier required = 9;
   */
  com.dimajix.flowman.kernel.proto.ResourceIdentifier getRequired(int index);
  /**
   * repeated .com.dimajix.flowman.kernel.ResourceIdentifier required = 9;
   */
  int getRequiredCount();
  /**
   * repeated .com.dimajix.flowman.kernel.ResourceIdentifier required = 9;
   */
  java.util.List 
      getRequiredOrBuilderList();
  /**
   * repeated .com.dimajix.flowman.kernel.ResourceIdentifier required = 9;
   */
  com.dimajix.flowman.kernel.proto.ResourceIdentifierOrBuilder getRequiredOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy