@@ -251,9 +251,7 @@ public ParallelCompositeUploadBlobWriteSessionConfig withPartCleanupStrategy(
251
251
*
252
252
* <p><i>Default: </i> {@link PartMetadataFieldDecorator#noOp()}
253
253
*
254
- * @since 2.35.1 This new api is in preview and is subject to breaking changes.
255
- * @param partMetadataFieldDecorator
256
- * @return
254
+ * @since 2.36.0 This new api is in preview and is subject to breaking changes.
257
255
*/
258
256
@ BetaApi
259
257
public ParallelCompositeUploadBlobWriteSessionConfig withPartMetadataFieldDecorator (
@@ -674,11 +672,11 @@ protected String fmtFields(String randomKey, String ultimateObjectName, String p
674
672
}
675
673
676
674
/**
677
- * A Decorator which is used to manipulate metadata fields, specifically on the part files used in
675
+ * A Decorator which is used to manipulate metadata fields, specifically on the part objects created in
678
676
* a Parallel Composite Upload
679
677
*
680
678
* @see #withPartMetadataFieldDecorator(PartMetadataFieldDecorator)
681
- * @since 2.35.1 This new api is in preview and is subject to breaking changes.
679
+ * @since 2.36.0 This new api is in preview and is subject to breaking changes.
682
680
*/
683
681
@ BetaApi
684
682
@ Immutable
@@ -688,16 +686,16 @@ public abstract static class PartMetadataFieldDecorator implements Serializable
688
686
689
687
/**
690
688
* A decorator that is used to manipulate the Custom Time Metadata field of part files. {@link
691
- * com.google.storage.v2.Object#customTime_ }
689
+ * BlobInfo#getCustomTimeOffsetDateTime() }
692
690
*
693
- * <p>When provided with a duration, a time in the future will be calculated for each part file
691
+ * <p>When provided with a duration, a time in the future will be calculated for each part object
694
692
* upon upload, this new value can be used in OLM rules to cleanup abandoned part files.
695
693
*
696
694
* <p>See [CustomTime OLM
697
695
* documentation](https://cloud.google.com/storage/docs/lifecycle#dayssincecustomtime)
698
696
*
699
697
* @see #withPartMetadataFieldDecorator(PartMetadataFieldDecorator)
700
- * @since 2.35.1 This new api is in preview and is subject to breaking changes.
698
+ * @since 2.36.0 This new api is in preview and is subject to breaking changes.
701
699
*/
702
700
@ BetaApi
703
701
public static PartMetadataFieldDecorator setCustomTimeInFuture (Duration timeInFuture ) {
0 commit comments