com.scalar.admin.rpc.CheckPausedResponseOrBuilder 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 CheckPausedResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:rpc.CheckPausedResponse)
com.google.protobuf.MessageOrBuilder {
/**
* bool paused = 1;
* @return The paused.
*/
boolean getPaused();
}