Skip to content

Commit db82ee9

Browse files
1 parent cdf7917 commit db82ee9

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

clients/google-api-services-docs/v1/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-docs</artifactId>
25-
<version>v1-rev20250325-2.0.0</version>
25+
<version>v1-rev20250917-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-docs:v1-rev20250325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-docs:v1-rev20250917-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-docs/v1/2.0.0/com/google/api/services/docs/v1/model/PersonProperties.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,30 @@
3030
public final class PersonProperties extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Output only. The email address linked to this Person. This field is always present.
33+
* The email address linked to this Person. This field is always present.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.String email;
3838

3939
/**
40-
* Output only. The name of the person if it's displayed in the link text instead of the person's
41-
* email address.
40+
* The name of the person if it's displayed in the link text instead of the person's email
41+
* address.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String name;
4646

4747
/**
48-
* Output only. The email address linked to this Person. This field is always present.
48+
* The email address linked to this Person. This field is always present.
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getEmail() {
5252
return email;
5353
}
5454

5555
/**
56-
* Output only. The email address linked to this Person. This field is always present.
56+
* The email address linked to this Person. This field is always present.
5757
* @param email email or {@code null} for none
5858
*/
5959
public PersonProperties setEmail(java.lang.String email) {
@@ -62,17 +62,17 @@ public PersonProperties setEmail(java.lang.String email) {
6262
}
6363

6464
/**
65-
* Output only. The name of the person if it's displayed in the link text instead of the person's
66-
* email address.
65+
* The name of the person if it's displayed in the link text instead of the person's email
66+
* address.
6767
* @return value or {@code null} for none
6868
*/
6969
public java.lang.String getName() {
7070
return name;
7171
}
7272

7373
/**
74-
* Output only. The name of the person if it's displayed in the link text instead of the person's
75-
* email address.
74+
* The name of the person if it's displayed in the link text instead of the person's email
75+
* address.
7676
* @param name name or {@code null} for none
7777
*/
7878
public PersonProperties setName(java.lang.String name) {

clients/google-api-services-docs/v1/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-docs</artifactId>
11-
<version>v1-rev20250325-2.0.0</version>
12-
<name>Google Docs API v1-rev20250325-2.0.0</name>
11+
<version>v1-rev20250917-2.0.0</version>
12+
<name>Google Docs API v1-rev20250917-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-docs/v1/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-docs</artifactId>
25-
<version>v1-rev20250325-2.0.0</version>
25+
<version>v1-rev20250917-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-docs:v1-rev20250325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-docs:v1-rev20250917-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)