Skip to content

Commit b41e934

Browse files
feat: Automated regeneration of ChromePolicy client (googleapis#12601)
Auto-created at 2024-11-21 13:22:18 +0000 using the toys pull request generator.
1 parent bfea668 commit b41e934

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ defmodule GoogleApi.ChromePolicy.V1.Connection do
2424

2525
use GoogleApi.Gax.Connection,
2626
scopes: [
27-
# See, edit, create or delete policies applied to Chrome OS and Chrome Browsers managed within your organization
27+
# See, edit, create or delete policies applied to ChromeOS and Chrome Browsers managed within your organization
2828
"https://www.googleapis.com/auth/chrome.management.policy",
2929

30-
# See policies applied to Chrome OS and Chrome Browsers managed within your organization
30+
# See policies applied to ChromeOS and Chrome Browsers managed within your organization
3131
"https://www.googleapis.com/auth/chrome.management.policy.readonly"
3232
],
3333
otp_app: :google_api_chrome_policy,

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 "20240729"
23+
@discovery_revision "20241118"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defmodule GoogleApi.ChromePolicy.V1.Model.Proto2FileDescriptorProto do
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
2828
* `package` (*type:* `String.t`, *default:* `nil`) - e.g. "foo", "foo.bar", etc.
29-
* `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".
29+
* `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.
3030
"""
3131

3232
use GoogleApi.Gax.ModelBase

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.0"
21+
@version "0.5.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)