Skip to content

Commit 0fca637

Browse files
1 parent 0b733a5 commit 0fca637

File tree

6 files changed

+20
-20
lines changed

6 files changed

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* the original content's 4 edges. - If the offset is in the interval (0, 1), the corresponding edge
2222
* of crop rectangle is positioned inside of the image's original bounding rectangle. - If the
2323
* offset is negative or greater than 1, the corresponding edge of crop rectangle is positioned
24-
* outside of the image's original bounding rectangle. - If all offsets and rotation angle are 0,
24+
* outside of the image's original bounding rectangle. - If all offsets and rotation angles are 0,
2525
* the image is not cropped.
2626
*
2727
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public final class DocumentStyle extends com.google.api.client.json.GenericJson
161161
/**
162162
* Indicates whether DocumentStyle margin_header, SectionStyle margin_header and DocumentStyle
163163
* margin_footer, SectionStyle margin_footer are respected. When false, the default values in the
164-
* Docs editor for header and footer margin are used. This property is read-only.
164+
* Docs editor for header and footer margin is used. This property is read-only.
165165
* The value may be {@code null}.
166166
*/
167167
@com.google.api.client.util.Key
@@ -490,7 +490,7 @@ public DocumentStyle setPageSize(Size pageSize) {
490490
/**
491491
* Indicates whether DocumentStyle margin_header, SectionStyle margin_header and DocumentStyle
492492
* margin_footer, SectionStyle margin_footer are respected. When false, the default values in the
493-
* Docs editor for header and footer margin are used. This property is read-only.
493+
* Docs editor for header and footer margin is used. This property is read-only.
494494
* @return value or {@code null} for none
495495
*/
496496
public java.lang.Boolean getUseCustomHeaderFooterMargins() {
@@ -500,7 +500,7 @@ public java.lang.Boolean getUseCustomHeaderFooterMargins() {
500500
/**
501501
* Indicates whether DocumentStyle margin_header, SectionStyle margin_header and DocumentStyle
502502
* margin_footer, SectionStyle margin_footer are respected. When false, the default values in the
503-
* Docs editor for header and footer margin are used. This property is read-only.
503+
* Docs editor for header and footer margin is used. This property is read-only.
504504
* @param useCustomHeaderFooterMargins useCustomHeaderFooterMargins or {@code null} for none
505505
*/
506506
public DocumentStyle setUseCustomHeaderFooterMargins(java.lang.Boolean useCustomHeaderFooterMargins) {

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final class NestingLevel extends com.google.api.client.json.GenericJson {
5858
private java.lang.String glyphFormat;
5959

6060
/**
61-
* A custom glyph symbol used by bullets when paragraphs at this level of nesting are unordered.
61+
* A custom glyph symbol used by bullets when paragraphs at this level of nesting is unordered.
6262
* The glyph symbol replaces placeholders within the glyph_format. For example, if the
6363
* glyph_symbol is the solid circle corresponding to Unicode U+25cf code point and the
6464
* glyph_format is `%0`, the rendered glyph would be the solid circle.
@@ -68,11 +68,11 @@ public final class NestingLevel extends com.google.api.client.json.GenericJson {
6868
private java.lang.String glyphSymbol;
6969

7070
/**
71-
* The type of glyph used by bullets when paragraphs at this level of nesting are ordered. The
71+
* The type of glyph used by bullets when paragraphs at this level of nesting is ordered. The
7272
* glyph type determines the type of glyph used to replace placeholders within the glyph_format
7373
* when paragraphs at this level of nesting are ordered. For example, if the nesting level is 0,
7474
* the glyph_format is `%0.` and the glyph type is DECIMAL, then the rendered glyph would replace
75-
* the placeholder `%0` in the glyph format with a number corresponding to list item's order
75+
* the placeholder `%0` in the glyph format with a number corresponding to the list item's order
7676
* within the list.
7777
* The value may be {@code null}.
7878
*/
@@ -174,7 +174,7 @@ public NestingLevel setGlyphFormat(java.lang.String glyphFormat) {
174174
}
175175

176176
/**
177-
* A custom glyph symbol used by bullets when paragraphs at this level of nesting are unordered.
177+
* A custom glyph symbol used by bullets when paragraphs at this level of nesting is unordered.
178178
* The glyph symbol replaces placeholders within the glyph_format. For example, if the
179179
* glyph_symbol is the solid circle corresponding to Unicode U+25cf code point and the
180180
* glyph_format is `%0`, the rendered glyph would be the solid circle.
@@ -185,7 +185,7 @@ public java.lang.String getGlyphSymbol() {
185185
}
186186

187187
/**
188-
* A custom glyph symbol used by bullets when paragraphs at this level of nesting are unordered.
188+
* A custom glyph symbol used by bullets when paragraphs at this level of nesting is unordered.
189189
* The glyph symbol replaces placeholders within the glyph_format. For example, if the
190190
* glyph_symbol is the solid circle corresponding to Unicode U+25cf code point and the
191191
* glyph_format is `%0`, the rendered glyph would be the solid circle.
@@ -197,11 +197,11 @@ public NestingLevel setGlyphSymbol(java.lang.String glyphSymbol) {
197197
}
198198

199199
/**
200-
* The type of glyph used by bullets when paragraphs at this level of nesting are ordered. The
200+
* The type of glyph used by bullets when paragraphs at this level of nesting is ordered. The
201201
* glyph type determines the type of glyph used to replace placeholders within the glyph_format
202202
* when paragraphs at this level of nesting are ordered. For example, if the nesting level is 0,
203203
* the glyph_format is `%0.` and the glyph type is DECIMAL, then the rendered glyph would replace
204-
* the placeholder `%0` in the glyph format with a number corresponding to list item's order
204+
* the placeholder `%0` in the glyph format with a number corresponding to the list item's order
205205
* within the list.
206206
* @return value or {@code null} for none
207207
*/
@@ -210,11 +210,11 @@ public java.lang.String getGlyphType() {
210210
}
211211

212212
/**
213-
* The type of glyph used by bullets when paragraphs at this level of nesting are ordered. The
213+
* The type of glyph used by bullets when paragraphs at this level of nesting is ordered. The
214214
* glyph type determines the type of glyph used to replace placeholders within the glyph_format
215215
* when paragraphs at this level of nesting are ordered. For example, if the nesting level is 0,
216216
* the glyph_format is `%0.` and the glyph type is DECIMAL, then the rendered glyph would replace
217-
* the placeholder `%0` in the glyph format with a number corresponding to list item's order
217+
* the placeholder `%0` in the glyph format with a number corresponding to the list item's order
218218
* within the list.
219219
* @param glyphType glyphType or {@code null} for none
220220
*/

clients/google-api-services-docs/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-rev20240730-2.0.0</version>
12-
<name>Google Docs API v1-rev20240730-2.0.0</name>
11+
<version>v1-rev20250218-2.0.0</version>
12+
<name>Google Docs API v1-rev20250218-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Google Docs API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

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

0 commit comments

Comments
 (0)