Skip to content

Commit df8885b

Browse files
AUTO GENERATED ELIXIR GOOGLEAPIS PROTOBUF (#954)
Co-authored-by: Hany Rock <rudebono@gmail.com>
1 parent 5da951f commit df8885b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

lib/google/api/pb_extension.pb.ex

+3-7
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ defmodule Google.Api.PbExtension do
22
@moduledoc false
33
use Protobuf, protoc_gen_elixir_version: "0.13.0"
44

5-
extend Google.Protobuf.FieldOptions, :field_behavior, 1052,
6-
repeated: true,
7-
type: Google.Api.FieldBehavior,
8-
json_name: "fieldBehavior",
9-
enum: true,
10-
packed: false,
11-
deprecated: false
5+
extend Google.Protobuf.MethodOptions, :routing, 72_295_729,
6+
optional: true,
7+
type: Google.Api.RoutingRule
128
end

0 commit comments

Comments
 (0)