blob: 55a27b5af05ff508fecb28d6943e9cdc286f0e3a [file] [log] [blame]
Adrià Vilanova Martínezde942802022-07-15 14:06:55 +02001# -*- coding: utf-8 -*-
Copybara854996b2021-09-07 19:36:02 +00002# Generated by the protocol buffer compiler. DO NOT EDIT!
3# source: api/api_proto/sitewide.proto
Adrià Vilanova Martínezde942802022-07-15 14:06:55 +02004"""Generated protocol buffer code."""
Adrià Vilanova Martínezf19ea432024-01-23 20:20:52 +01005from google.protobuf.internal import builder as _builder
Copybara854996b2021-09-07 19:36:02 +00006from google.protobuf import descriptor as _descriptor
Adrià Vilanova Martínezf19ea432024-01-23 20:20:52 +01007from google.protobuf import descriptor_pool as _descriptor_pool
Copybara854996b2021-09-07 19:36:02 +00008from google.protobuf import symbol_database as _symbol_database
9# @@protoc_insertion_point(imports)
10
11_sym_db = _symbol_database.Default()
12
13
14
15
Adrià Vilanova Martínezf19ea432024-01-23 20:20:52 +010016DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1c\x61pi/api_proto/sitewide.proto\x12\x08monorail\"8\n\x13RefreshTokenRequest\x12\r\n\x05token\x18\x02 \x01(\t\x12\x12\n\ntoken_path\x18\x03 \x01(\t\"@\n\x14RefreshTokenResponse\x12\r\n\x05token\x18\x01 \x01(\t\x12\x19\n\x11token_expires_sec\x18\x02 \x01(\r\"\x18\n\x16GetServerStatusRequest\"Y\n\x17GetServerStatusResponse\x12\x16\n\x0e\x62\x61nner_message\x18\x01 \x01(\t\x12\x13\n\x0b\x62\x61nner_time\x18\x02 \x01(\x07\x12\x11\n\tread_only\x18\x03 \x01(\x08\x32\xb5\x01\n\x08Sitewide\x12O\n\x0cRefreshToken\x12\x1d.monorail.RefreshTokenRequest\x1a\x1e.monorail.RefreshTokenResponse\"\x00\x12X\n\x0fGetServerStatus\x12 .monorail.GetServerStatusRequest\x1a!.monorail.GetServerStatusResponse\"\x00\x42)Z\'infra/monorailv2/api/api_proto;monorailb\x06proto3')
Copybara854996b2021-09-07 19:36:02 +000017
Adrià Vilanova Martínezf19ea432024-01-23 20:20:52 +010018_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'api.api_proto.sitewide_pb2', globals())
20if _descriptor._USE_C_DESCRIPTORS == False:
Copybara854996b2021-09-07 19:36:02 +000021
Adrià Vilanova Martínezf19ea432024-01-23 20:20:52 +010022 DESCRIPTOR._options = None
23 DESCRIPTOR._serialized_options = b'Z\'infra/monorailv2/api/api_proto;monorail'
24 _REFRESHTOKENREQUEST._serialized_start=42
25 _REFRESHTOKENREQUEST._serialized_end=98
26 _REFRESHTOKENRESPONSE._serialized_start=100
27 _REFRESHTOKENRESPONSE._serialized_end=164
28 _GETSERVERSTATUSREQUEST._serialized_start=166
29 _GETSERVERSTATUSREQUEST._serialized_end=190
30 _GETSERVERSTATUSRESPONSE._serialized_start=192
31 _GETSERVERSTATUSRESPONSE._serialized_end=281
32 _SITEWIDE._serialized_start=284
33 _SITEWIDE._serialized_end=465
Copybara854996b2021-09-07 19:36:02 +000034# @@protoc_insertion_point(module_scope)