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

alluxio.grpc.LoadFailureOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/block_worker.proto

package alluxio.grpc;

public interface LoadFailureOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.block.LoadFailure)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional .alluxio.grpc.block.LoadSubTask subtask = 1;
   * @return Whether the subtask field is set.
   */
  boolean hasSubtask();
  /**
   * optional .alluxio.grpc.block.LoadSubTask subtask = 1;
   * @return The subtask.
   */
  alluxio.grpc.LoadSubTask getSubtask();
  /**
   * optional .alluxio.grpc.block.LoadSubTask subtask = 1;
   */
  alluxio.grpc.LoadSubTaskOrBuilder getSubtaskOrBuilder();

  /**
   * 
   * The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
   * 
* * optional int32 code = 2; * @return Whether the code field is set. */ boolean hasCode(); /** *
   * The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
   * 
* * optional int32 code = 2; * @return The code. */ int getCode(); /** *
   * A developer-facing error message
   * 
* * optional string message = 3; * @return Whether the message field is set. */ boolean hasMessage(); /** *
   * A developer-facing error message
   * 
* * optional string message = 3; * @return The message. */ java.lang.String getMessage(); /** *
   * A developer-facing error message
   * 
* * optional string message = 3; * @return The bytes for message. */ alluxio.shaded.client.com.google.protobuf.ByteString getMessageBytes(); /** * optional bool retryable = 4; * @return Whether the retryable field is set. */ boolean hasRetryable(); /** * optional bool retryable = 4; * @return The retryable. */ boolean getRetryable(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy