Skip to content

Commit 0b38a40

Browse files
Regenerate drive client (googleapis#7306)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-18 03:48:27,216 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-drive nothing to commit, working tree clean 2021-03-18 03:48:27,647 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2021-03-18 03:48:28,036 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2021-03-18 03:48:28,039 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2021-03-18 03:48:29,837 synthtool [INFO] > Generating driveactivity v2. INFO:synthtool:Generating driveactivity v2. 2021-03-18 03:48:29,837 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 WARNING:root:object without properties Administrator: OrderedDict([(u'type', u'object'), (u'id', u'Administrator'), (u'description', u'Empty message representing an administrator.'), (u'properties', OrderedDict())]) WARNING:root:object without properties AnonymousUser: OrderedDict([(u'properties', OrderedDict()), (u'type', u'object'), (u'id', u'AnonymousUser'), (u'description', u'Empty message representing an anonymous user or indicating the authenticated user should be anonymized.')]) WARNING:root:object without properties Anyone: OrderedDict([(u'properties', OrderedDict()), (u'description', u'Represents any user (including a logged out user).'), (u'id', u'Anyone'), (u'type', u'object')]) WARNING:root:object without properties DeletedUser: OrderedDict([(u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'DeletedUser'), (u'description', u'A user whose account has since been deleted.')]) WARNING:root:object without properties DriveFile: OrderedDict([(u'properties', OrderedDict()), (u'id', u'DriveFile'), (u'type', u'object'), (u'description', u'A Drive item which is a file.')]) WARNING:root:object without properties Edit: OrderedDict([(u'type', u'object'), (u'description', u'An empty message indicating an object was edited.'), (u'properties', OrderedDict()), (u'id', u'Edit')]) WARNING:root:object without properties File: OrderedDict([(u'properties', OrderedDict()), (u'description', u'This item is deprecated; please see `DriveFile` instead.'), (u'type', u'object'), (u'id', u'File')]) WARNING:root:object without properties Legacy: OrderedDict([(u'type', u'object'), (u'id', u'Legacy'), (u'properties', OrderedDict()), (u'description', u'A strategy which consolidates activities using the grouping rules from the legacy V1 Activity API. Similar actions occurring within a window of time can be grouped across multiple targets (such as moving a set of files at once) or multiple actors (such as several users editing the same item). Grouping rules for this strategy are specific to each type of action.')]) WARNING:root:object without properties New: OrderedDict([(u'properties', OrderedDict()), (u'id', u'New'), (u'description', u'An object was created from scratch.'), (u'type', u'object')]) WARNING:root:object without properties NoConsolidation: OrderedDict([(u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'NoConsolidation'), (u'description', u'A strategy which does no consolidation of individual activities.')]) WARNING:root:object without properties UnknownUser: OrderedDict([(u'type', u'object'), (u'description', u'A user about whom nothing is currently known.'), (u'properties', OrderedDict()), (u'id', u'UnknownUser')]) WARNING:root:object without properties Upload: OrderedDict([(u'description', u'An object was uploaded into Drive.'), (u'id', u'Upload'), (u'type', u'object'), (u'properties', OrderedDict())]) Writing json metadata to clients/google-api-services-driveactivity/v2.metadata.json 2021-03-18 03:48:30,626 synthtool [INFO] > Generating drive v2. INFO:synthtool:Generating drive v2. 2021-03-18 03:48:30,626 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 Writing json metadata to clients/google-api-services-drive/v2.metadata.json 2021-03-18 03:48:33,007 synthtool [INFO] > Generating drive v3. INFO:synthtool:Generating drive v3. 2021-03-18 03:48:33,007 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 Writing json metadata to clients/google-api-services-drive/v3.metadata.json 2021-03-18 03:48:34,708 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-drive/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-drive/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/ccbdc648-29d4-476e-a3c4-7cd5d29c250e/targets - [ ] To automatically regenerate this PR, check this box.
1 parent b2a1cde commit 0b38a40

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

clients/google-api-services-drive/v2.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-drive",
5-
"version": "v2-rev20210228-1.31.0"
5+
"version": "v2-rev20210315-1.31.0"
66
}
77
}

clients/google-api-services-drive/v2/1.31.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-drive</artifactId>
25-
<version>v2-rev20210228-1.31.0</version>
25+
<version>v2-rev20210315-1.31.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-drive:v2-rev20210228-1.31.0'
38+
compile 'com.google.apis:google-api-services-drive:v2-rev20210315-1.31.0'
3939
}
4040
```
4141

clients/google-api-services-drive/v2/1.31.0/com/google/api/services/drive/DriveScopes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class DriveScopes {
3232
/** View your Google Drive apps. */
3333
public static final String DRIVE_APPS_READONLY = "https://www.googleapis.com/auth/drive.apps.readonly";
3434

35-
/** View and manage Google Drive files and folders that you have opened or created with this app. */
35+
/** See, edit, create, and delete only the specific Google Drive files you use with this app. */
3636
public static final String DRIVE_FILE = "https://www.googleapis.com/auth/drive.file";
3737

3838
/** View and manage metadata of files in your Google Drive. */

clients/google-api-services-drive/v2/1.31.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-drive</artifactId>
11-
<version>v2-rev20210228-1.31.0</version>
12-
<name>Drive API v2-rev20210228-1.31.0</name>
11+
<version>v2-rev20210315-1.31.0</version>
12+
<name>Drive API v2-rev20210315-1.31.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-drive/v2/1.31.0/resources/drive.v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"kind": "discovery#restDescription",
3-
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/Rjaxlc2y0RE6nuthF2RV3qUKAvg\"",
3+
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/WyBZdYbE0D4DynBiI0u-hsaxEpU\"",
44
"discoveryVersion": "v1",
55
"id": "drive:v2",
66
"name": "drive",
77
"version": "v2",
8-
"revision": "20210228",
8+
"revision": "20210315",
99
"title": "Drive API",
1010
"description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.",
1111
"ownerDomain": "google.com",
@@ -79,7 +79,7 @@
7979
"description": "View your Google Drive apps"
8080
},
8181
"https://www.googleapis.com/auth/drive.file": {
82-
"description": "View and manage Google Drive files and folders that you have opened or created with this app"
82+
"description": "See, edit, create, and delete only the specific Google Drive files you use with this app"
8383
},
8484
"https://www.googleapis.com/auth/drive.metadata": {
8585
"description": "View and manage metadata of files in your Google Drive"

clients/google-api-services-drive/v2/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-drive</artifactId>
25-
<version>v2-rev20210228-1.31.0</version>
25+
<version>v2-rev20210315-1.31.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-drive:v2-rev20210228-1.31.0'
38+
compile 'com.google.apis:google-api-services-drive:v2-rev20210315-1.31.0'
3939
}
4040
```
4141

clients/google-api-services-drive/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-drive",
5-
"version": "v3-rev20210228-1.31.0"
5+
"version": "v3-rev20210315-1.31.0"
66
}
77
}

clients/google-api-services-drive/v3/1.31.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-drive</artifactId>
25-
<version>v3-rev20210228-1.31.0</version>
25+
<version>v3-rev20210315-1.31.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-drive:v3-rev20210228-1.31.0'
38+
compile 'com.google.apis:google-api-services-drive:v3-rev20210315-1.31.0'
3939
}
4040
```
4141

clients/google-api-services-drive/v3/1.31.0/com/google/api/services/drive/DriveScopes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class DriveScopes {
2929
/** See, create, and delete its own configuration data in your Google Drive. */
3030
public static final String DRIVE_APPDATA = "https://www.googleapis.com/auth/drive.appdata";
3131

32-
/** View and manage Google Drive files and folders that you have opened or created with this app. */
32+
/** See, edit, create, and delete only the specific Google Drive files you use with this app. */
3333
public static final String DRIVE_FILE = "https://www.googleapis.com/auth/drive.file";
3434

3535
/** View and manage metadata of files in your Google Drive. */

clients/google-api-services-drive/v3/1.31.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-drive</artifactId>
11-
<version>v3-rev20210228-1.31.0</version>
12-
<name>Drive API v3-rev20210228-1.31.0</name>
11+
<version>v3-rev20210315-1.31.0</version>
12+
<name>Drive API v3-rev20210315-1.31.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-drive/v3/1.31.0/resources/drive.v3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"kind": "discovery#restDescription",
3-
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/_w67gF5xPKfOw4DCYqfd5GwBcCo\"",
3+
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/OJJW7Iw8BEx9p12r7dD_2mNZIX0\"",
44
"discoveryVersion": "v1",
55
"id": "drive:v3",
66
"name": "drive",
77
"version": "v3",
8-
"revision": "20210228",
8+
"revision": "20210315",
99
"title": "Drive API",
1010
"description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.",
1111
"ownerDomain": "google.com",
@@ -76,7 +76,7 @@
7676
"description": "See, create, and delete its own configuration data in your Google Drive"
7777
},
7878
"https://www.googleapis.com/auth/drive.file": {
79-
"description": "View and manage Google Drive files and folders that you have opened or created with this app"
79+
"description": "See, edit, create, and delete only the specific Google Drive files you use with this app"
8080
},
8181
"https://www.googleapis.com/auth/drive.metadata": {
8282
"description": "View and manage metadata of files in your Google Drive"

clients/google-api-services-drive/v3/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-drive</artifactId>
25-
<version>v3-rev20210228-1.31.0</version>
25+
<version>v3-rev20210315-1.31.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-drive:v3-rev20210228-1.31.0'
38+
compile 'com.google.apis:google-api-services-drive:v3-rev20210315-1.31.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)