com.scalar.admin.rpc.AdminProto 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 final class AdminProto {
private AdminProto() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_rpc_PauseRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_rpc_PauseRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_rpc_CheckPausedResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_rpc_CheckPausedResponse_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\033scalar/protobuf/admin.proto\022\003rpc\032\033goog" +
"le/protobuf/empty.proto\"b\n\014PauseRequest\022" +
"\030\n\020wait_outstanding\030\001 \001(\010\022 \n\023max_pause_w" +
"ait_time\030\002 \001(\003H\000\210\001\001B\026\n\024_max_pause_wait_t" +
"ime\"%\n\023CheckPausedResponse\022\016\n\006paused\030\001 \001" +
"(\0102\275\001\n\005Admin\0224\n\005Pause\022\021.rpc.PauseRequest" +
"\032\026.google.protobuf.Empty\"\000\022;\n\007Unpause\022\026." +
"google.protobuf.Empty\032\026.google.protobuf." +
"Empty\"\000\022A\n\013CheckPaused\022\026.google.protobuf" +
".Empty\032\030.rpc.CheckPausedResponse\"\000B$\n\024co" +
"m.scalar.admin.rpcB\nAdminProtoP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.EmptyProto.getDescriptor(),
});
internal_static_rpc_PauseRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_rpc_PauseRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_rpc_PauseRequest_descriptor,
new java.lang.String[] { "WaitOutstanding", "MaxPauseWaitTime", "MaxPauseWaitTime", });
internal_static_rpc_CheckPausedResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_rpc_CheckPausedResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_rpc_CheckPausedResponse_descriptor,
new java.lang.String[] { "Paused", });
com.google.protobuf.EmptyProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}