Skip to content

Commit 788f491

Browse files
1 parent 24668ea commit 788f491

8 files changed

Lines changed: 60 additions & 12 deletions

File tree

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-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
}
3737
dependencies {
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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public 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

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-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>

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-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
}
3737
dependencies {
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

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-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
}
3737
dependencies {
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

clients/google-api-services-analyticsadmin/v1beta/2.0.0/com/google/api/services/analyticsadmin/v1beta/model/GoogleAnalyticsAdminV1betaPropertySummary.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public 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

clients/google-api-services-analyticsadmin/v1beta/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>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>

clients/google-api-services-analyticsadmin/v1beta/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-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
}
3737
dependencies {
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

0 commit comments

Comments
 (0)