Skip to content

Commit 59353ba

Browse files
AUTO GENERATED ELIXIR GOOGLEAPIS PROTOBUF (#725)
Co-authored-by: Hany Rock <rudebono@gmail.com>
1 parent ba89b97 commit 59353ba

File tree

2 files changed

+305
-6
lines changed

2 files changed

+305
-6
lines changed

lib/google/api/pb_extension.pb.ex

+11-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@ defmodule Google.Api.PbExtension do
22
@moduledoc false
33
use Protobuf, protoc_gen_elixir_version: "0.12.0"
44

5-
extend Google.Protobuf.FieldOptions, :field_policy, 158_361_448,
5+
extend Google.Protobuf.MethodOptions, :method_signature, 1051,
6+
repeated: true,
7+
type: :string,
8+
json_name: "methodSignature"
9+
10+
extend Google.Protobuf.ServiceOptions, :default_host, 1049,
611
optional: true,
7-
type: Google.Api.FieldPolicy,
8-
json_name: "fieldPolicy"
12+
type: :string,
13+
json_name: "defaultHost"
914

10-
extend Google.Protobuf.MethodOptions, :method_policy, 161_893_301,
15+
extend Google.Protobuf.ServiceOptions, :oauth_scopes, 1050,
1116
optional: true,
12-
type: Google.Api.MethodPolicy,
13-
json_name: "methodPolicy"
17+
type: :string,
18+
json_name: "oauthScopes"
1419
end

0 commit comments

Comments
 (0)