Class GcsUtil.StorageObjectOrIOException
java.lang.Object
org.apache.beam.sdk.extensions.gcp.util.GcsUtil.StorageObjectOrIOException
- Enclosing class:
- GcsUtil
A class that holds either a 
StorageObject or an IOException.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate(StorageObject storageObject) create(IOException ioException) abstract @Nullable IOExceptionReturns theIOException.abstract @Nullable StorageObjectReturns theStorageObject.
- 
Constructor Details- 
StorageObjectOrIOExceptionpublic StorageObjectOrIOException()
 
- 
- 
Method Details- 
storageObjectReturns theStorageObject.
- 
ioExceptionReturns theIOException.
- 
create
- 
create
 
-