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: google-cloud-storage/src/main/java/com/google/cloud/storage/multipartupload/model/CreateMultipartUploadRequest.java
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ public String getContentType() {
115
115
* Returns the presentational information about how the object data is to be transmitted.
116
116
*
117
117
* @return The Content-Disposition
118
-
* @since 2.60.0 This new api is in preview and is subject to breaking changes.
118
+
* @since 2.61.0 This new api is in preview and is subject to breaking changes.
119
119
*/
120
120
@BetaApi
121
121
publicStringgetContentDisposition() {
@@ -126,7 +126,7 @@ public String getContentDisposition() {
126
126
* Returns the compression algorithm that was used to compress the data being uploaded.
127
127
*
128
128
* @return The Content-Encoding
129
-
* @since 2.60.0 This new api is in preview and is subject to breaking changes.
129
+
* @since 2.61.0 This new api is in preview and is subject to breaking changes.
130
130
*/
131
131
@BetaApi
132
132
publicStringgetContentEncoding() {
@@ -137,7 +137,7 @@ public String getContentEncoding() {
137
137
* Returns the language code of the content.
138
138
*
139
139
* @return The Content-Language
140
-
* @since 2.60.0 This new api is in preview and is subject to breaking changes.
140
+
* @since 2.61.0 This new api is in preview and is subject to breaking changes.
141
141
*/
142
142
@BetaApi
143
143
publicStringgetContentLanguage() {
@@ -149,7 +149,7 @@ public String getContentLanguage() {
149
149
* accessible.
150
150
*
151
151
* @return The Cache-Control
152
-
* @since 2.60.0 This new api is in preview and is subject to breaking changes.
152
+
* @since 2.61.0 This new api is in preview and is subject to breaking changes.
153
153
*/
154
154
@BetaApi
155
155
publicStringgetCacheControl() {
@@ -226,7 +226,7 @@ public OffsetDateTime getObjectLockRetainUntilDate() {
226
226
* Returns the project to be billed for charges associated with this request.
227
227
*
228
228
* @return The user project
229
-
* @since 2.60.0 This new api is in preview and is subject to breaking changes.
229
+
* @since 2.61.0 This new api is in preview and is subject to breaking changes.
230
230
*/
231
231
publicStringgetUserProject() {
232
232
returnuserProject;
@@ -393,7 +393,7 @@ public Builder contentType(String contentType) {
393
393
*
394
394
* @param contentDisposition The content disposition for the object.
395
395
* @return this builder
396
-
* @since 2.60.0 This new api is in preview and is subject to breaking changes.
396
+
* @since 2.61.0 This new api is in preview and is subject to breaking changes.
0 commit comments