fix ext id

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-01-26 00:45:59 +03:00
parent 868949d373
commit a51c1fc628
12 changed files with 32 additions and 32 deletions

View File

@@ -34,7 +34,7 @@ extend google.protobuf.ServiceOptions {
// option (google.api.default_host) = "foo.googleapi.com";
// ...
// }
string default_host = 1049;
string default_host = 65535657;
// OAuth scopes needed for the client.
//
@@ -56,5 +56,5 @@ extend google.protobuf.ServiceOptions {
// "https://www.googleapis.com/auth/monitoring";
// ...
// }
string oauth_scopes = 1050;
string oauth_scopes = 65535658;
}