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

com.netflix.genie.proto.ChangeJobStatusErrorOrBuilder Maven / Gradle / Ivy

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

package com.netflix.genie.proto;

public interface ChangeJobStatusErrorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.netflix.genie.proto.ChangeJobStatusError)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .com.netflix.genie.proto.ChangeJobStatusError.Type type = 1;
   * @return The enum numeric value on the wire for type.
   */
  int getTypeValue();
  /**
   * .com.netflix.genie.proto.ChangeJobStatusError.Type type = 1;
   * @return The type.
   */
  com.netflix.genie.proto.ChangeJobStatusError.Type getType();

  /**
   * string message = 2;
   * @return The message.
   */
  java.lang.String getMessage();
  /**
   * string message = 2;
   * @return The bytes for message.
   */
  com.google.protobuf.ByteString
      getMessageBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy