Skip to content

Commit 39d0052

Browse files
1 parent fd3d8d3 commit 39d0052

File tree

4 files changed

+12
-12
lines changed

4 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,8 @@ public Get setDocumentId(java.lang.String documentId) {
511511
}
512512

513513
/**
514-
* Whether to populate the Document.tabs field instead of the text content fields like body
515-
* and documentStyle on Document. - When `True`: Document content populates in the
514+
* Whether to populate the Document.tabs field instead of the text content fields like `body`
515+
* and `documentStyle` on Document. - When `True`: Document content populates in the
516516
* Document.tabs field instead of the text content fields in Document. - When `False`: The
517517
* content of the document's first tab populates the content fields in Document excluding
518518
* Document.tabs. If a document has only one tab, then that tab is used to populate the
@@ -521,8 +521,8 @@ public Get setDocumentId(java.lang.String documentId) {
521521
@com.google.api.client.util.Key
522522
private java.lang.Boolean includeTabsContent;
523523

524-
/** Whether to populate the Document.tabs field instead of the text content fields like body and
525-
documentStyle on Document. - When `True`: Document content populates in the Document.tabs field
524+
/** Whether to populate the Document.tabs field instead of the text content fields like `body` and
525+
`documentStyle` on Document. - When `True`: Document content populates in the Document.tabs field
526526
instead of the text content fields in Document. - When `False`: The content of the document's first
527527
tab populates the content fields in Document excluding Document.tabs. If a document has only one
528528
tab, then that tab is used to populate the document content. Document.tabs will be empty.
@@ -532,8 +532,8 @@ public java.lang.Boolean getIncludeTabsContent() {
532532
}
533533

534534
/**
535-
* Whether to populate the Document.tabs field instead of the text content fields like body
536-
* and documentStyle on Document. - When `True`: Document content populates in the
535+
* Whether to populate the Document.tabs field instead of the text content fields like `body`
536+
* and `documentStyle` on Document. - When `True`: Document content populates in the
537537
* Document.tabs field instead of the text content fields in Document. - When `False`: The
538538
* content of the document's first tab populates the content fields in Document excluding
539539
* Document.tabs. If a document has only one tab, then that tab is used to populate the

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

0 commit comments

Comments
 (0)