Skip to content

Commit 08ea496

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate analytics client (googleapis#2028)
1 parent 97f2e7f commit 08ea496

File tree

16 files changed

+66
-60
lines changed

16 files changed

+66
-60
lines changed

clients/google-api-services-analytics/v2.4/1.26.0/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-javadoc-plugin</artifactId>
66-
<version>2.9.1</version>
66+
<version>3.1.0</version>
6767
<executions>
6868
<execution>
6969
<id>attach-javadocs</id>
@@ -73,13 +73,14 @@
7373
</execution>
7474
</executions>
7575
<configuration>
76+
<doclint>none</doclint>
7677
<doctitle>Google Analytics API ${project.version}</doctitle>
7778
<windowtitle>Google Analytics API ${project.version}</windowtitle>
7879
<links>
7980
<link>http://docs.oracle.com/javase/6/docs/api</link>
80-
<link>https://google.github.io/google-http-java-client/releases/1.26.0/javadoc/index.html</link>
81-
<link>https://google.github.io/google-oauth-java-client/releases/1.26.0/javadoc/index.html</link>
82-
<link>https://google.github.io/google-api-java-client/releases/1.26.0/javadoc/index.html</link>
81+
<link>https://googleapis.dev/java/google-http-client/1.26.0/index.html</link>
82+
<link>https://googleapis.dev/java/google-oauth-client/1.26.0/index.html</link>
83+
<link>https://googleapis.dev/java/google-api-client/1.26.0/index.html</link>
8384
</links>
8485
</configuration>
8586
</plugin>

clients/google-api-services-analytics/v2.4/1.27.0/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-javadoc-plugin</artifactId>
66-
<version>2.9.1</version>
66+
<version>3.1.0</version>
6767
<executions>
6868
<execution>
6969
<id>attach-javadocs</id>
@@ -73,13 +73,14 @@
7373
</execution>
7474
</executions>
7575
<configuration>
76+
<doclint>none</doclint>
7677
<doctitle>Google Analytics API ${project.version}</doctitle>
7778
<windowtitle>Google Analytics API ${project.version}</windowtitle>
7879
<links>
7980
<link>http://docs.oracle.com/javase/6/docs/api</link>
80-
<link>https://google.github.io/google-http-java-client/releases/1.27.0/javadoc/index.html</link>
81-
<link>https://google.github.io/google-oauth-java-client/releases/1.27.0/javadoc/index.html</link>
82-
<link>https://google.github.io/google-api-java-client/releases/1.27.0/javadoc/index.html</link>
81+
<link>https://googleapis.dev/java/google-http-client/1.27.0/index.html</link>
82+
<link>https://googleapis.dev/java/google-oauth-client/1.27.0/index.html</link>
83+
<link>https://googleapis.dev/java/google-api-client/1.27.0/index.html</link>
8384
</links>
8485
</configuration>
8586
</plugin>

clients/google-api-services-analytics/v2.4/1.28.0/pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-javadoc-plugin</artifactId>
66-
<version>2.9.1</version>
66+
<version>3.1.0</version>
6767
<executions>
6868
<execution>
6969
<id>attach-javadocs</id>
@@ -73,13 +73,14 @@
7373
</execution>
7474
</executions>
7575
<configuration>
76+
<doclint>none</doclint>
7677
<doctitle>Google Analytics API ${project.version}</doctitle>
7778
<windowtitle>Google Analytics API ${project.version}</windowtitle>
7879
<links>
79-
<link>http://docs.oracle.com/javase/6/docs/api</link>
80-
<link>https://google.github.io/google-http-java-client/releases/1.28.0/javadoc/index.html</link>
81-
<link>https://google.github.io/google-oauth-java-client/releases/1.28.0/javadoc/index.html</link>
82-
<link>https://google.github.io/google-api-java-client/releases/1.28.0/javadoc/index.html</link>
80+
<link>http://docs.oracle.com/javase/7/docs/api</link>
81+
<link>https://googleapis.dev/java/google-http-client/1.28.0/index.html</link>
82+
<link>https://googleapis.dev/java/google-oauth-client/1.28.0/index.html</link>
83+
<link>https://googleapis.dev/java/google-api-client/1.28.0/index.html</link>
8384
</links>
8485
</configuration>
8586
</plugin>

clients/google-api-services-analytics/v3.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-analytics",
5-
"version": "v3-rev20180730-1.28.0"
5+
"version": "v3-rev20190604-1.28.0"
66
}
77
}

clients/google-api-services-analytics/v3/1.26.0/com/google/api/services/analytics/Analytics.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5268,7 +5268,7 @@ public Delete set(String parameterName, Object value) {
52685268
}
52695269
}
52705270
/**
5271-
* Returns a filters to which the user has access.
5271+
* Returns filters to which the user has access.
52725272
*
52735273
* Create a request for the method "filters.get".
52745274
*
@@ -5290,7 +5290,7 @@ public class Get extends AnalyticsRequest<com.google.api.services.analytics.mode
52905290
private static final String REST_PATH = "management/accounts/{accountId}/filters/{filterId}";
52915291

52925292
/**
5293-
* Returns a filters to which the user has access.
5293+
* Returns filters to which the user has access.
52945294
*
52955295
* Create a request for the method "filters.get".
52965296
*

clients/google-api-services-analytics/v3/1.26.0/com/google/api/services/analytics/model/Webproperty.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public final class Webproperty extends com.google.api.client.json.GenericJson {
5353
/**
5454
* Set to true to reset the retention period of the user identifier with each new event from that
5555
* user (thus setting the expiration date to current time plus retention period). Set to false to
56-
* delete data associated with the user identifer automatically after the rentention period. This
56+
* delete data associated with the user identifier automatically after the rentention period. This
5757
* property cannot be set on insert.
5858
* The value may be {@code null}.
5959
*/
@@ -220,7 +220,7 @@ public Webproperty setCreated(com.google.api.client.util.DateTime created) {
220220
/**
221221
* Set to true to reset the retention period of the user identifier with each new event from that
222222
* user (thus setting the expiration date to current time plus retention period). Set to false to
223-
* delete data associated with the user identifer automatically after the rentention period. This
223+
* delete data associated with the user identifier automatically after the rentention period. This
224224
* property cannot be set on insert.
225225
* @return value or {@code null} for none
226226
*/
@@ -231,7 +231,7 @@ public java.lang.Boolean getDataRetentionResetOnNewActivity() {
231231
/**
232232
* Set to true to reset the retention period of the user identifier with each new event from that
233233
* user (thus setting the expiration date to current time plus retention period). Set to false to
234-
* delete data associated with the user identifer automatically after the rentention period. This
234+
* delete data associated with the user identifier automatically after the rentention period. This
235235
* property cannot be set on insert.
236236
* @param dataRetentionResetOnNewActivity dataRetentionResetOnNewActivity or {@code null} for none
237237
*/

clients/google-api-services-analytics/v3/1.26.0/pom.xml

Lines changed: 7 additions & 6 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-analytics</artifactId>
11-
<version>v3-rev20180730-1.26.0</version>
12-
<name>Google Analytics API v3-rev20180730-1.26.0</name>
11+
<version>v3-rev20190604-1.26.0</version>
12+
<name>Google Analytics API v3-rev20190604-1.26.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-javadoc-plugin</artifactId>
66-
<version>2.9.1</version>
66+
<version>3.1.0</version>
6767
<executions>
6868
<execution>
6969
<id>attach-javadocs</id>
@@ -73,13 +73,14 @@
7373
</execution>
7474
</executions>
7575
<configuration>
76+
<doclint>none</doclint>
7677
<doctitle>Google Analytics API ${project.version}</doctitle>
7778
<windowtitle>Google Analytics API ${project.version}</windowtitle>
7879
<links>
7980
<link>http://docs.oracle.com/javase/6/docs/api</link>
80-
<link>https://google.github.io/google-http-java-client/releases/1.26.0/javadoc/index.html</link>
81-
<link>https://google.github.io/google-oauth-java-client/releases/1.26.0/javadoc/index.html</link>
82-
<link>https://google.github.io/google-api-java-client/releases/1.26.0/javadoc/index.html</link>
81+
<link>https://googleapis.dev/java/google-http-client/1.26.0/index.html</link>
82+
<link>https://googleapis.dev/java/google-oauth-client/1.26.0/index.html</link>
83+
<link>https://googleapis.dev/java/google-api-client/1.26.0/index.html</link>
8384
</links>
8485
</configuration>
8586
</plugin>

clients/google-api-services-analytics/v3/1.26.0/resources/analytics.v3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"kind": "discovery#restDescription",
3-
"etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/EwvGv8Qj93Dt7K3RwZo3AIm1iu8\"",
3+
"etag": "\"VPK3KBfpaEgZ16pozGOoMYfKc0U/H4vWgpd1MCO4wKLGF823qtL1fw0\"",
44
"discoveryVersion": "v1",
55
"id": "analytics:v3",
66
"name": "analytics",
77
"version": "v3",
8-
"revision": "20180730",
8+
"revision": "20190604",
99
"title": "Google Analytics API",
1010
"description": "Views and manages your Google Analytics data.",
1111
"ownerDomain": "google.com",
@@ -3639,7 +3639,7 @@
36393639
},
36403640
"dataRetentionResetOnNewActivity": {
36413641
"type": "boolean",
3642-
"description": "Set to true to reset the retention period of the user identifier with each new event from that user (thus setting the expiration date to current time plus retention period).\nSet to false to delete data associated with the user identifer automatically after the rentention period.\nThis property cannot be set on insert."
3642+
"description": "Set to true to reset the retention period of the user identifier with each new event from that user (thus setting the expiration date to current time plus retention period).\nSet to false to delete data associated with the user identifier automatically after the rentention period.\nThis property cannot be set on insert."
36433643
},
36443644
"dataRetentionTtl": {
36453645
"type": "string",
@@ -5030,7 +5030,7 @@
50305030
"id": "analytics.management.filters.get",
50315031
"path": "management/accounts/{accountId}/filters/{filterId}",
50325032
"httpMethod": "GET",
5033-
"description": "Returns a filters to which the user has access.",
5033+
"description": "Returns filters to which the user has access.",
50345034
"parameters": {
50355035
"accountId": {
50365036
"type": "string",

clients/google-api-services-analytics/v3/1.27.0/com/google/api/services/analytics/Analytics.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5268,7 +5268,7 @@ public Delete set(String parameterName, Object value) {
52685268
}
52695269
}
52705270
/**
5271-
* Returns a filters to which the user has access.
5271+
* Returns filters to which the user has access.
52725272
*
52735273
* Create a request for the method "filters.get".
52745274
*
@@ -5290,7 +5290,7 @@ public class Get extends AnalyticsRequest<com.google.api.services.analytics.mode
52905290
private static final String REST_PATH = "management/accounts/{accountId}/filters/{filterId}";
52915291

52925292
/**
5293-
* Returns a filters to which the user has access.
5293+
* Returns filters to which the user has access.
52945294
*
52955295
* Create a request for the method "filters.get".
52965296
*

clients/google-api-services-analytics/v3/1.27.0/com/google/api/services/analytics/model/Webproperty.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public final class Webproperty extends com.google.api.client.json.GenericJson {
5353
/**
5454
* Set to true to reset the retention period of the user identifier with each new event from that
5555
* user (thus setting the expiration date to current time plus retention period). Set to false to
56-
* delete data associated with the user identifer automatically after the rentention period. This
56+
* delete data associated with the user identifier automatically after the rentention period. This
5757
* property cannot be set on insert.
5858
* The value may be {@code null}.
5959
*/
@@ -220,7 +220,7 @@ public Webproperty setCreated(com.google.api.client.util.DateTime created) {
220220
/**
221221
* Set to true to reset the retention period of the user identifier with each new event from that
222222
* user (thus setting the expiration date to current time plus retention period). Set to false to
223-
* delete data associated with the user identifer automatically after the rentention period. This
223+
* delete data associated with the user identifier automatically after the rentention period. This
224224
* property cannot be set on insert.
225225
* @return value or {@code null} for none
226226
*/
@@ -231,7 +231,7 @@ public java.lang.Boolean getDataRetentionResetOnNewActivity() {
231231
/**
232232
* Set to true to reset the retention period of the user identifier with each new event from that
233233
* user (thus setting the expiration date to current time plus retention period). Set to false to
234-
* delete data associated with the user identifer automatically after the rentention period. This
234+
* delete data associated with the user identifier automatically after the rentention period. This
235235
* property cannot be set on insert.
236236
* @param dataRetentionResetOnNewActivity dataRetentionResetOnNewActivity or {@code null} for none
237237
*/

clients/google-api-services-analytics/v3/1.27.0/pom.xml

Lines changed: 7 additions & 6 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-analytics</artifactId>
11-
<version>v3-rev20180730-1.27.0</version>
12-
<name>Google Analytics API v3-rev20180730-1.27.0</name>
11+
<version>v3-rev20190604-1.27.0</version>
12+
<name>Google Analytics API v3-rev20190604-1.27.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-javadoc-plugin</artifactId>
66-
<version>2.9.1</version>
66+
<version>3.1.0</version>
6767
<executions>
6868
<execution>
6969
<id>attach-javadocs</id>
@@ -73,13 +73,14 @@
7373
</execution>
7474
</executions>
7575
<configuration>
76+
<doclint>none</doclint>
7677
<doctitle>Google Analytics API ${project.version}</doctitle>
7778
<windowtitle>Google Analytics API ${project.version}</windowtitle>
7879
<links>
7980
<link>http://docs.oracle.com/javase/6/docs/api</link>
80-
<link>https://google.github.io/google-http-java-client/releases/1.27.0/javadoc/index.html</link>
81-
<link>https://google.github.io/google-oauth-java-client/releases/1.27.0/javadoc/index.html</link>
82-
<link>https://google.github.io/google-api-java-client/releases/1.27.0/javadoc/index.html</link>
81+
<link>https://googleapis.dev/java/google-http-client/1.27.0/index.html</link>
82+
<link>https://googleapis.dev/java/google-oauth-client/1.27.0/index.html</link>
83+
<link>https://googleapis.dev/java/google-api-client/1.27.0/index.html</link>
8384
</links>
8485
</configuration>
8586
</plugin>

clients/google-api-services-analytics/v3/1.27.0/resources/analytics.v3.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"kind": "discovery#restDescription",
3-
"etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/EwvGv8Qj93Dt7K3RwZo3AIm1iu8\"",
3+
"etag": "\"VPK3KBfpaEgZ16pozGOoMYfKc0U/H4vWgpd1MCO4wKLGF823qtL1fw0\"",
44
"discoveryVersion": "v1",
55
"id": "analytics:v3",
66
"name": "analytics",
77
"version": "v3",
8-
"revision": "20180730",
8+
"revision": "20190604",
99
"title": "Google Analytics API",
1010
"description": "Views and manages your Google Analytics data.",
1111
"ownerDomain": "google.com",
@@ -3639,7 +3639,7 @@
36393639
},
36403640
"dataRetentionResetOnNewActivity": {
36413641
"type": "boolean",
3642-
"description": "Set to true to reset the retention period of the user identifier with each new event from that user (thus setting the expiration date to current time plus retention period).\nSet to false to delete data associated with the user identifer automatically after the rentention period.\nThis property cannot be set on insert."
3642+
"description": "Set to true to reset the retention period of the user identifier with each new event from that user (thus setting the expiration date to current time plus retention period).\nSet to false to delete data associated with the user identifier automatically after the rentention period.\nThis property cannot be set on insert."
36433643
},
36443644
"dataRetentionTtl": {
36453645
"type": "string",
@@ -5030,7 +5030,7 @@
50305030
"id": "analytics.management.filters.get",
50315031
"path": "management/accounts/{accountId}/filters/{filterId}",
50325032
"httpMethod": "GET",
5033-
"description": "Returns a filters to which the user has access.",
5033+
"description": "Returns filters to which the user has access.",
50345034
"parameters": {
50355035
"accountId": {
50365036
"type": "string",

clients/google-api-services-analytics/v3/1.28.0/com/google/api/services/analytics/Analytics.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5268,7 +5268,7 @@ public Delete set(String parameterName, Object value) {
52685268
}
52695269
}
52705270
/**
5271-
* Returns a filters to which the user has access.
5271+
* Returns filters to which the user has access.
52725272
*
52735273
* Create a request for the method "filters.get".
52745274
*
@@ -5290,7 +5290,7 @@ public class Get extends AnalyticsRequest<com.google.api.services.analytics.mode
52905290
private static final String REST_PATH = "management/accounts/{accountId}/filters/{filterId}";
52915291

52925292
/**
5293-
* Returns a filters to which the user has access.
5293+
* Returns filters to which the user has access.
52945294
*
52955295
* Create a request for the method "filters.get".
52965296
*

clients/google-api-services-analytics/v3/1.28.0/com/google/api/services/analytics/model/Webproperty.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public final class Webproperty extends com.google.api.client.json.GenericJson {
5353
/**
5454
* Set to true to reset the retention period of the user identifier with each new event from that
5555
* user (thus setting the expiration date to current time plus retention period). Set to false to
56-
* delete data associated with the user identifer automatically after the rentention period. This
56+
* delete data associated with the user identifier automatically after the rentention period. This
5757
* property cannot be set on insert.
5858
* The value may be {@code null}.
5959
*/
@@ -220,7 +220,7 @@ public Webproperty setCreated(com.google.api.client.util.DateTime created) {
220220
/**
221221
* Set to true to reset the retention period of the user identifier with each new event from that
222222
* user (thus setting the expiration date to current time plus retention period). Set to false to
223-
* delete data associated with the user identifer automatically after the rentention period. This
223+
* delete data associated with the user identifier automatically after the rentention period. This
224224
* property cannot be set on insert.
225225
* @return value or {@code null} for none
226226
*/
@@ -231,7 +231,7 @@ public java.lang.Boolean getDataRetentionResetOnNewActivity() {
231231
/**
232232
* Set to true to reset the retention period of the user identifier with each new event from that
233233
* user (thus setting the expiration date to current time plus retention period). Set to false to
234-
* delete data associated with the user identifer automatically after the rentention period. This
234+
* delete data associated with the user identifier automatically after the rentention period. This
235235
* property cannot be set on insert.
236236
* @param dataRetentionResetOnNewActivity dataRetentionResetOnNewActivity or {@code null} for none
237237
*/

0 commit comments

Comments
 (0)