public final class GoogleAppsCloudidentityDevicesV1BrowserAttributes
extends com.google.api.client.json.GenericJson
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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleAppsCloudidentityDevicesV1BrowserAttributes() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCloudidentityDevicesV1BrowserAttributes |
clone() |
GoogleAppsCloudidentityDevicesV1BrowserInfo |
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](https://chromewebstore.google.com/detail/endpoint-
verification/callobklhcbilhphinckomhgkigmfocg?pli=1).
|
String |
getChromeProfileId()
Chrome profile ID that is exposed by the Chrome API.
|
String |
getLastProfileSyncTime()
Timestamp in milliseconds since the Unix epoch when the profile/gcm id was last synced.
|
GoogleAppsCloudidentityDevicesV1BrowserAttributes |
set(String fieldName,
Object value) |
GoogleAppsCloudidentityDevicesV1BrowserAttributes |
setChromeBrowserInfo(GoogleAppsCloudidentityDevicesV1BrowserInfo chromeBrowserInfo)
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](https://chromewebstore.google.com/detail/endpoint-
verification/callobklhcbilhphinckomhgkigmfocg?pli=1).
|
GoogleAppsCloudidentityDevicesV1BrowserAttributes |
setChromeProfileId(String chromeProfileId)
Chrome profile ID that is exposed by the Chrome API.
|
GoogleAppsCloudidentityDevicesV1BrowserAttributes |
setLastProfileSyncTime(String lastProfileSyncTime)
Timestamp in milliseconds since the Unix epoch when the profile/gcm id was last synced.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic GoogleAppsCloudidentityDevicesV1BrowserAttributes()
public GoogleAppsCloudidentityDevicesV1BrowserInfo getChromeBrowserInfo()
null for nonepublic GoogleAppsCloudidentityDevicesV1BrowserAttributes setChromeBrowserInfo(GoogleAppsCloudidentityDevicesV1BrowserInfo chromeBrowserInfo)
chromeBrowserInfo - chromeBrowserInfo or null for nonepublic String getChromeProfileId()
null for nonepublic GoogleAppsCloudidentityDevicesV1BrowserAttributes setChromeProfileId(String chromeProfileId)
chromeProfileId - chromeProfileId or null for nonepublic String getLastProfileSyncTime()
null for nonepublic GoogleAppsCloudidentityDevicesV1BrowserAttributes setLastProfileSyncTime(String lastProfileSyncTime)
lastProfileSyncTime - lastProfileSyncTime or null for nonepublic GoogleAppsCloudidentityDevicesV1BrowserAttributes set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAppsCloudidentityDevicesV1BrowserAttributes clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.