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

org.finos.tracdap.api.internal.RuntimeJobStatusOrBuilder Maven / Gradle / Ivy

Go to download

TRAC D.A.P. platform API, contains service API definitions for the TRAC platform services

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: tracdap/api/internal/runtime.proto
// Protobuf Java Version: 4.28.2

package org.finos.tracdap.api.internal;

public interface RuntimeJobStatusOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tracdap.api.internal.RuntimeJobStatus)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .tracdap.metadata.TagHeader jobId = 1;
   * @return Whether the jobId field is set.
   */
  boolean hasJobId();
  /**
   * .tracdap.metadata.TagHeader jobId = 1;
   * @return The jobId.
   */
  org.finos.tracdap.metadata.TagHeader getJobId();
  /**
   * .tracdap.metadata.TagHeader jobId = 1;
   */
  org.finos.tracdap.metadata.TagHeaderOrBuilder getJobIdOrBuilder();

  /**
   * .tracdap.metadata.JobStatusCode statusCode = 2;
   * @return The enum numeric value on the wire for statusCode.
   */
  int getStatusCodeValue();
  /**
   * .tracdap.metadata.JobStatusCode statusCode = 2;
   * @return The statusCode.
   */
  org.finos.tracdap.metadata.JobStatusCode getStatusCode();

  /**
   * string statusMessage = 3;
   * @return The statusMessage.
   */
  java.lang.String getStatusMessage();
  /**
   * string statusMessage = 3;
   * @return The bytes for statusMessage.
   */
  com.google.protobuf.ByteString
      getStatusMessageBytes();

  /**
   * string errorDetail = 4;
   * @return The errorDetail.
   */
  java.lang.String getErrorDetail();
  /**
   * string errorDetail = 4;
   * @return The bytes for errorDetail.
   */
  com.google.protobuf.ByteString
      getErrorDetailBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy