Skip to content

Commit 2f5450b

Browse files
committed
fix: change @SInCE to the next version
1 parent 1810f30 commit 2f5450b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

google-cloud-storage/src/main/java/com/google/cloud/storage/multipartupload/model/CreateMultipartUploadRequest.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public String getContentType() {
115115
* Returns the presentational information about how the object data is to be transmitted.
116116
*
117117
* @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.
119119
*/
120120
@BetaApi
121121
public String getContentDisposition() {
@@ -126,7 +126,7 @@ public String getContentDisposition() {
126126
* Returns the compression algorithm that was used to compress the data being uploaded.
127127
*
128128
* @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.
130130
*/
131131
@BetaApi
132132
public String getContentEncoding() {
@@ -137,7 +137,7 @@ public String getContentEncoding() {
137137
* Returns the language code of the content.
138138
*
139139
* @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.
141141
*/
142142
@BetaApi
143143
public String getContentLanguage() {
@@ -149,7 +149,7 @@ public String getContentLanguage() {
149149
* accessible.
150150
*
151151
* @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.
153153
*/
154154
@BetaApi
155155
public String getCacheControl() {
@@ -226,7 +226,7 @@ public OffsetDateTime getObjectLockRetainUntilDate() {
226226
* Returns the project to be billed for charges associated with this request.
227227
*
228228
* @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.
230230
*/
231231
public String getUserProject() {
232232
return userProject;
@@ -393,7 +393,7 @@ public Builder contentType(String contentType) {
393393
*
394394
* @param contentDisposition The content disposition for the object.
395395
* @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.
397397
*/
398398
@BetaApi
399399
public Builder contentDisposition(String contentDisposition) {
@@ -406,7 +406,7 @@ public Builder contentDisposition(String contentDisposition) {
406406
*
407407
* @param contentEncoding The content encoding for the object.
408408
* @return this builder
409-
* @since 2.60.0 This new api is in preview and is subject to breaking changes.
409+
* @since 2.61.0 This new api is in preview and is subject to breaking changes.
410410
*/
411411
@BetaApi
412412
public Builder contentEncoding(String contentEncoding) {
@@ -419,7 +419,7 @@ public Builder contentEncoding(String contentEncoding) {
419419
*
420420
* @param contentLanguage The content language for the object.
421421
* @return this builder
422-
* @since 2.60.0 This new api is in preview and is subject to breaking changes.
422+
* @since 2.61.0 This new api is in preview and is subject to breaking changes.
423423
*/
424424
@BetaApi
425425
public Builder contentLanguage(String contentLanguage) {
@@ -432,7 +432,7 @@ public Builder contentLanguage(String contentLanguage) {
432432
*
433433
* @param cacheControl The cache control settings for the object.
434434
* @return this builder
435-
* @since 2.60.0 This new api is in preview and is subject to breaking changes.
435+
* @since 2.61.0 This new api is in preview and is subject to breaking changes.
436436
*/
437437
@BetaApi
438438
public Builder cacheControl(String cacheControl) {
@@ -527,7 +527,7 @@ public Builder objectLockRetainUntilDate(OffsetDateTime objectLockRetainUntilDat
527527
*
528528
* @param userProject The project ID to bill for this request.
529529
* @return this builder
530-
* @since 2.60.0 This new api is in preview and is subject to breaking changes.
530+
* @since 2.61.0 This new api is in preview and is subject to breaking changes.
531531
*/
532532
@BetaApi
533533
public Builder userProject(String userProject) {

0 commit comments

Comments
 (0)