Skip to content

Commit f73c64f

Browse files
1 parent 861d34c commit f73c64f

File tree

8 files changed

+27
-24
lines changed

8 files changed

+27
-24
lines changed

clients/google-api-services-drive/v2/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-drive</artifactId>
25-
<version>v2-rev20250419-2.0.0</version>
25+
<version>v2-rev20250427-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-drive:v2-rev20250419-2.0.0'
38+
implementation 'com.google.apis:google-api-services-drive:v2-rev20250427-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-drive/v2/2.0.0/com/google/api/services/drive/model/User.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ public final class User extends com.google.api.client.json.GenericJson {
3737
private java.lang.String displayName;
3838

3939
/**
40-
* Output only. The email address of the user.
40+
* Output only. The email address of the user. This may not be present in certain contexts if the
41+
* user has not made their email address visible to the requester.
4142
* The value may be {@code null}.
4243
*/
4344
@com.google.api.client.util.Key
@@ -52,14 +53,14 @@ public final class User extends com.google.api.client.json.GenericJson {
5253
private java.lang.Boolean isAuthenticatedUser;
5354

5455
/**
55-
* Output only. This is always `drive#user`.
56+
* Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
5657
* The value may be {@code null}.
5758
*/
5859
@com.google.api.client.util.Key
5960
private java.lang.String kind;
6061

6162
/**
62-
* Output only. The user's ID as visible in the permissions collection.
63+
* Output only. The user's ID as visible in Permission resources.
6364
* The value may be {@code null}.
6465
*/
6566
@com.google.api.client.util.Key
@@ -90,15 +91,17 @@ public User setDisplayName(java.lang.String displayName) {
9091
}
9192

9293
/**
93-
* Output only. The email address of the user.
94+
* Output only. The email address of the user. This may not be present in certain contexts if the
95+
* user has not made their email address visible to the requester.
9496
* @return value or {@code null} for none
9597
*/
9698
public java.lang.String getEmailAddress() {
9799
return emailAddress;
98100
}
99101

100102
/**
101-
* Output only. The email address of the user.
103+
* Output only. The email address of the user. This may not be present in certain contexts if the
104+
* user has not made their email address visible to the requester.
102105
* @param emailAddress emailAddress or {@code null} for none
103106
*/
104107
public User setEmailAddress(java.lang.String emailAddress) {
@@ -126,15 +129,15 @@ public User setIsAuthenticatedUser(java.lang.Boolean isAuthenticatedUser) {
126129
}
127130

128131
/**
129-
* Output only. This is always `drive#user`.
132+
* Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
130133
* @return value or {@code null} for none
131134
*/
132135
public java.lang.String getKind() {
133136
return kind;
134137
}
135138

136139
/**
137-
* Output only. This is always `drive#user`.
140+
* Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
138141
* @param kind kind or {@code null} for none
139142
*/
140143
public User setKind(java.lang.String kind) {
@@ -143,15 +146,15 @@ public User setKind(java.lang.String kind) {
143146
}
144147

145148
/**
146-
* Output only. The user's ID as visible in the permissions collection.
149+
* Output only. The user's ID as visible in Permission resources.
147150
* @return value or {@code null} for none
148151
*/
149152
public java.lang.String getPermissionId() {
150153
return permissionId;
151154
}
152155

153156
/**
154-
* Output only. The user's ID as visible in the permissions collection.
157+
* Output only. The user's ID as visible in Permission resources.
155158
* @param permissionId permissionId or {@code null} for none
156159
*/
157160
public User setPermissionId(java.lang.String permissionId) {

clients/google-api-services-drive/v2/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-drive</artifactId>
11-
<version>v2-rev20250419-2.0.0</version>
12-
<name>Google Drive API v2-rev20250419-2.0.0</name>
11+
<version>v2-rev20250427-2.0.0</version>
12+
<name>Google Drive API v2-rev20250427-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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-rev20250419-2.0.0</version>
25+
<version>v2-rev20250427-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-drive:v2-rev20250419-2.0.0'
38+
implementation 'com.google.apis:google-api-services-drive:v2-rev20250427-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-drive/v3/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-drive</artifactId>
25-
<version>v3-rev20250329-2.0.0</version>
25+
<version>v3-rev20250427-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-drive:v3-rev20250329-2.0.0'
38+
implementation 'com.google.apis:google-api-services-drive:v3-rev20250427-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-drive/v3/2.0.0/com/google/api/services/drive/model/User.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class User extends com.google.api.client.json.GenericJson {
4545
private java.lang.String emailAddress;
4646

4747
/**
48-
* Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
48+
* Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -109,15 +109,15 @@ public User setEmailAddress(java.lang.String emailAddress) {
109109
}
110110

111111
/**
112-
* Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
112+
* Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
113113
* @return value or {@code null} for none
114114
*/
115115
public java.lang.String getKind() {
116116
return kind;
117117
}
118118

119119
/**
120-
* Output only. Identifies what kind of resource this is. Value: the fixed string `"drive#user"`.
120+
* Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
121121
* @param kind kind or {@code null} for none
122122
*/
123123
public User setKind(java.lang.String kind) {

clients/google-api-services-drive/v3/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-drive</artifactId>
11-
<version>v3-rev20250329-2.0.0</version>
12-
<name>Google Drive API v3-rev20250329-2.0.0</name>
11+
<version>v3-rev20250427-2.0.0</version>
12+
<name>Google Drive API v3-rev20250427-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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-rev20250329-2.0.0</version>
25+
<version>v3-rev20250427-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-drive:v3-rev20250329-2.0.0'
38+
implementation 'com.google.apis:google-api-services-drive:v3-rev20250427-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)