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

com.scalar.admin.rpc.CheckPausedResponseOrBuilder 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 CheckPausedResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:rpc.CheckPausedResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bool paused = 1;
   * @return The paused.
   */
  boolean getPaused();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy