public interface BlobWriteSession
A session to write an object to Google Cloud Storage.
A session can only write a single version of an object. If writing multiple versions of an object a new session must be created each time.
Provides an api that allows writing to and retrieving the resulting BlobInfo after write finalization.
The underlying implementation is dictated based upon the specified BlobWriteSessionConfig provided at StorageOptions creation time. See Also: BlobWriteSessionConfigs, GrpcStorageOptions.Builder#setBlobWriteSessionConfig(BlobWriteSessionConfig), BlobWriteSessionConfig
Methods
getResult()
public abstract ApiFuture<BlobInfo> getResult()
Return an ApiFuture<BlobInfo>
which will represent the state of the object upon
finalization and success response from Google Cloud Storage.