File tree Expand file tree Collapse file tree 8 files changed +60
-12
lines changed
clients/google-api-services-analyticsadmin
com/google/api/services/analyticsadmin/v1alpha/model
com/google/api/services/analyticsadmin/v1beta/model Expand file tree Collapse file tree 8 files changed +60
-12
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-analyticsadmin</artifactId >
25
- <version >v1alpha-rev20250103 -2.0.0</version >
25
+ <version >v1alpha-rev20250114 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20250103 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20250114 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -52,6 +52,13 @@ public final class GoogleAnalyticsAdminV1alphaDataRetentionSettings extends com.
52
52
@ com .google .api .client .util .Key
53
53
private java .lang .Boolean resetUserDataOnNewActivity ;
54
54
55
+ /**
56
+ * Required. The length of time that user-level data is retained.
57
+ * The value may be {@code null}.
58
+ */
59
+ @ com .google .api .client .util .Key
60
+ private java .lang .String userDataRetention ;
61
+
55
62
/**
56
63
* Required. The length of time that event-level data is retained.
57
64
* @return value or {@code null} for none
@@ -105,6 +112,23 @@ public GoogleAnalyticsAdminV1alphaDataRetentionSettings setResetUserDataOnNewAct
105
112
return this ;
106
113
}
107
114
115
+ /**
116
+ * Required. The length of time that user-level data is retained.
117
+ * @return value or {@code null} for none
118
+ */
119
+ public java .lang .String getUserDataRetention () {
120
+ return userDataRetention ;
121
+ }
122
+
123
+ /**
124
+ * Required. The length of time that user-level data is retained.
125
+ * @param userDataRetention userDataRetention or {@code null} for none
126
+ */
127
+ public GoogleAnalyticsAdminV1alphaDataRetentionSettings setUserDataRetention (java .lang .String userDataRetention ) {
128
+ this .userDataRetention = userDataRetention ;
129
+ return this ;
130
+ }
131
+
108
132
@ Override
109
133
public GoogleAnalyticsAdminV1alphaDataRetentionSettings set (String fieldName , Object value ) {
110
134
return (GoogleAnalyticsAdminV1alphaDataRetentionSettings ) super .set (fieldName , value );
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-analyticsadmin</artifactId >
11
- <version >v1alpha-rev20250103 -2.0.0</version >
12
- <name >Google Analytics Admin API v1alpha-rev20250103 -2.0.0</name >
11
+ <version >v1alpha-rev20250114 -2.0.0</version >
12
+ <name >Google Analytics Admin API v1alpha-rev20250114 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-analyticsadmin</artifactId >
25
- <version >v1alpha-rev20250103 -2.0.0</version >
25
+ <version >v1alpha-rev20250114 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20250103 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20250114 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-analyticsadmin</artifactId >
25
- <version >v1beta-rev20250103 -2.0.0</version >
25
+ <version >v1beta-rev20250114 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20250103 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20250114 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -52,6 +52,13 @@ public final class GoogleAnalyticsAdminV1betaDataRetentionSettings extends com.g
52
52
@ com .google .api .client .util .Key
53
53
private java .lang .Boolean resetUserDataOnNewActivity ;
54
54
55
+ /**
56
+ * Required. The length of time that user-level data is retained.
57
+ * The value may be {@code null}.
58
+ */
59
+ @ com .google .api .client .util .Key
60
+ private java .lang .String userDataRetention ;
61
+
55
62
/**
56
63
* Required. The length of time that event-level data is retained.
57
64
* @return value or {@code null} for none
@@ -105,6 +112,23 @@ public GoogleAnalyticsAdminV1betaDataRetentionSettings setResetUserDataOnNewActi
105
112
return this ;
106
113
}
107
114
115
+ /**
116
+ * Required. The length of time that user-level data is retained.
117
+ * @return value or {@code null} for none
118
+ */
119
+ public java .lang .String getUserDataRetention () {
120
+ return userDataRetention ;
121
+ }
122
+
123
+ /**
124
+ * Required. The length of time that user-level data is retained.
125
+ * @param userDataRetention userDataRetention or {@code null} for none
126
+ */
127
+ public GoogleAnalyticsAdminV1betaDataRetentionSettings setUserDataRetention (java .lang .String userDataRetention ) {
128
+ this .userDataRetention = userDataRetention ;
129
+ return this ;
130
+ }
131
+
108
132
@ Override
109
133
public GoogleAnalyticsAdminV1betaDataRetentionSettings set (String fieldName , Object value ) {
110
134
return (GoogleAnalyticsAdminV1betaDataRetentionSettings ) super .set (fieldName , value );
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-analyticsadmin</artifactId >
11
- <version >v1beta-rev20250103 -2.0.0</version >
12
- <name >Google Analytics Admin API v1beta-rev20250103 -2.0.0</name >
11
+ <version >v1beta-rev20250114 -2.0.0</version >
12
+ <name >Google Analytics Admin API v1beta-rev20250114 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-analyticsadmin</artifactId >
25
- <version >v1beta-rev20250103 -2.0.0</version >
25
+ <version >v1beta-rev20250114 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20250103 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20250114 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments