Send feedback Class UploadResult.Builder (2.37.0) Stay organized with collections Save and categorize content based on your preferences.
Version 2.37.0keyboard_arrow_down Beta
This library is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions .
public static final class UploadResult . Builder
Methods build()
public UploadResult build ()
Beta
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Creates an UploadResult object.
setException(@NonNull Exception exception)
public UploadResult . Builder setException ( @NonNull Exception exception )
Beta
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Sets the exception produced by a failed upload operation. This field will only be populated if the Transfer was not success ful or skipped See Also: UploadResult#getException()
Parameter Name Description exception
@org.checkerframework.checker.nullness.qual.NonNull java.lang.Exception
Returns Type Description UploadResult.Builder
the Builder instance with the value for exception modified.
public UploadResult . Builder setInput ( @NonNull BlobInfo input )
Beta
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Sets the BlobInfo for the object request for upload. This field is required. See Also: UploadResult#getInput()
Parameter Name Description input
@org.checkerframework.checker.nullness.qual.NonNull com.google.cloud.storage.BlobInfo
Returns Type Description UploadResult.Builder
the Builder instance with the value for BlobInfo modified.
setStatus(@NonNull TransferStatus status)
public UploadResult . Builder setStatus ( @NonNull TransferStatus status )
Beta
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Sets the Status of the Upload request. This field is required. See Also: UploadResult#getStatus() , TransferStatus
Parameter Name Description status
@org.checkerframework.checker.nullness.qual.NonNull com.google.cloud.storage.transfermanager.TransferStatus
setUploadedBlob(@NonNull BlobInfo uploadedBlob)
public UploadResult . Builder setUploadedBlob ( @NonNull BlobInfo uploadedBlob )
Beta
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Sets the BlobInfo for the uploaded object. This field will only be populated if the Transfer was a SUCCESS .
Parameter Name Description uploadedBlob
@org.checkerframework.checker.nullness.qual.NonNull com.google.cloud.storage.BlobInfo
Returns Type Description UploadResult.Builder
the Builder instance with the value for uploadedBlob modified.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-12 UTC.
Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[],[]]