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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(StorageObject storageObject) create
(IOException ioException) abstract @Nullable IOException
Returns theIOException
.abstract @Nullable StorageObject
Returns theStorageObject
.
-
Constructor Details
-
StorageObjectOrIOException
public StorageObjectOrIOException()
-
-
Method Details
-
storageObject
Returns theStorageObject
. -
ioException
Returns theIOException
. -
create
-
create
-