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

com.scalar.admin.rpc.PauseRequestOrBuilder Maven / Gradle / Ivy

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

package com.scalar.admin.rpc;

public interface PauseRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.PauseRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bool wait_outstanding = 1;
   * @return The waitOutstanding.
   */
  boolean getWaitOutstanding();

  /**
   * optional int64 max_pause_wait_time = 2;
   * @return Whether the maxPauseWaitTime field is set.
   */
  boolean hasMaxPauseWaitTime();
  /**
   * optional int64 max_pause_wait_time = 2;
   * @return The maxPauseWaitTime.
   */
  long getMaxPauseWaitTime();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy