Skip to content

Commit

Permalink
feat: Automated regeneration of cloudidentity v1 client (#20308)
Browse files Browse the repository at this point in the history
Auto-created at 2024-09-29 09:52:58 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Sep 29, 2024
1 parent 5e92f2b commit 116b611
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-cloudidentity_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 116b611

Please sign in to comment.