Skip to content

Commit 18c514d

Browse files
1 parent d0ae1ac commit 18c514d

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
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-rev20230209-2.0.0</version>
25+
<version>v1-rev20230227-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-rev20230209-2.0.0'
38+
implementation 'com.google.apis:google-api-services-slides:v1-rev20230227-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ public final class CreateImageRequest extends com.google.api.client.json.Generic
5555
/**
5656
* The image URL. The image is fetched once at insertion time and a copy is stored for display
5757
* inside the presentation. Images must be less than 50 MB in size, can't exceed 25 megapixels,
58-
* and must be in one of PNG, JPEG, or GIF formats. The provided URL can be up to 2 KB in length.
59-
* The URL is saved with the image, and exposed through the Image.source_url field.
58+
* and must be in one of PNG, JPEG, or GIF formats. The provided URL must be publicly accessible
59+
* and up to 2 KB in length. The URL is saved with the image, and exposed through the
60+
* Image.source_url field.
6061
* The value may be {@code null}.
6162
*/
6263
@com.google.api.client.util.Key
@@ -117,8 +118,9 @@ public CreateImageRequest setObjectId(java.lang.String objectId) {
117118
/**
118119
* The image URL. The image is fetched once at insertion time and a copy is stored for display
119120
* inside the presentation. Images must be less than 50 MB in size, can't exceed 25 megapixels,
120-
* and must be in one of PNG, JPEG, or GIF formats. The provided URL can be up to 2 KB in length.
121-
* The URL is saved with the image, and exposed through the Image.source_url field.
121+
* and must be in one of PNG, JPEG, or GIF formats. The provided URL must be publicly accessible
122+
* and up to 2 KB in length. The URL is saved with the image, and exposed through the
123+
* Image.source_url field.
122124
* @return value or {@code null} for none
123125
*/
124126
public java.lang.String getUrl() {
@@ -128,8 +130,9 @@ public java.lang.String getUrl() {
128130
/**
129131
* The image URL. The image is fetched once at insertion time and a copy is stored for display
130132
* inside the presentation. Images must be less than 50 MB in size, can't exceed 25 megapixels,
131-
* and must be in one of PNG, JPEG, or GIF formats. The provided URL can be up to 2 KB in length.
132-
* The URL is saved with the image, and exposed through the Image.source_url field.
133+
* and must be in one of PNG, JPEG, or GIF formats. The provided URL must be publicly accessible
134+
* and up to 2 KB in length. The URL is saved with the image, and exposed through the
135+
* Image.source_url field.
133136
* @param url url or {@code null} for none
134137
*/
135138
public CreateImageRequest setUrl(java.lang.String url) {

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

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Google Slides 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.42.3/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.43.1/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.34.1/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.2.0/</link>
9696
</links>

0 commit comments

Comments
 (0)