Skip to content

Commit 2a028cd

Browse files
1 parent 218f30f commit 2a028cd

File tree

6 files changed

+34
-33
lines changed

6 files changed

+34
-33
lines changed

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

clients/google-api-services-slides/v1/2.0.0/com/google/api/services/slides/v1/model/Autofit.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.slides.v1.model;
1818

1919
/**
20-
* The autofit properties of a Shape.
20+
* The autofit properties of a Shape. This property is only set for shapes that allow text.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Slides API. For a detailed explanation see:
@@ -33,7 +33,7 @@ public final class Autofit extends com.google.api.client.json.GenericJson {
3333
* The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED, the autofit
3434
* type is inherited from a parent placeholder if it exists. The field is automatically set to
3535
* NONE if a request is made that might affect text fitting within its bounding text box. In this
36-
* case the font_scale is applied to the font_size and the line_spacing_reduction is applied to
36+
* case, the font_scale is applied to the font_size and the line_spacing_reduction is applied to
3737
* the line_spacing. Both properties are also reset to default values.
3838
* The value may be {@code null}.
3939
*/
@@ -43,7 +43,7 @@ public final class Autofit extends com.google.api.client.json.GenericJson {
4343
/**
4444
* The font scale applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this
4545
* value is the default value of 1. For TEXT_AUTOFIT, this value multiplied by the font_size gives
46-
* the font size that is rendered in the editor. This property is read-only.
46+
* the font size that's rendered in the editor. This property is read-only.
4747
* The value may be {@code null}.
4848
*/
4949
@com.google.api.client.util.Key
@@ -52,7 +52,7 @@ public final class Autofit extends com.google.api.client.json.GenericJson {
5252
/**
5353
* The line spacing reduction applied to the shape. For shapes with autofit_type NONE or
5454
* SHAPE_AUTOFIT, this value is the default value of 0. For TEXT_AUTOFIT, this value subtracted
55-
* from the line_spacing gives the line spacing that is rendered in the editor. This property is
55+
* from the line_spacing gives the line spacing that's rendered in the editor. This property is
5656
* read-only.
5757
* The value may be {@code null}.
5858
*/
@@ -63,7 +63,7 @@ public final class Autofit extends com.google.api.client.json.GenericJson {
6363
* The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED, the autofit
6464
* type is inherited from a parent placeholder if it exists. The field is automatically set to
6565
* NONE if a request is made that might affect text fitting within its bounding text box. In this
66-
* case the font_scale is applied to the font_size and the line_spacing_reduction is applied to
66+
* case, the font_scale is applied to the font_size and the line_spacing_reduction is applied to
6767
* the line_spacing. Both properties are also reset to default values.
6868
* @return value or {@code null} for none
6969
*/
@@ -75,7 +75,7 @@ public java.lang.String getAutofitType() {
7575
* The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED, the autofit
7676
* type is inherited from a parent placeholder if it exists. The field is automatically set to
7777
* NONE if a request is made that might affect text fitting within its bounding text box. In this
78-
* case the font_scale is applied to the font_size and the line_spacing_reduction is applied to
78+
* case, the font_scale is applied to the font_size and the line_spacing_reduction is applied to
7979
* the line_spacing. Both properties are also reset to default values.
8080
* @param autofitType autofitType or {@code null} for none
8181
*/
@@ -87,7 +87,7 @@ public Autofit setAutofitType(java.lang.String autofitType) {
8787
/**
8888
* The font scale applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this
8989
* value is the default value of 1. For TEXT_AUTOFIT, this value multiplied by the font_size gives
90-
* the font size that is rendered in the editor. This property is read-only.
90+
* the font size that's rendered in the editor. This property is read-only.
9191
* @return value or {@code null} for none
9292
*/
9393
public java.lang.Float getFontScale() {
@@ -97,7 +97,7 @@ public java.lang.Float getFontScale() {
9797
/**
9898
* The font scale applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this
9999
* value is the default value of 1. For TEXT_AUTOFIT, this value multiplied by the font_size gives
100-
* the font size that is rendered in the editor. This property is read-only.
100+
* the font size that's rendered in the editor. This property is read-only.
101101
* @param fontScale fontScale or {@code null} for none
102102
*/
103103
public Autofit setFontScale(java.lang.Float fontScale) {
@@ -108,7 +108,7 @@ public Autofit setFontScale(java.lang.Float fontScale) {
108108
/**
109109
* The line spacing reduction applied to the shape. For shapes with autofit_type NONE or
110110
* SHAPE_AUTOFIT, this value is the default value of 0. For TEXT_AUTOFIT, this value subtracted
111-
* from the line_spacing gives the line spacing that is rendered in the editor. This property is
111+
* from the line_spacing gives the line spacing that's rendered in the editor. This property is
112112
* read-only.
113113
* @return value or {@code null} for none
114114
*/
@@ -119,7 +119,7 @@ public java.lang.Float getLineSpacingReduction() {
119119
/**
120120
* The line spacing reduction applied to the shape. For shapes with autofit_type NONE or
121121
* SHAPE_AUTOFIT, this value is the default value of 0. For TEXT_AUTOFIT, this value subtracted
122-
* from the line_spacing gives the line spacing that is rendered in the editor. This property is
122+
* from the line_spacing gives the line spacing that's rendered in the editor. This property is
123123
* read-only.
124124
* @param lineSpacingReduction lineSpacingReduction or {@code null} for none
125125
*/

clients/google-api-services-slides/v1/2.0.0/com/google/api/services/slides/v1/model/LineConnection.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ public final class LineConnection extends com.google.api.client.json.GenericJson
4040
/**
4141
* The index of the connection site on the connected page element. In most cases, it corresponds
4242
* to the predefined connection site index from the ECMA-376 standard. More information on those
43-
* connection sites can be found in the description of the "cnx" attribute in section 20.1.9.9 and
44-
* Annex H. "Predefined DrawingML Shape and Text Geometries" of "Office Open XML File Formats-
45-
* Fundamentals and Markup Language Reference", part 1 of [ECMA-376 5th edition] (http://www.ecma-
46-
* international.org/publications/standards/Ecma-376.htm). The position of each connection site
47-
* can also be viewed from Slides editor.
43+
* connection sites can be found in both the description of the "cxn" attribute in section
44+
* 20.1.9.9 and "Annex H. Example Predefined DrawingML Shape and Text Geometries" of "Office Open
45+
* XML File Formats - Fundamentals and Markup Language Reference", part 1 of [ECMA-376 5th
46+
* edition](https://ecma-international.org/publications-and-standards/standards/ecma-376/). The
47+
* position of each connection site can also be viewed from Slides editor.
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key
@@ -72,11 +72,11 @@ public LineConnection setConnectedObjectId(java.lang.String connectedObjectId) {
7272
/**
7373
* The index of the connection site on the connected page element. In most cases, it corresponds
7474
* to the predefined connection site index from the ECMA-376 standard. More information on those
75-
* connection sites can be found in the description of the "cnx" attribute in section 20.1.9.9 and
76-
* Annex H. "Predefined DrawingML Shape and Text Geometries" of "Office Open XML File Formats-
77-
* Fundamentals and Markup Language Reference", part 1 of [ECMA-376 5th edition] (http://www.ecma-
78-
* international.org/publications/standards/Ecma-376.htm). The position of each connection site
79-
* can also be viewed from Slides editor.
75+
* connection sites can be found in both the description of the "cxn" attribute in section
76+
* 20.1.9.9 and "Annex H. Example Predefined DrawingML Shape and Text Geometries" of "Office Open
77+
* XML File Formats - Fundamentals and Markup Language Reference", part 1 of [ECMA-376 5th
78+
* edition](https://ecma-international.org/publications-and-standards/standards/ecma-376/). The
79+
* position of each connection site can also be viewed from Slides editor.
8080
* @return value or {@code null} for none
8181
*/
8282
public java.lang.Integer getConnectionSiteIndex() {
@@ -86,11 +86,11 @@ public java.lang.Integer getConnectionSiteIndex() {
8686
/**
8787
* The index of the connection site on the connected page element. In most cases, it corresponds
8888
* to the predefined connection site index from the ECMA-376 standard. More information on those
89-
* connection sites can be found in the description of the "cnx" attribute in section 20.1.9.9 and
90-
* Annex H. "Predefined DrawingML Shape and Text Geometries" of "Office Open XML File Formats-
91-
* Fundamentals and Markup Language Reference", part 1 of [ECMA-376 5th edition] (http://www.ecma-
92-
* international.org/publications/standards/Ecma-376.htm). The position of each connection site
93-
* can also be viewed from Slides editor.
89+
* connection sites can be found in both the description of the "cxn" attribute in section
90+
* 20.1.9.9 and "Annex H. Example Predefined DrawingML Shape and Text Geometries" of "Office Open
91+
* XML File Formats - Fundamentals and Markup Language Reference", part 1 of [ECMA-376 5th
92+
* edition](https://ecma-international.org/publications-and-standards/standards/ecma-376/). The
93+
* position of each connection site can also be viewed from Slides editor.
9494
* @param connectionSiteIndex connectionSiteIndex or {@code null} for none
9595
*/
9696
public LineConnection setConnectionSiteIndex(java.lang.Integer connectionSiteIndex) {

clients/google-api-services-slides/v1/2.0.0/com/google/api/services/slides/v1/model/Shape.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
package com.google.api.services.slides.v1.model;
1818

1919
/**
20-
* A PageElement kind representing a generic shape that does not have a more specific
21-
* classification.
20+
* A PageElement kind representing a generic shape that doesn't have a more specific classification.
21+
* For more information, see [Size and position page
22+
* elements](https://developers.google.com/slides/api/guides/transform).
2223
*
2324
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2425
* transmitted over HTTP when working with the Google Slides API. For a detailed explanation see:

clients/google-api-services-slides/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-slides</artifactId>
11-
<version>v1-rev20240305-2.0.0</version>
12-
<name>Google Slides API v1-rev20240305-2.0.0</name>
11+
<version>v1-rev20250218-2.0.0</version>
12+
<name>Google Slides API v1-rev20250218-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)