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

com.dimajix.flowman.kernel.proto.job.ExecuteJobRequestOrBuilder Maven / Gradle / Ivy

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

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

public interface ExecuteJobRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.job.ExecuteJobRequest)
    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.JobIdentifier job = 2;
   * @return Whether the job field is set.
   */
  boolean hasJob();
  /**
   * .com.dimajix.flowman.kernel.JobIdentifier job = 2;
   * @return The job.
   */
  com.dimajix.flowman.kernel.proto.JobIdentifier getJob();
  /**
   * .com.dimajix.flowman.kernel.JobIdentifier job = 2;
   */
  com.dimajix.flowman.kernel.proto.JobIdentifierOrBuilder getJobOrBuilder();

  /**
   * repeated .com.dimajix.flowman.kernel.ExecutionPhase phases = 3;
   * @return A list containing the phases.
   */
  java.util.List getPhasesList();
  /**
   * repeated .com.dimajix.flowman.kernel.ExecutionPhase phases = 3;
   * @return The count of phases.
   */
  int getPhasesCount();
  /**
   * repeated .com.dimajix.flowman.kernel.ExecutionPhase phases = 3;
   * @param index The index of the element to return.
   * @return The phases at the given index.
   */
  com.dimajix.flowman.kernel.proto.ExecutionPhase getPhases(int index);
  /**
   * repeated .com.dimajix.flowman.kernel.ExecutionPhase phases = 3;
   * @return A list containing the enum numeric values on the wire for phases.
   */
  java.util.List
  getPhasesValueList();
  /**
   * repeated .com.dimajix.flowman.kernel.ExecutionPhase phases = 3;
   * @param index The index of the value to return.
   * @return The enum numeric value on the wire of phases at the given index.
   */
  int getPhasesValue(int index);

  /**
   * repeated string targets = 4;
   * @return A list containing the targets.
   */
  java.util.List
      getTargetsList();
  /**
   * repeated string targets = 4;
   * @return The count of targets.
   */
  int getTargetsCount();
  /**
   * repeated string targets = 4;
   * @param index The index of the element to return.
   * @return The targets at the given index.
   */
  java.lang.String getTargets(int index);
  /**
   * repeated string targets = 4;
   * @param index The index of the value to return.
   * @return The bytes of the targets at the given index.
   */
  com.dimajix.shaded.protobuf.ByteString
      getTargetsBytes(int index);

  /**
   * repeated string dirtyTargets = 5;
   * @return A list containing the dirtyTargets.
   */
  java.util.List
      getDirtyTargetsList();
  /**
   * repeated string dirtyTargets = 5;
   * @return The count of dirtyTargets.
   */
  int getDirtyTargetsCount();
  /**
   * repeated string dirtyTargets = 5;
   * @param index The index of the element to return.
   * @return The dirtyTargets at the given index.
   */
  java.lang.String getDirtyTargets(int index);
  /**
   * repeated string dirtyTargets = 5;
   * @param index The index of the value to return.
   * @return The bytes of the dirtyTargets at the given index.
   */
  com.dimajix.shaded.protobuf.ByteString
      getDirtyTargetsBytes(int index);

  /**
   * map<string, string> arguments = 6;
   */
  int getArgumentsCount();
  /**
   * map<string, string> arguments = 6;
   */
  boolean containsArguments(
      java.lang.String key);
  /**
   * Use {@link #getArgumentsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getArguments();
  /**
   * map<string, string> arguments = 6;
   */
  java.util.Map
  getArgumentsMap();
  /**
   * map<string, string> arguments = 6;
   */
  /* nullable */
java.lang.String getArgumentsOrDefault(
      java.lang.String key,
      /* nullable */
java.lang.String defaultValue);
  /**
   * map<string, string> arguments = 6;
   */
  java.lang.String getArgumentsOrThrow(
      java.lang.String key);

  /**
   * bool force = 7;
   * @return The force.
   */
  boolean getForce();

  /**
   * bool dirty = 8;
   * @return The dirty.
   */
  boolean getDirty();

  /**
   * bool keepGoing = 10;
   * @return The keepGoing.
   */
  boolean getKeepGoing();

  /**
   * bool dryRun = 11;
   * @return The dryRun.
   */
  boolean getDryRun();

  /**
   * int32 parallelism = 12;
   * @return The parallelism.
   */
  int getParallelism();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy