Skip to content

Commit a090f86

Browse files
feat: Automated regeneration of ChromePolicy client (#13257)
Auto-created at 2025-03-29 13:11:30 +0000 using the toys pull request generator.
1 parent eaa61b5 commit a090f86

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

clients/chrome_policy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_chrome_policy, "~> 0.5"}]
14+
[{:google_api_chrome_policy, "~> 0.6"}]
1515
end
1616
```
1717

clients/chrome_policy/lib/google_api/chrome_policy/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.ChromePolicy.V1 do
2020
API client metadata for GoogleApi.ChromePolicy.V1.
2121
"""
2222

23-
@discovery_revision "20241118"
23+
@discovery_revision "20250326"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/chrome_policy/lib/google_api/chrome_policy/v1/model/proto2_file_descriptor_proto.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ defmodule GoogleApi.ChromePolicy.V1.Model.Proto2FileDescriptorProto do
2525
* `enumType` (*type:* `list(GoogleApi.ChromePolicy.V1.Model.Proto2EnumDescriptorProto.t)`, *default:* `nil`) -
2626
* `messageType` (*type:* `list(GoogleApi.ChromePolicy.V1.Model.Proto2DescriptorProto.t)`, *default:* `nil`) - All top-level definitions in this file.
2727
* `name` (*type:* `String.t`, *default:* `nil`) - file name, relative to root of source tree
28+
* `optionDependency` (*type:* `list(String.t)`, *default:* `nil`) - Names of files imported by this file purely for the purpose of providing option extensions. These are excluded from the dependency list above.
2829
* `package` (*type:* `String.t`, *default:* `nil`) - e.g. "foo", "foo.bar", etc.
2930
* `syntax` (*type:* `String.t`, *default:* `nil`) - The syntax of the proto file. The supported values are "proto2", "proto3", and "editions". If `edition` is present, this value must be "editions". WARNING: This field should only be used by protobuf plugins or special cases like the proto compiler. Other uses are discouraged and developers should rely on the protoreflect APIs for their client language.
3031
"""
@@ -36,6 +37,7 @@ defmodule GoogleApi.ChromePolicy.V1.Model.Proto2FileDescriptorProto do
3637
:enumType => list(GoogleApi.ChromePolicy.V1.Model.Proto2EnumDescriptorProto.t()) | nil,
3738
:messageType => list(GoogleApi.ChromePolicy.V1.Model.Proto2DescriptorProto.t()) | nil,
3839
:name => String.t() | nil,
40+
:optionDependency => list(String.t()) | nil,
3941
:package => String.t() | nil,
4042
:syntax => String.t() | nil
4143
}
@@ -44,6 +46,7 @@ defmodule GoogleApi.ChromePolicy.V1.Model.Proto2FileDescriptorProto do
4446
field(:enumType, as: GoogleApi.ChromePolicy.V1.Model.Proto2EnumDescriptorProto, type: :list)
4547
field(:messageType, as: GoogleApi.ChromePolicy.V1.Model.Proto2DescriptorProto, type: :list)
4648
field(:name)
49+
field(:optionDependency, type: :list)
4750
field(:package)
4851
field(:syntax)
4952
end

clients/chrome_policy/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.ChromePolicy.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.5.1"
21+
@version "0.6.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)