Skip to content

Commit 1b627ad

Browse files
1 parent 1951ee9 commit 1b627ad

File tree

8 files changed

+36
-20
lines changed

8 files changed

+36
-20
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-rev20240823-2.0.0</version>
25+
<version>v1alpha-rev20240916-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-rev20240823-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20240916-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,9 @@ public ProvisionAccountTicket set(String parameterName, Object value) {
12301230
* retrieve data from Google Analytics through a linkage. These records don't include property
12311231
* configuration changes like adding a stream or changing a property's time zone. For configuration
12321232
* change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides
1233-
* /config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).
1233+
* /config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). To give your feedback on this
1234+
* API, complete the [Google Analytics Access Reports feedback](https://docs.google.com/forms/d/e/1F
1235+
* AIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.
12341236
*
12351237
* Create a request for the method "accounts.runAccessReport".
12361238
*
@@ -1269,7 +1271,9 @@ public class RunAccessReport extends GoogleAnalyticsAdminRequest<com.google.api.
12691271
* can retrieve data from Google Analytics through a linkage. These records don't include property
12701272
* configuration changes like adding a stream or changing a property's time zone. For
12711273
* configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/ana
1272-
* lytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).
1274+
* lytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). To give your
1275+
* feedback on this API, complete the [Google Analytics Access Reports feedback](https://docs.goog
1276+
* le.com/forms/d/e/1FAIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.
12731277
*
12741278
* Create a request for the method "accounts.runAccessReport".
12751279
*
@@ -5089,7 +5093,9 @@ public ProvisionSubproperty set(String parameterName, Object value) {
50895093
* retrieve data from Google Analytics through a linkage. These records don't include property
50905094
* configuration changes like adding a stream or changing a property's time zone. For configuration
50915095
* change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides
5092-
* /config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).
5096+
* /config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). To give your feedback on this
5097+
* API, complete the [Google Analytics Access Reports feedback](https://docs.google.com/forms/d/e/1F
5098+
* AIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.
50935099
*
50945100
* Create a request for the method "properties.runAccessReport".
50955101
*
@@ -5128,7 +5134,9 @@ public class RunAccessReport extends GoogleAnalyticsAdminRequest<com.google.api.
51285134
* can retrieve data from Google Analytics through a linkage. These records don't include property
51295135
* configuration changes like adding a stream or changing a property's time zone. For
51305136
* configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/ana
5131-
* lytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).
5137+
* lytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). To give your
5138+
* feedback on this API, complete the [Google Analytics Access Reports feedback](https://docs.goog
5139+
* le.com/forms/d/e/1FAIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.
51325140
*
51335141
* Create a request for the method "properties.runAccessReport".
51345142
*

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-rev20240823-2.0.0</version>
12-
<name>Google Analytics Admin API v1alpha-rev20240823-2.0.0</name>
11+
<version>v1alpha-rev20240916-2.0.0</version>
12+
<name>Google Analytics Admin API v1alpha-rev20240916-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-rev20240823-2.0.0</version>
25+
<version>v1alpha-rev20240916-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-rev20240823-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20240916-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-rev20240823-2.0.0</version>
25+
<version>v1beta-rev20240916-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-rev20240823-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20240916-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,9 @@ public ProvisionAccountTicket set(String parameterName, Object value) {
12301230
* retrieve data from Google Analytics through a linkage. These records don't include property
12311231
* configuration changes like adding a stream or changing a property's time zone. For configuration
12321232
* change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides
1233-
* /config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).
1233+
* /config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). To give your feedback on this
1234+
* API, complete the [Google Analytics Access Reports feedback](https://docs.google.com/forms/d/e/1F
1235+
* AIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.
12341236
*
12351237
* Create a request for the method "accounts.runAccessReport".
12361238
*
@@ -1269,7 +1271,9 @@ public class RunAccessReport extends GoogleAnalyticsAdminRequest<com.google.api.
12691271
* can retrieve data from Google Analytics through a linkage. These records don't include property
12701272
* configuration changes like adding a stream or changing a property's time zone. For
12711273
* configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/ana
1272-
* lytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).
1274+
* lytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). To give your
1275+
* feedback on this API, complete the [Google Analytics Access Reports feedback](https://docs.goog
1276+
* le.com/forms/d/e/1FAIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.
12731277
*
12741278
* Create a request for the method "accounts.runAccessReport".
12751279
*
@@ -2645,7 +2649,9 @@ public Patch set(String parameterName, Object value) {
26452649
* retrieve data from Google Analytics through a linkage. These records don't include property
26462650
* configuration changes like adding a stream or changing a property's time zone. For configuration
26472651
* change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides
2648-
* /config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).
2652+
* /config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). To give your feedback on this
2653+
* API, complete the [Google Analytics Access Reports feedback](https://docs.google.com/forms/d/e/1F
2654+
* AIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.
26492655
*
26502656
* Create a request for the method "properties.runAccessReport".
26512657
*
@@ -2684,7 +2690,9 @@ public class RunAccessReport extends GoogleAnalyticsAdminRequest<com.google.api.
26842690
* can retrieve data from Google Analytics through a linkage. These records don't include property
26852691
* configuration changes like adding a stream or changing a property's time zone. For
26862692
* configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/ana
2687-
* lytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).
2693+
* lytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). To give your
2694+
* feedback on this API, complete the [Google Analytics Access Reports feedback](https://docs.goog
2695+
* le.com/forms/d/e/1FAIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.
26882696
*
26892697
* Create a request for the method "properties.runAccessReport".
26902698
*

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-rev20240823-2.0.0</version>
12-
<name>Google Analytics Admin API v1beta-rev20240823-2.0.0</name>
11+
<version>v1beta-rev20240916-2.0.0</version>
12+
<name>Google Analytics Admin API v1beta-rev20240916-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-rev20240823-2.0.0</version>
25+
<version>v1beta-rev20240916-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-rev20240823-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20240916-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)