Skip to content

Commit ffdcc49

Browse files
1 parent 77c83fd commit ffdcc49

File tree

4 files changed

+21
-24
lines changed

4 files changed

+21
-24
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-rev20251022-2.0.0</version>
25+
<version>v1-rev20251110-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-rev20251022-2.0.0'
38+
implementation 'com.google.apis:google-api-services-docs:v1-rev20251110-2.0.0'
3939
}
4040
```
4141

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

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

3232
/**
33-
* Output only. The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the
34-
* RichLink, if there's one (for example, when it's a file in Drive).
33+
* The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the RichLink, if
34+
* there's one (for example, when it's a file in Drive).
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String mimeType;
3939

4040
/**
41-
* Output only. The title of the RichLink as displayed in the link. This title matches the title
42-
* of the linked resource at the time of the insertion or last update of the link. This field is
43-
* always present.
41+
* The title of the RichLink as displayed in the link. This title matches the title of the linked
42+
* resource at the time of the insertion or last update of the link. This field is always present.
4443
* The value may be {@code null}.
4544
*/
4645
@com.google.api.client.util.Key
4746
private java.lang.String title;
4847

4948
/**
50-
* Output only. The URI to the RichLink. This is always present.
49+
* The URI to the RichLink. This is always present.
5150
* The value may be {@code null}.
5251
*/
5352
@com.google.api.client.util.Key
5453
private java.lang.String uri;
5554

5655
/**
57-
* Output only. The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the
58-
* RichLink, if there's one (for example, when it's a file in Drive).
56+
* The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the RichLink, if
57+
* there's one (for example, when it's a file in Drive).
5958
* @return value or {@code null} for none
6059
*/
6160
public java.lang.String getMimeType() {
6261
return mimeType;
6362
}
6463

6564
/**
66-
* Output only. The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the
67-
* RichLink, if there's one (for example, when it's a file in Drive).
65+
* The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the RichLink, if
66+
* there's one (for example, when it's a file in Drive).
6867
* @param mimeType mimeType or {@code null} for none
6968
*/
7069
public RichLinkProperties setMimeType(java.lang.String mimeType) {
@@ -73,19 +72,17 @@ public RichLinkProperties setMimeType(java.lang.String mimeType) {
7372
}
7473

7574
/**
76-
* Output only. The title of the RichLink as displayed in the link. This title matches the title
77-
* of the linked resource at the time of the insertion or last update of the link. This field is
78-
* always present.
75+
* The title of the RichLink as displayed in the link. This title matches the title of the linked
76+
* resource at the time of the insertion or last update of the link. This field is always present.
7977
* @return value or {@code null} for none
8078
*/
8179
public java.lang.String getTitle() {
8280
return title;
8381
}
8482

8583
/**
86-
* Output only. The title of the RichLink as displayed in the link. This title matches the title
87-
* of the linked resource at the time of the insertion or last update of the link. This field is
88-
* always present.
84+
* The title of the RichLink as displayed in the link. This title matches the title of the linked
85+
* resource at the time of the insertion or last update of the link. This field is always present.
8986
* @param title title or {@code null} for none
9087
*/
9188
public RichLinkProperties setTitle(java.lang.String title) {
@@ -94,15 +91,15 @@ public RichLinkProperties setTitle(java.lang.String title) {
9491
}
9592

9693
/**
97-
* Output only. The URI to the RichLink. This is always present.
94+
* The URI to the RichLink. This is always present.
9895
* @return value or {@code null} for none
9996
*/
10097
public java.lang.String getUri() {
10198
return uri;
10299
}
103100

104101
/**
105-
* Output only. The URI to the RichLink. This is always present.
102+
* The URI to the RichLink. This is always present.
106103
* @param uri uri or {@code null} for none
107104
*/
108105
public RichLinkProperties setUri(java.lang.String uri) {

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-rev20251022-2.0.0</version>
12-
<name>Google Docs API v1-rev20251022-2.0.0</name>
11+
<version>v1-rev20251110-2.0.0</version>
12+
<name>Google Docs API v1-rev20251110-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-rev20251022-2.0.0</version>
25+
<version>v1-rev20251110-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-rev20251022-2.0.0'
38+
implementation 'com.google.apis:google-api-services-docs:v1-rev20251110-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)