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:
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 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 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