You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-slides/v1/2.0.0/com/google/api/services/slides/v1/model/CreateImageRequest.java
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,9 @@ public final class CreateImageRequest extends com.google.api.client.json.Generic
55
55
/**
56
56
* The image URL. The image is fetched once at insertion time and a copy is stored for display
57
57
* 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.
60
61
* The value may be {@code null}.
61
62
*/
62
63
@com.google.api.client.util.Key
@@ -117,8 +118,9 @@ public CreateImageRequest setObjectId(java.lang.String objectId) {
117
118
/**
118
119
* The image URL. The image is fetched once at insertion time and a copy is stored for display
119
120
* 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.
122
124
* @return value or {@code null} for none
123
125
*/
124
126
publicjava.lang.StringgetUrl() {
@@ -128,8 +130,9 @@ public java.lang.String getUrl() {
128
130
/**
129
131
* The image URL. The image is fetched once at insertion time and a copy is stored for display
130
132
* 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
0 commit comments