Skip to content

Commit

Permalink
Regenerate analyticsreporting client (#2736)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Sep 13, 2019
1 parent 2c2648f commit ba3abc8
Show file tree
Hide file tree
Showing 12 changed files with 3,623 additions and 3,605 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"maven": {
"groupId": "com.google.apis",
"artifactId": "google-api-services-analyticsreporting",
"version": "v4-rev20190821-1.30.1"
"version": "v4-rev20190904-1.30.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ public final class Activity extends com.google.api.client.json.GenericJson {

/**
* Timestamp of the activity. If activities for a visit cross midnight and occur in two separate
* dates, then two sessions (one per date) share the session identifier.
* dates, then two sessions (one per date) share the session identifier. For example, say session
* ID 113472 has activity within 2019-08-20, and session ID 243742 has activity within 2019-08-25
* and 2019-08-26. Session ID 113472 is one session, and session ID 243742 is two sessions.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -160,7 +162,9 @@ public final class Activity extends com.google.api.client.json.GenericJson {

/**
* Timestamp of the activity. If activities for a visit cross midnight and occur in two separate
* dates, then two sessions (one per date) share the session identifier.
* dates, then two sessions (one per date) share the session identifier. For example, say session
* ID 113472 has activity within 2019-08-20, and session ID 243742 has activity within 2019-08-25
* and 2019-08-26. Session ID 113472 is one session, and session ID 243742 is two sessions.
* @return value or {@code null} for none
*/
public String getActivityTime() {
Expand All @@ -169,7 +173,9 @@ public String getActivityTime() {

/**
* Timestamp of the activity. If activities for a visit cross midnight and occur in two separate
* dates, then two sessions (one per date) share the session identifier.
* dates, then two sessions (one per date) share the session identifier. For example, say session
* ID 113472 has activity within 2019-08-20, and session ID 243742 has activity within 2019-08-25
* and 2019-08-26. Session ID 113472 is one session, and session ID 243742 is two sessions.
* @param activityTime activityTime or {@code null} for none
*/
public Activity setActivityTime(String activityTime) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-analyticsreporting</artifactId>
<version>v4-rev20190821-1.28.0</version>
<name>Analytics Reporting API v4-rev20190821-1.28.0</name>
<version>v4-rev20190904-1.28.0</version>
<name>Analytics Reporting API v4-rev20190904-1.28.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Loading

0 comments on commit ba3abc8

Please sign in to comment.