From 116b61100043bdd24abe170d43c1a7551eaaada5 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sun, 29 Sep 2024 02:58:24 -0700 Subject: [PATCH] feat: Automated regeneration of cloudidentity v1 client (#20308) Auto-created at 2024-09-29 09:52:58 +0000 using the toys pull request generator. --- .../google-apis-cloudidentity_v1/CHANGELOG.md | 5 +++++ .../lib/google/apis/cloudidentity_v1/classes.rb | 16 +++++++++------- .../google/apis/cloudidentity_v1/gem_version.rb | 6 +++--- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/generated/google-apis-cloudidentity_v1/CHANGELOG.md b/generated/google-apis-cloudidentity_v1/CHANGELOG.md index 93ec91cbdb7..92639e95705 100644 --- a/generated/google-apis-cloudidentity_v1/CHANGELOG.md +++ b/generated/google-apis-cloudidentity_v1/CHANGELOG.md @@ -1,5 +1,10 @@ # Release history for google-apis-cloudidentity_v1 +### v0.45.0 (2024-09-29) + +* Regenerated from discovery document revision 20240924 +* Regenerated using generator version 0.15.1 + ### v0.44.0 (2024-06-16) * Regenerated from discovery document revision 20240611 diff --git a/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/classes.rb b/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/classes.rb index 2a7fb6ba3ec..7929691a165 100644 --- a/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/classes.rb +++ b/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/classes.rb @@ -623,7 +623,7 @@ class GoogleAppsCloudidentityDevicesV1BrowserAttributes # Browser-specific fields reported by the [Endpoint Verification extension]( # https://chromewebstore.google.com/detail/endpoint-verification/ - # callobklhcbilhphinckomhgkigmfocg?pli=1). LINT.IfChange + # callobklhcbilhphinckomhgkigmfocg?pli=1). # Corresponds to the JSON property `chromeBrowserInfo` # @return [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1BrowserInfo] attr_accessor :chrome_browser_info @@ -634,7 +634,8 @@ class GoogleAppsCloudidentityDevicesV1BrowserAttributes # @return [String] attr_accessor :chrome_profile_id - # Timestamp in milliseconds since Epoch when the profile/gcm id was last synced. + # Timestamp in milliseconds since the Unix epoch when the profile/gcm id was + # last synced. # Corresponds to the JSON property `lastProfileSyncTime` # @return [String] attr_accessor :last_profile_sync_time @@ -653,7 +654,7 @@ def update!(**args) # Browser-specific fields reported by the [Endpoint Verification extension]( # https://chromewebstore.google.com/detail/endpoint-verification/ - # callobklhcbilhphinckomhgkigmfocg?pli=1). LINT.IfChange + # callobklhcbilhphinckomhgkigmfocg?pli=1). class GoogleAppsCloudidentityDevicesV1BrowserInfo include Google::Apis::Core::Hashable @@ -662,7 +663,7 @@ class GoogleAppsCloudidentityDevicesV1BrowserInfo # @return [String] attr_accessor :browser_management_state - # Version of the request initiating browser. + # Version of the request initiating browser. E.g. `91.0.4442.4`. # Corresponds to the JSON property `browserVersion` # @return [String] attr_accessor :browser_version @@ -1464,10 +1465,11 @@ def update!(**args) class GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes include Google::Apis::Core::Hashable - # Additional signals reported by Endpoint Verification. It includes the - # following attributes: 1. Non-configurable attributes: hotfixes, av_installed, + # [Additional signals](https://cloud.google.com/endpoint-verification/docs/ + # device-information) reported by Endpoint Verification. It includes the + # following attributes: * Non-configurable attributes: hotfixes, av_installed, # av_enabled, windows_domain_name, is_os_native_firewall_enabled, and - # is_secure_boot_enabled. 2. [Configurable attributes](https://cloud.google.com/ + # is_secure_boot_enabled. * [Configurable attributes](https://cloud.google.com/ # endpoint-verification/docs/collect-config-attributes): file, folder, and # binary attributes; registry entries; and properties in a plist. # Corresponds to the JSON property `additionalSignals` diff --git a/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/gem_version.rb b/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/gem_version.rb index 6581aee7fde..a228456991e 100644 --- a/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/gem_version.rb +++ b/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module CloudidentityV1 # Version of the google-apis-cloudidentity_v1 gem - GEM_VERSION = "0.44.0" + GEM_VERSION = "0.45.0" # Version of the code generator used to generate this client - GENERATOR_VERSION = "0.15.0" + GENERATOR_VERSION = "0.15.1" # Revision of the discovery document this client was generated from - REVISION = "20240611" + REVISION = "20240924" end end end