| // Copyright 2018 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| option go_package = "infra/monorailv2/api/api_proto;monorail"; |
| rpc RefreshToken (RefreshTokenRequest) returns (RefreshTokenResponse) {} |
| rpc GetServerStatus (GetServerStatusRequest) returns (GetServerStatusResponse) {} |
| message RefreshTokenRequest { |
| message RefreshTokenResponse { |
| uint32 token_expires_sec = 2; |
| message GetServerStatusRequest { |
| message GetServerStatusResponse { |
| string banner_message = 1; |