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

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

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

package com.netflix.genie.proto;

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

  /**
   * string id = 1;
   * @return Whether the id field is set.
   */
  boolean hasId();
  /**
   * string id = 1;
   * @return The id.
   */
  java.lang.String getId();
  /**
   * string id = 1;
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();

  /**
   * .com.netflix.genie.proto.ReserveJobIdError error = 2;
   * @return Whether the error field is set.
   */
  boolean hasError();
  /**
   * .com.netflix.genie.proto.ReserveJobIdError error = 2;
   * @return The error.
   */
  com.netflix.genie.proto.ReserveJobIdError getError();
  /**
   * .com.netflix.genie.proto.ReserveJobIdError error = 2;
   */
  com.netflix.genie.proto.ReserveJobIdErrorOrBuilder getErrorOrBuilder();

  public com.netflix.genie.proto.ReserveJobIdResponse.ResponseCase getResponseCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy