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

alluxio.grpc.ActionInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 313
Show newest version
// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/policy_master.proto

package alluxio.grpc;

public interface ActionInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.policy.ActionInfo)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional string actionId = 1;
   * @return Whether the actionId field is set.
   */
  boolean hasActionId();
  /**
   * optional string actionId = 1;
   * @return The actionId.
   */
  java.lang.String getActionId();
  /**
   * optional string actionId = 1;
   * @return The bytes for actionId.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getActionIdBytes();

  /**
   * optional string actionType = 2;
   * @return Whether the actionType field is set.
   */
  boolean hasActionType();
  /**
   * optional string actionType = 2;
   * @return The actionType.
   */
  java.lang.String getActionType();
  /**
   * optional string actionType = 2;
   * @return The bytes for actionType.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getActionTypeBytes();

  /**
   * optional string actionStatus = 3;
   * @return Whether the actionStatus field is set.
   */
  boolean hasActionStatus();
  /**
   * optional string actionStatus = 3;
   * @return The actionStatus.
   */
  java.lang.String getActionStatus();
  /**
   * optional string actionStatus = 3;
   * @return The bytes for actionStatus.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getActionStatusBytes();

  /**
   * optional string filePath = 4;
   * @return Whether the filePath field is set.
   */
  boolean hasFilePath();
  /**
   * optional string filePath = 4;
   * @return The filePath.
   */
  java.lang.String getFilePath();
  /**
   * optional string filePath = 4;
   * @return The bytes for filePath.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getFilePathBytes();

  /**
   * optional int64 lastUpdatedTime = 5;
   * @return Whether the lastUpdatedTime field is set.
   */
  boolean hasLastUpdatedTime();
  /**
   * optional int64 lastUpdatedTime = 5;
   * @return The lastUpdatedTime.
   */
  long getLastUpdatedTime();

  /**
   * optional string errorType = 6;
   * @return Whether the errorType field is set.
   */
  boolean hasErrorType();
  /**
   * optional string errorType = 6;
   * @return The errorType.
   */
  java.lang.String getErrorType();
  /**
   * optional string errorType = 6;
   * @return The bytes for errorType.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getErrorTypeBytes();

  /**
   * optional string errorMessage = 7;
   * @return Whether the errorMessage field is set.
   */
  boolean hasErrorMessage();
  /**
   * optional string errorMessage = 7;
   * @return The errorMessage.
   */
  java.lang.String getErrorMessage();
  /**
   * optional string errorMessage = 7;
   * @return The bytes for errorMessage.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getErrorMessageBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy