Skip to content

Commit 96f3549

Browse files
1 parent 4231373 commit 96f3549

File tree

8 files changed

+114
-60
lines changed

8 files changed

+114
-60
lines changed

clients/google-api-services-analyticsadmin/v1alpha/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-analyticsadmin</artifactId>
25-
<version>v1alpha-rev20250304-2.0.0</version>
25+
<version>v1alpha-rev20250307-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20250304-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20250307-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-analyticsadmin/v1alpha/2.0.0/com/google/api/services/analyticsadmin/v1alpha/model/GoogleAnalyticsAdminV1alphaDataSharingSettings.java

Lines changed: 51 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,38 +39,47 @@ public final class GoogleAnalyticsAdminV1alphaDataSharingSettings extends com.go
3939
private java.lang.String name;
4040

4141
/**
42-
* Allows any of Google sales to access the data in order to suggest configuration changes to
43-
* improve results.
42+
* Deprecated. This field is no longer used and always returns false.
4443
* The value may be {@code null}.
4544
*/
4645
@com.google.api.client.util.Key
4746
private java.lang.Boolean sharingWithGoogleAnySalesEnabled;
4847

4948
/**
50-
* Allows Google sales teams that are assigned to the customer to access the data in order to
51-
* suggest configuration changes to improve results. Sales team restrictions still apply when
52-
* enabled.
49+
* Allows Google access to your Google Analytics account data, including account usage and
50+
* configuration data, product spending, and users associated with your Google Analytics account,
51+
* so that Google can help you make the most of Google products, providing you with insights,
52+
* offers, recommendations, and optimization tips across Google Analytics and other Google
53+
* products for business. This field maps to the "Recommendations for your business" field in the
54+
* Google Analytics Admin UI.
5355
* The value may be {@code null}.
5456
*/
5557
@com.google.api.client.util.Key
5658
private java.lang.Boolean sharingWithGoogleAssignedSalesEnabled;
5759

5860
/**
59-
* Allows Google to use the data to improve other Google products or services.
61+
* Allows Google to use the data to improve other Google products or services. This fields maps to
62+
* the "Google products & services" field in the Google Analytics Admin UI.
6063
* The value may be {@code null}.
6164
*/
6265
@com.google.api.client.util.Key
6366
private java.lang.Boolean sharingWithGoogleProductsEnabled;
6467

6568
/**
66-
* Allows Google support to access the data in order to help troubleshoot issues.
69+
* Allows Google technical support representatives access to your Google Analytics data and
70+
* account when necessary to provide service and find solutions to technical issues. This field
71+
* maps to the "Technical support" field in the Google Analytics Admin UI.
6772
* The value may be {@code null}.
6873
*/
6974
@com.google.api.client.util.Key
7075
private java.lang.Boolean sharingWithGoogleSupportEnabled;
7176

7277
/**
73-
* Allows Google to share the data anonymously in aggregate form with others.
78+
* Enable features like predictions, modeled data, and benchmarking that can provide you with
79+
* richer business insights when you contribute aggregated measurement data. The data you share
80+
* (including information about the property from which it is shared) is aggregated and de-
81+
* identified before being used to generate business insights. This field maps to the "Modeling
82+
* contributions & business insights" field in the Google Analytics Admin UI.
7483
* The value may be {@code null}.
7584
*/
7685
@com.google.api.client.util.Key
@@ -96,17 +105,15 @@ public GoogleAnalyticsAdminV1alphaDataSharingSettings setName(java.lang.String n
96105
}
97106

98107
/**
99-
* Allows any of Google sales to access the data in order to suggest configuration changes to
100-
* improve results.
108+
* Deprecated. This field is no longer used and always returns false.
101109
* @return value or {@code null} for none
102110
*/
103111
public java.lang.Boolean getSharingWithGoogleAnySalesEnabled() {
104112
return sharingWithGoogleAnySalesEnabled;
105113
}
106114

107115
/**
108-
* Allows any of Google sales to access the data in order to suggest configuration changes to
109-
* improve results.
116+
* Deprecated. This field is no longer used and always returns false.
110117
* @param sharingWithGoogleAnySalesEnabled sharingWithGoogleAnySalesEnabled or {@code null} for none
111118
*/
112119
public GoogleAnalyticsAdminV1alphaDataSharingSettings setSharingWithGoogleAnySalesEnabled(java.lang.Boolean sharingWithGoogleAnySalesEnabled) {
@@ -115,19 +122,25 @@ public GoogleAnalyticsAdminV1alphaDataSharingSettings setSharingWithGoogleAnySal
115122
}
116123

117124
/**
118-
* Allows Google sales teams that are assigned to the customer to access the data in order to
119-
* suggest configuration changes to improve results. Sales team restrictions still apply when
120-
* enabled.
125+
* Allows Google access to your Google Analytics account data, including account usage and
126+
* configuration data, product spending, and users associated with your Google Analytics account,
127+
* so that Google can help you make the most of Google products, providing you with insights,
128+
* offers, recommendations, and optimization tips across Google Analytics and other Google
129+
* products for business. This field maps to the "Recommendations for your business" field in the
130+
* Google Analytics Admin UI.
121131
* @return value or {@code null} for none
122132
*/
123133
public java.lang.Boolean getSharingWithGoogleAssignedSalesEnabled() {
124134
return sharingWithGoogleAssignedSalesEnabled;
125135
}
126136

127137
/**
128-
* Allows Google sales teams that are assigned to the customer to access the data in order to
129-
* suggest configuration changes to improve results. Sales team restrictions still apply when
130-
* enabled.
138+
* Allows Google access to your Google Analytics account data, including account usage and
139+
* configuration data, product spending, and users associated with your Google Analytics account,
140+
* so that Google can help you make the most of Google products, providing you with insights,
141+
* offers, recommendations, and optimization tips across Google Analytics and other Google
142+
* products for business. This field maps to the "Recommendations for your business" field in the
143+
* Google Analytics Admin UI.
131144
* @param sharingWithGoogleAssignedSalesEnabled sharingWithGoogleAssignedSalesEnabled or {@code null} for none
132145
*/
133146
public GoogleAnalyticsAdminV1alphaDataSharingSettings setSharingWithGoogleAssignedSalesEnabled(java.lang.Boolean sharingWithGoogleAssignedSalesEnabled) {
@@ -136,15 +149,17 @@ public GoogleAnalyticsAdminV1alphaDataSharingSettings setSharingWithGoogleAssign
136149
}
137150

138151
/**
139-
* Allows Google to use the data to improve other Google products or services.
152+
* Allows Google to use the data to improve other Google products or services. This fields maps to
153+
* the "Google products & services" field in the Google Analytics Admin UI.
140154
* @return value or {@code null} for none
141155
*/
142156
public java.lang.Boolean getSharingWithGoogleProductsEnabled() {
143157
return sharingWithGoogleProductsEnabled;
144158
}
145159

146160
/**
147-
* Allows Google to use the data to improve other Google products or services.
161+
* Allows Google to use the data to improve other Google products or services. This fields maps to
162+
* the "Google products & services" field in the Google Analytics Admin UI.
148163
* @param sharingWithGoogleProductsEnabled sharingWithGoogleProductsEnabled or {@code null} for none
149164
*/
150165
public GoogleAnalyticsAdminV1alphaDataSharingSettings setSharingWithGoogleProductsEnabled(java.lang.Boolean sharingWithGoogleProductsEnabled) {
@@ -153,15 +168,19 @@ public GoogleAnalyticsAdminV1alphaDataSharingSettings setSharingWithGoogleProduc
153168
}
154169

155170
/**
156-
* Allows Google support to access the data in order to help troubleshoot issues.
171+
* Allows Google technical support representatives access to your Google Analytics data and
172+
* account when necessary to provide service and find solutions to technical issues. This field
173+
* maps to the "Technical support" field in the Google Analytics Admin UI.
157174
* @return value or {@code null} for none
158175
*/
159176
public java.lang.Boolean getSharingWithGoogleSupportEnabled() {
160177
return sharingWithGoogleSupportEnabled;
161178
}
162179

163180
/**
164-
* Allows Google support to access the data in order to help troubleshoot issues.
181+
* Allows Google technical support representatives access to your Google Analytics data and
182+
* account when necessary to provide service and find solutions to technical issues. This field
183+
* maps to the "Technical support" field in the Google Analytics Admin UI.
165184
* @param sharingWithGoogleSupportEnabled sharingWithGoogleSupportEnabled or {@code null} for none
166185
*/
167186
public GoogleAnalyticsAdminV1alphaDataSharingSettings setSharingWithGoogleSupportEnabled(java.lang.Boolean sharingWithGoogleSupportEnabled) {
@@ -170,15 +189,23 @@ public GoogleAnalyticsAdminV1alphaDataSharingSettings setSharingWithGoogleSuppor
170189
}
171190

172191
/**
173-
* Allows Google to share the data anonymously in aggregate form with others.
192+
* Enable features like predictions, modeled data, and benchmarking that can provide you with
193+
* richer business insights when you contribute aggregated measurement data. The data you share
194+
* (including information about the property from which it is shared) is aggregated and de-
195+
* identified before being used to generate business insights. This field maps to the "Modeling
196+
* contributions & business insights" field in the Google Analytics Admin UI.
174197
* @return value or {@code null} for none
175198
*/
176199
public java.lang.Boolean getSharingWithOthersEnabled() {
177200
return sharingWithOthersEnabled;
178201
}
179202

180203
/**
181-
* Allows Google to share the data anonymously in aggregate form with others.
204+
* Enable features like predictions, modeled data, and benchmarking that can provide you with
205+
* richer business insights when you contribute aggregated measurement data. The data you share
206+
* (including information about the property from which it is shared) is aggregated and de-
207+
* identified before being used to generate business insights. This field maps to the "Modeling
208+
* contributions & business insights" field in the Google Analytics Admin UI.
182209
* @param sharingWithOthersEnabled sharingWithOthersEnabled or {@code null} for none
183210
*/
184211
public GoogleAnalyticsAdminV1alphaDataSharingSettings setSharingWithOthersEnabled(java.lang.Boolean sharingWithOthersEnabled) {

clients/google-api-services-analyticsadmin/v1alpha/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-analyticsadmin</artifactId>
11-
<version>v1alpha-rev20250304-2.0.0</version>
12-
<name>Google Analytics Admin API v1alpha-rev20250304-2.0.0</name>
11+
<version>v1alpha-rev20250307-2.0.0</version>
12+
<name>Google Analytics Admin API v1alpha-rev20250307-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-analyticsadmin/v1alpha/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-analyticsadmin</artifactId>
25-
<version>v1alpha-rev20250304-2.0.0</version>
25+
<version>v1alpha-rev20250307-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20250304-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20250307-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-analyticsadmin/v1beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-analyticsadmin</artifactId>
25-
<version>v1beta-rev20250114-2.0.0</version>
25+
<version>v1beta-rev20250307-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20250114-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20250307-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)