diff --git a/clients/google-api-services-cloudidentity/v1/2.0.0/README.md b/clients/google-api-services-cloudidentity/v1/2.0.0/README.md index e99000cc8e0..80d5f8431cd 100644 --- a/clients/google-api-services-cloudidentity/v1/2.0.0/README.md +++ b/clients/google-api-services-cloudidentity/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudidentity - v1-rev20240902-2.0.0 + v1-rev20240924-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudidentity:v1-rev20240902-2.0.0' + implementation 'com.google.apis:google-api-services-cloudidentity:v1-rev20240924-2.0.0' } ``` diff --git a/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/GoogleAppsCloudidentityDevicesV1BrowserAttributes.java b/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/GoogleAppsCloudidentityDevicesV1BrowserAttributes.java index fd571193270..aa114dccde9 100644 --- a/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/GoogleAppsCloudidentityDevicesV1BrowserAttributes.java +++ b/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/GoogleAppsCloudidentityDevicesV1BrowserAttributes.java @@ -49,7 +49,7 @@ public final class GoogleAppsCloudidentityDevicesV1BrowserAttributes extends com private java.lang.String chromeProfileId; /** - * 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. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -96,7 +96,7 @@ public GoogleAppsCloudidentityDevicesV1BrowserAttributes setChromeProfileId(java } /** - * 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. * @return value or {@code null} for none */ public String getLastProfileSyncTime() { @@ -104,7 +104,7 @@ public String getLastProfileSyncTime() { } /** - * 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. * @param lastProfileSyncTime lastProfileSyncTime or {@code null} for none */ public GoogleAppsCloudidentityDevicesV1BrowserAttributes setLastProfileSyncTime(String lastProfileSyncTime) { diff --git a/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/GoogleAppsCloudidentityDevicesV1BrowserInfo.java b/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/GoogleAppsCloudidentityDevicesV1BrowserInfo.java index 07729f58935..5cddbc8971c 100644 --- a/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/GoogleAppsCloudidentityDevicesV1BrowserInfo.java +++ b/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/GoogleAppsCloudidentityDevicesV1BrowserInfo.java @@ -19,7 +19,7 @@ /** * Browser-specific fields reported by the [Endpoint Verification * extension](https://chromewebstore.google.com/detail/endpoint- - * verification/callobklhcbilhphinckomhgkigmfocg?pli=1). LINT.IfChange + * verification/callobklhcbilhphinckomhgkigmfocg?pli=1). * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Cloud Identity API. For a detailed explanation see: @@ -39,7 +39,7 @@ public final class GoogleAppsCloudidentityDevicesV1BrowserInfo extends com.googl private java.lang.String browserManagementState; /** - * Version of the request initiating browser. + * Version of the request initiating browser. E.g. `91.0.4442.4`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -164,7 +164,7 @@ public GoogleAppsCloudidentityDevicesV1BrowserInfo setBrowserManagementState(jav } /** - * Version of the request initiating browser. + * Version of the request initiating browser. E.g. `91.0.4442.4`. * @return value or {@code null} for none */ public java.lang.String getBrowserVersion() { @@ -172,7 +172,7 @@ public java.lang.String getBrowserVersion() { } /** - * Version of the request initiating browser. + * Version of the request initiating browser. E.g. `91.0.4442.4`. * @param browserVersion browserVersion or {@code null} for none */ public GoogleAppsCloudidentityDevicesV1BrowserInfo setBrowserVersion(java.lang.String browserVersion) { diff --git a/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes.java b/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes.java index 2e9aa85d91a..a78735f3764 100644 --- a/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes.java +++ b/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/model/GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes.java @@ -31,9 +31,10 @@ public final class GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes extends com.google.api.client.json.GenericJson { /** - * Additional signals reported by Endpoint Verification. It includes the following attributes: 1. - * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, - * is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. [Configurable + * [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. * [Configurable * attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): * file, folder, and binary attributes; registry entries; and properties in a plist. * The value may be {@code null}. @@ -68,9 +69,10 @@ public final class GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificA } /** - * Additional signals reported by Endpoint Verification. It includes the following attributes: 1. - * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, - * is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. [Configurable + * [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. * [Configurable * attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): * file, folder, and binary attributes; registry entries; and properties in a plist. * @return value or {@code null} for none @@ -80,9 +82,10 @@ public java.util.Map getAdditionalSignals() { } /** - * Additional signals reported by Endpoint Verification. It includes the following attributes: 1. - * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, - * is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. [Configurable + * [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. * [Configurable * attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): * file, folder, and binary attributes; registry entries; and properties in a plist. * @param additionalSignals additionalSignals or {@code null} for none diff --git a/clients/google-api-services-cloudidentity/v1/2.0.0/pom.xml b/clients/google-api-services-cloudidentity/v1/2.0.0/pom.xml index d2c491262c8..2fea26e03d0 100644 --- a/clients/google-api-services-cloudidentity/v1/2.0.0/pom.xml +++ b/clients/google-api-services-cloudidentity/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudidentity - v1-rev20240902-2.0.0 - Cloud Identity API v1-rev20240902-2.0.0 + v1-rev20240924-2.0.0 + Cloud Identity API v1-rev20240924-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudidentity/v1/README.md b/clients/google-api-services-cloudidentity/v1/README.md index e99000cc8e0..80d5f8431cd 100644 --- a/clients/google-api-services-cloudidentity/v1/README.md +++ b/clients/google-api-services-cloudidentity/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudidentity - v1-rev20240902-2.0.0 + v1-rev20240924-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudidentity:v1-rev20240902-2.0.0' + implementation 'com.google.apis:google-api-services-cloudidentity:v1-rev20240924-2.0.0' } ``` diff --git a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/README.md b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/README.md index a7879172719..d93fe6b06d7 100644 --- a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/README.md +++ b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudidentity - v1beta1-rev20240902-2.0.0 + v1beta1-rev20240924-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20240902-2.0.0' + implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20240924-2.0.0' } ``` diff --git a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/BrowserAttributes.java b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/BrowserAttributes.java index 64adbc2c6fa..5a13d0c6890 100644 --- a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/BrowserAttributes.java +++ b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/BrowserAttributes.java @@ -17,7 +17,9 @@ package com.google.api.services.cloudidentity.v1beta1.model; /** - * Contains information about browser profiles reported by the Endpoint Verification extension. + * Contains information about browser profiles reported by the [Endpoint Verification + * extension](https://chromewebstore.google.com/detail/endpoint- + * verification/callobklhcbilhphinckomhgkigmfocg?pli=1). * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Cloud Identity API. For a detailed explanation see: @@ -32,7 +34,8 @@ public final class BrowserAttributes extends com.google.api.client.json.GenericJ /** * Represents the current state of the [Chrome browser * attributes](https://cloud.google.com/access-context-manager/docs/browser-attributes) sent by - * the Endpoint Verification extension. + * the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint- + * verification/callobklhcbilhphinckomhgkigmfocg?pli=1). * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -46,7 +49,7 @@ public final class BrowserAttributes extends com.google.api.client.json.GenericJ private java.lang.String chromeProfileId; /** - * 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. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -55,7 +58,8 @@ public final class BrowserAttributes extends com.google.api.client.json.GenericJ /** * Represents the current state of the [Chrome browser * attributes](https://cloud.google.com/access-context-manager/docs/browser-attributes) sent by - * the Endpoint Verification extension. + * the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint- + * verification/callobklhcbilhphinckomhgkigmfocg?pli=1). * @return value or {@code null} for none */ public BrowserInfo getChromeBrowserInfo() { @@ -65,7 +69,8 @@ public BrowserInfo getChromeBrowserInfo() { /** * Represents the current state of the [Chrome browser * attributes](https://cloud.google.com/access-context-manager/docs/browser-attributes) sent by - * the Endpoint Verification extension. + * the [Endpoint Verification extension](https://chromewebstore.google.com/detail/endpoint- + * verification/callobklhcbilhphinckomhgkigmfocg?pli=1). * @param chromeBrowserInfo chromeBrowserInfo or {@code null} for none */ public BrowserAttributes setChromeBrowserInfo(BrowserInfo chromeBrowserInfo) { @@ -91,7 +96,7 @@ public BrowserAttributes setChromeProfileId(java.lang.String chromeProfileId) { } /** - * 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. * @return value or {@code null} for none */ public String getLastProfileSyncTime() { @@ -99,7 +104,7 @@ public String getLastProfileSyncTime() { } /** - * 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. * @param lastProfileSyncTime lastProfileSyncTime or {@code null} for none */ public BrowserAttributes setLastProfileSyncTime(String lastProfileSyncTime) { diff --git a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/BrowserInfo.java b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/BrowserInfo.java index b980fa7a3ea..aa195b2189c 100644 --- a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/BrowserInfo.java +++ b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/BrowserInfo.java @@ -17,7 +17,9 @@ package com.google.api.services.cloudidentity.v1beta1.model; /** - * Browser-specific fields reported by the Endpoint Verification extension. LINT.IfChange + * Browser-specific fields reported by the [Endpoint Verification + * extension](https://chromewebstore.google.com/detail/endpoint- + * verification/callobklhcbilhphinckomhgkigmfocg?pli=1). * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Cloud Identity API. For a detailed explanation see: @@ -37,7 +39,7 @@ public final class BrowserInfo extends com.google.api.client.json.GenericJson { private java.lang.String browserManagementState; /** - * Version of the request initiating browser. + * Version of the request initiating browser. E.g. `91.0.4442.4`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -162,7 +164,7 @@ public BrowserInfo setBrowserManagementState(java.lang.String browserManagementS } /** - * Version of the request initiating browser. + * Version of the request initiating browser. E.g. `91.0.4442.4`. * @return value or {@code null} for none */ public java.lang.String getBrowserVersion() { @@ -170,7 +172,7 @@ public java.lang.String getBrowserVersion() { } /** - * Version of the request initiating browser. + * Version of the request initiating browser. E.g. `91.0.4442.4`. * @param browserVersion browserVersion or {@code null} for none */ public BrowserInfo setBrowserVersion(java.lang.String browserVersion) { diff --git a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/EndpointVerificationSpecificAttributes.java b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/EndpointVerificationSpecificAttributes.java index 5b691a81cf2..30031d0ff11 100644 --- a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/EndpointVerificationSpecificAttributes.java +++ b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/EndpointVerificationSpecificAttributes.java @@ -31,10 +31,12 @@ public final class EndpointVerificationSpecificAttributes extends com.google.api.client.json.GenericJson { /** - * Additional signals reported by Endpoint Verification. It includes the following attributes: 1. - * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, - * is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. Configurable attributes: - * file_config, registry_config, and plist_config. + * [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. * [Configurable + * attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): + * file, folder, and binary attributes; registry entries; and properties in a plist. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -67,10 +69,12 @@ public final class EndpointVerificationSpecificAttributes extends com.google.api } /** - * Additional signals reported by Endpoint Verification. It includes the following attributes: 1. - * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, - * is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. Configurable attributes: - * file_config, registry_config, and plist_config. + * [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. * [Configurable + * attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): + * file, folder, and binary attributes; registry entries; and properties in a plist. * @return value or {@code null} for none */ public java.util.Map getAdditionalSignals() { @@ -78,10 +82,12 @@ public java.util.Map getAdditionalSignals() { } /** - * Additional signals reported by Endpoint Verification. It includes the following attributes: 1. - * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, - * is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. Configurable attributes: - * file_config, registry_config, and plist_config. + * [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. * [Configurable + * attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): + * file, folder, and binary attributes; registry entries; and properties in a plist. * @param additionalSignals additionalSignals or {@code null} for none */ public EndpointVerificationSpecificAttributes setAdditionalSignals(java.util.Map additionalSignals) { diff --git a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/GoogleAppsCloudidentityDevicesV1BrowserAttributes.java b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/GoogleAppsCloudidentityDevicesV1BrowserAttributes.java index ca1ad5359a4..835f352727b 100644 --- a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/GoogleAppsCloudidentityDevicesV1BrowserAttributes.java +++ b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/GoogleAppsCloudidentityDevicesV1BrowserAttributes.java @@ -49,7 +49,7 @@ public final class GoogleAppsCloudidentityDevicesV1BrowserAttributes extends com private java.lang.String chromeProfileId; /** - * 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. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -96,7 +96,7 @@ public GoogleAppsCloudidentityDevicesV1BrowserAttributes setChromeProfileId(java } /** - * 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. * @return value or {@code null} for none */ public String getLastProfileSyncTime() { @@ -104,7 +104,7 @@ public String getLastProfileSyncTime() { } /** - * 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. * @param lastProfileSyncTime lastProfileSyncTime or {@code null} for none */ public GoogleAppsCloudidentityDevicesV1BrowserAttributes setLastProfileSyncTime(String lastProfileSyncTime) { diff --git a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/GoogleAppsCloudidentityDevicesV1BrowserInfo.java b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/GoogleAppsCloudidentityDevicesV1BrowserInfo.java index 7a484d3a76f..748c523a736 100644 --- a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/GoogleAppsCloudidentityDevicesV1BrowserInfo.java +++ b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/GoogleAppsCloudidentityDevicesV1BrowserInfo.java @@ -19,7 +19,7 @@ /** * Browser-specific fields reported by the [Endpoint Verification * extension](https://chromewebstore.google.com/detail/endpoint- - * verification/callobklhcbilhphinckomhgkigmfocg?pli=1). LINT.IfChange + * verification/callobklhcbilhphinckomhgkigmfocg?pli=1). * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Cloud Identity API. For a detailed explanation see: @@ -39,7 +39,7 @@ public final class GoogleAppsCloudidentityDevicesV1BrowserInfo extends com.googl private java.lang.String browserManagementState; /** - * Version of the request initiating browser. + * Version of the request initiating browser. E.g. `91.0.4442.4`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -164,7 +164,7 @@ public GoogleAppsCloudidentityDevicesV1BrowserInfo setBrowserManagementState(jav } /** - * Version of the request initiating browser. + * Version of the request initiating browser. E.g. `91.0.4442.4`. * @return value or {@code null} for none */ public java.lang.String getBrowserVersion() { @@ -172,7 +172,7 @@ public java.lang.String getBrowserVersion() { } /** - * Version of the request initiating browser. + * Version of the request initiating browser. E.g. `91.0.4442.4`. * @param browserVersion browserVersion or {@code null} for none */ public GoogleAppsCloudidentityDevicesV1BrowserInfo setBrowserVersion(java.lang.String browserVersion) { diff --git a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes.java b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes.java index 638a9648cf9..3ea8f4183ef 100644 --- a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes.java +++ b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes.java @@ -31,9 +31,10 @@ public final class GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes extends com.google.api.client.json.GenericJson { /** - * Additional signals reported by Endpoint Verification. It includes the following attributes: 1. - * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, - * is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. [Configurable + * [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. * [Configurable * attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): * file, folder, and binary attributes; registry entries; and properties in a plist. * The value may be {@code null}. @@ -68,9 +69,10 @@ public final class GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificA } /** - * Additional signals reported by Endpoint Verification. It includes the following attributes: 1. - * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, - * is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. [Configurable + * [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. * [Configurable * attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): * file, folder, and binary attributes; registry entries; and properties in a plist. * @return value or {@code null} for none @@ -80,9 +82,10 @@ public java.util.Map getAdditionalSignals() { } /** - * Additional signals reported by Endpoint Verification. It includes the following attributes: 1. - * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, - * is_os_native_firewall_enabled, and is_secure_boot_enabled. 2. [Configurable + * [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. * [Configurable * attributes](https://cloud.google.com/endpoint-verification/docs/collect-config-attributes): * file, folder, and binary attributes; registry entries; and properties in a plist. * @param additionalSignals additionalSignals or {@code null} for none diff --git a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/pom.xml b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/pom.xml index 6503a3a5a7c..d6a5e9fb1d0 100644 --- a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/pom.xml +++ b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudidentity - v1beta1-rev20240902-2.0.0 - Cloud Identity API v1beta1-rev20240902-2.0.0 + v1beta1-rev20240924-2.0.0 + Cloud Identity API v1beta1-rev20240924-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudidentity/v1beta1/README.md b/clients/google-api-services-cloudidentity/v1beta1/README.md index a7879172719..d93fe6b06d7 100644 --- a/clients/google-api-services-cloudidentity/v1beta1/README.md +++ b/clients/google-api-services-cloudidentity/v1beta1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudidentity - v1beta1-rev20240902-2.0.0 + v1beta1-rev20240924-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20240902-2.0.0' + implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20240924-2.0.0' } ```