com.scalar.admin.rpc.PauseRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalar-admin Show documentation
Show all versions of scalar-admin Show documentation
An admin interface and tool for Scalar services.
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();
}