Skip to content

Commit c47815f

Browse files
AUTO GENERATED ELIXIR GOOGLEAPIS PROTOBUF (#976)
Co-authored-by: Hany Rock <rudebono@gmail.com>
1 parent d9fcb04 commit c47815f

File tree

5,385 files changed

+48528
-47665
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,385 files changed

+48528
-47665
lines changed

lib/gapic/metadata/gapic_metadata.pb.ex

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Google.Gapic.Metadata.GapicMetadata.ServicesEntry do
22
@moduledoc false
33

4-
use Protobuf, map: true, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
4+
use Protobuf, map: true, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
55

66
field :key, 1, type: :string
77
field :value, 2, type: Google.Gapic.Metadata.GapicMetadata.ServiceForTransport
@@ -10,7 +10,7 @@ end
1010
defmodule Google.Gapic.Metadata.GapicMetadata.ServiceForTransport.ClientsEntry do
1111
@moduledoc false
1212

13-
use Protobuf, map: true, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
13+
use Protobuf, map: true, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
1414

1515
field :key, 1, type: :string
1616
field :value, 2, type: Google.Gapic.Metadata.GapicMetadata.ServiceAsClient
@@ -19,7 +19,7 @@ end
1919
defmodule Google.Gapic.Metadata.GapicMetadata.ServiceForTransport do
2020
@moduledoc false
2121

22-
use Protobuf, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
22+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
2323

2424
field :clients, 1,
2525
repeated: true,
@@ -30,7 +30,7 @@ end
3030
defmodule Google.Gapic.Metadata.GapicMetadata.ServiceAsClient.RpcsEntry do
3131
@moduledoc false
3232

33-
use Protobuf, map: true, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
33+
use Protobuf, map: true, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
3434

3535
field :key, 1, type: :string
3636
field :value, 2, type: Google.Gapic.Metadata.GapicMetadata.MethodList
@@ -39,7 +39,7 @@ end
3939
defmodule Google.Gapic.Metadata.GapicMetadata.ServiceAsClient do
4040
@moduledoc false
4141

42-
use Protobuf, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
42+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
4343

4444
field :library_client, 1, type: :string, json_name: "libraryClient"
4545

@@ -52,15 +52,15 @@ end
5252
defmodule Google.Gapic.Metadata.GapicMetadata.MethodList do
5353
@moduledoc false
5454

55-
use Protobuf, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
55+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
5656

5757
field :methods, 1, repeated: true, type: :string
5858
end
5959

6060
defmodule Google.Gapic.Metadata.GapicMetadata do
6161
@moduledoc false
6262

63-
use Protobuf, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
63+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
6464

6565
field :schema, 1, type: :string
6666
field :comment, 2, type: :string
@@ -72,4 +72,4 @@ defmodule Google.Gapic.Metadata.GapicMetadata do
7272
repeated: true,
7373
type: Google.Gapic.Metadata.GapicMetadata.ServicesEntry,
7474
map: true
75-
end
75+
end

lib/google/actions/sdk/v2/account_linking.pb.ex

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Google.Actions.Sdk.V2.AccountLinking.LinkingType do
22
@moduledoc false
33

4-
use Protobuf, enum: true, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
4+
use Protobuf, enum: true, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
55

66
field :LINKING_TYPE_UNSPECIFIED, 0
77
field :GOOGLE_SIGN_IN, 1
@@ -12,7 +12,7 @@ end
1212
defmodule Google.Actions.Sdk.V2.AccountLinking.AuthGrantType do
1313
@moduledoc false
1414

15-
use Protobuf, enum: true, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
15+
use Protobuf, enum: true, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
1616

1717
field :AUTH_GRANT_TYPE_UNSPECIFIED, 0
1818
field :AUTH_CODE, 1
@@ -22,7 +22,7 @@ end
2222
defmodule Google.Actions.Sdk.V2.AccountLinking do
2323
@moduledoc false
2424

25-
use Protobuf, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
25+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
2626

2727
field :enable_account_creation, 1,
2828
type: :bool,
@@ -47,4 +47,4 @@ defmodule Google.Actions.Sdk.V2.AccountLinking do
4747
field :scopes, 7, repeated: true, type: :string, deprecated: false
4848
field :learn_more_url, 8, type: :string, json_name: "learnMoreUrl", deprecated: false
4949
field :use_basic_auth_header, 9, type: :bool, json_name: "useBasicAuthHeader", deprecated: false
50-
end
50+
end
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
defmodule Google.Actions.Sdk.V2.AccountLinkingSecret do
22
@moduledoc false
33

4-
use Protobuf, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
4+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
55

66
field :encrypted_client_secret, 1, type: :bytes, json_name: "encryptedClientSecret"
77
field :encryption_key_version, 2, type: :string, json_name: "encryptionKeyVersion"
8-
end
8+
end

lib/google/actions/sdk/v2/action.pb.ex

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
defmodule Google.Actions.Sdk.V2.Actions.Engagement.PushNotification do
22
@moduledoc false
33

4-
use Protobuf, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
4+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
55
end
66

77
defmodule Google.Actions.Sdk.V2.Actions.Engagement.DailyUpdate do
88
@moduledoc false
99

10-
use Protobuf, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
10+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
1111
end
1212

1313
defmodule Google.Actions.Sdk.V2.Actions.Engagement.ActionLink do
1414
@moduledoc false
1515

16-
use Protobuf, deprecated: true, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
16+
use Protobuf, deprecated: true, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
1717

1818
field :title, 1, type: :string
1919
end
2020

2121
defmodule Google.Actions.Sdk.V2.Actions.Engagement.AssistantLink do
2222
@moduledoc false
2323

24-
use Protobuf, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
24+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
2525

2626
field :title, 1, type: :string
2727
end
2828

2929
defmodule Google.Actions.Sdk.V2.Actions.Engagement do
3030
@moduledoc false
3131

32-
use Protobuf, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
32+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
3333

3434
oneof :recurring_update, 0
3535

@@ -57,15 +57,15 @@ end
5757
defmodule Google.Actions.Sdk.V2.Actions.CustomAction do
5858
@moduledoc false
5959

60-
use Protobuf, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
60+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
6161

6262
field :engagement, 2, type: Google.Actions.Sdk.V2.Actions.Engagement
6363
end
6464

6565
defmodule Google.Actions.Sdk.V2.Actions.CustomEntry do
6666
@moduledoc false
6767

68-
use Protobuf, map: true, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
68+
use Protobuf, map: true, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
6969

7070
field :key, 1, type: :string
7171
field :value, 2, type: Google.Actions.Sdk.V2.Actions.CustomAction
@@ -74,7 +74,7 @@ end
7474
defmodule Google.Actions.Sdk.V2.Actions do
7575
@moduledoc false
7676

77-
use Protobuf, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
77+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
7878

7979
field :custom, 3, repeated: true, type: Google.Actions.Sdk.V2.Actions.CustomEntry, map: true
80-
end
80+
end

0 commit comments

Comments
 (0)