public final class GoogleAnalyticsAdminV1betaDataSharingSettings
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 Google Analytics Admin 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 |
|---|
GoogleAnalyticsAdminV1betaDataSharingSettings() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsAdminV1betaDataSharingSettings |
clone() |
String |
getName()
Output only.
|
Boolean |
getSharingWithGoogleAnySalesEnabled()
Allows any of Google sales to access the data in order to suggest configuration changes to
improve results.
|
Boolean |
getSharingWithGoogleAssignedSalesEnabled()
Allows Google sales teams that are assigned to the customer to access the data in order to
suggest configuration changes to improve results.
|
Boolean |
getSharingWithGoogleProductsEnabled()
Allows Google to use the data to improve other Google products or services.
|
Boolean |
getSharingWithGoogleSupportEnabled()
Allows Google support to access the data in order to help troubleshoot issues.
|
Boolean |
getSharingWithOthersEnabled()
Allows Google to share the data anonymously in aggregate form with others.
|
GoogleAnalyticsAdminV1betaDataSharingSettings |
set(String fieldName,
Object value) |
GoogleAnalyticsAdminV1betaDataSharingSettings |
setName(String name)
Output only.
|
GoogleAnalyticsAdminV1betaDataSharingSettings |
setSharingWithGoogleAnySalesEnabled(Boolean sharingWithGoogleAnySalesEnabled)
Allows any of Google sales to access the data in order to suggest configuration changes to
improve results.
|
GoogleAnalyticsAdminV1betaDataSharingSettings |
setSharingWithGoogleAssignedSalesEnabled(Boolean sharingWithGoogleAssignedSalesEnabled)
Allows Google sales teams that are assigned to the customer to access the data in order to
suggest configuration changes to improve results.
|
GoogleAnalyticsAdminV1betaDataSharingSettings |
setSharingWithGoogleProductsEnabled(Boolean sharingWithGoogleProductsEnabled)
Allows Google to use the data to improve other Google products or services.
|
GoogleAnalyticsAdminV1betaDataSharingSettings |
setSharingWithGoogleSupportEnabled(Boolean sharingWithGoogleSupportEnabled)
Allows Google support to access the data in order to help troubleshoot issues.
|
GoogleAnalyticsAdminV1betaDataSharingSettings |
setSharingWithOthersEnabled(Boolean sharingWithOthersEnabled)
Allows Google to share the data anonymously in aggregate form with others.
|
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 GoogleAnalyticsAdminV1betaDataSharingSettings()
public String getName()
null for nonepublic GoogleAnalyticsAdminV1betaDataSharingSettings setName(String name)
name - name or null for nonepublic Boolean getSharingWithGoogleAnySalesEnabled()
null for nonepublic GoogleAnalyticsAdminV1betaDataSharingSettings setSharingWithGoogleAnySalesEnabled(Boolean sharingWithGoogleAnySalesEnabled)
sharingWithGoogleAnySalesEnabled - sharingWithGoogleAnySalesEnabled or null for nonepublic Boolean getSharingWithGoogleAssignedSalesEnabled()
null for nonepublic GoogleAnalyticsAdminV1betaDataSharingSettings setSharingWithGoogleAssignedSalesEnabled(Boolean sharingWithGoogleAssignedSalesEnabled)
sharingWithGoogleAssignedSalesEnabled - sharingWithGoogleAssignedSalesEnabled or null for nonepublic Boolean getSharingWithGoogleProductsEnabled()
null for nonepublic GoogleAnalyticsAdminV1betaDataSharingSettings setSharingWithGoogleProductsEnabled(Boolean sharingWithGoogleProductsEnabled)
sharingWithGoogleProductsEnabled - sharingWithGoogleProductsEnabled or null for nonepublic Boolean getSharingWithGoogleSupportEnabled()
null for nonepublic GoogleAnalyticsAdminV1betaDataSharingSettings setSharingWithGoogleSupportEnabled(Boolean sharingWithGoogleSupportEnabled)
sharingWithGoogleSupportEnabled - sharingWithGoogleSupportEnabled or null for nonepublic Boolean getSharingWithOthersEnabled()
null for nonepublic GoogleAnalyticsAdminV1betaDataSharingSettings setSharingWithOthersEnabled(Boolean sharingWithOthersEnabled)
sharingWithOthersEnabled - sharingWithOthersEnabled or null for nonepublic GoogleAnalyticsAdminV1betaDataSharingSettings set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleAnalyticsAdminV1betaDataSharingSettings clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.