Skip to content

Commit 657f6e7

Browse files
feat: Automated regeneration of verifiedaccess v2 client (googleapis#22202)
Auto-created at 2025-03-23 10:28:23 +0000 using the toys pull request generator.
1 parent 3361345 commit 657f6e7

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

generated/google-apis-verifiedaccess_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-verifiedaccess_v2
22

3+
### v0.19.0 (2025-03-23)
4+
5+
* Regenerated from discovery document revision 20250311
6+
37
### v0.18.0 (2025-03-09)
48

59
* Regenerated from discovery document revision 20250225

generated/google-apis-verifiedaccess_v2/lib/google/apis/verifiedaccess_v2/classes.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,10 @@ class DeviceSignals
277277
# @return [Array<String>]
278278
attr_accessor :system_dns_servers
279279

280-
# Output only. Whether Chrome is blocking third-party software injection or not.
281-
# This setting may be controlled by an enterprise policy: https://
282-
# chromeenterprise.google/policies/?policy=ThirdPartyBlockingEnabled. Available
283-
# on Windows only.
280+
# Output only. Deprecated. The corresponding policy is now deprecated. Whether
281+
# Chrome is blocking third-party software injection or not. This setting may be
282+
# controlled by an enterprise policy: https://chromeenterprise.google/policies/?
283+
# policy=ThirdPartyBlockingEnabled. Available on Windows only.
284284
# Corresponds to the JSON property `thirdPartyBlockingEnabled`
285285
# @return [Boolean]
286286
attr_accessor :third_party_blocking_enabled

generated/google-apis-verifiedaccess_v2/lib/google/apis/verifiedaccess_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module VerifiedaccessV2
1818
# Version of the google-apis-verifiedaccess_v2 gem
19-
GEM_VERSION = "0.18.0"
19+
GEM_VERSION = "0.19.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250225"
25+
REVISION = "20250311"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)