File tree Expand file tree Collapse file tree
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 Original file line number Diff line number Diff 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-rev20260412 -2.0.0</version >
25+ <version >v1alpha-rev20260607 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20260412 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20260607 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3030@ SuppressWarnings ("javadoc" )
3131public final class GoogleAnalyticsAdminV1alphaPropertySummary extends com .google .api .client .json .GenericJson {
3232
33+ /**
34+ * If true, then the user has a Google Analytics role that permits them to edit the property.
35+ * The value may be {@code null}.
36+ */
37+ @ com .google .api .client .util .Key
38+ private java .lang .Boolean canEdit ;
39+
3340 /**
3441 * Display name for the property referred to in this property summary.
3542 * The value may be {@code null}.
@@ -61,6 +68,23 @@ public final class GoogleAnalyticsAdminV1alphaPropertySummary extends com.google
6168 @ com .google .api .client .util .Key
6269 private java .lang .String propertyType ;
6370
71+ /**
72+ * If true, then the user has a Google Analytics role that permits them to edit the property.
73+ * @return value or {@code null} for none
74+ */
75+ public java .lang .Boolean getCanEdit () {
76+ return canEdit ;
77+ }
78+
79+ /**
80+ * If true, then the user has a Google Analytics role that permits them to edit the property.
81+ * @param canEdit canEdit or {@code null} for none
82+ */
83+ public GoogleAnalyticsAdminV1alphaPropertySummary setCanEdit (java .lang .Boolean canEdit ) {
84+ this .canEdit = canEdit ;
85+ return this ;
86+ }
87+
6488 /**
6589 * Display name for the property referred to in this property summary.
6690 * @return value or {@code null} for none
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-analyticsadmin</artifactId >
11- <version >v1alpha-rev20260412 -2.0.0</version >
12- <name >Google Analytics Admin API v1alpha-rev20260412 -2.0.0</name >
11+ <version >v1alpha-rev20260607 -2.0.0</version >
12+ <name >Google Analytics Admin API v1alpha-rev20260607 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-analyticsadmin</artifactId >
25- <version >v1alpha-rev20260412 -2.0.0</version >
25+ <version >v1alpha-rev20260607 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20260412 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20260607 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff 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-rev20260331 -2.0.0</version >
25+ <version >v1beta-rev20260607 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20260331 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20260607 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3030@ SuppressWarnings ("javadoc" )
3131public final class GoogleAnalyticsAdminV1betaPropertySummary extends com .google .api .client .json .GenericJson {
3232
33+ /**
34+ * If true, then the user has a Google Analytics role that permits them to edit the property.
35+ * The value may be {@code null}.
36+ */
37+ @ com .google .api .client .util .Key
38+ private java .lang .Boolean canEdit ;
39+
3340 /**
3441 * Display name for the property referred to in this property summary.
3542 * The value may be {@code null}.
@@ -61,6 +68,23 @@ public final class GoogleAnalyticsAdminV1betaPropertySummary extends com.google.
6168 @ com .google .api .client .util .Key
6269 private java .lang .String propertyType ;
6370
71+ /**
72+ * If true, then the user has a Google Analytics role that permits them to edit the property.
73+ * @return value or {@code null} for none
74+ */
75+ public java .lang .Boolean getCanEdit () {
76+ return canEdit ;
77+ }
78+
79+ /**
80+ * If true, then the user has a Google Analytics role that permits them to edit the property.
81+ * @param canEdit canEdit or {@code null} for none
82+ */
83+ public GoogleAnalyticsAdminV1betaPropertySummary setCanEdit (java .lang .Boolean canEdit ) {
84+ this .canEdit = canEdit ;
85+ return this ;
86+ }
87+
6488 /**
6589 * Display name for the property referred to in this property summary.
6690 * @return value or {@code null} for none
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-analyticsadmin</artifactId >
11- <version >v1beta-rev20260331 -2.0.0</version >
12- <name >Google Analytics Admin API v1beta-rev20260331 -2.0.0</name >
11+ <version >v1beta-rev20260607 -2.0.0</version >
12+ <name >Google Analytics Admin API v1beta-rev20260607 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-analyticsadmin</artifactId >
25- <version >v1beta-rev20260331 -2.0.0</version >
25+ <version >v1beta-rev20260607 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20260331 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20260607 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments