Interface CloudStorageOption
-
- All Known Subinterfaces:
CloudStorageOption.Copy
,CloudStorageOption.Open
,CloudStorageOption.OpenCopy
public interface CloudStorageOption
Main interface for file operation option classes related to Google Cloud Storage.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CloudStorageOption.Copy
Interface for Google Cloud Storage options that can be specified when copying files.static interface
CloudStorageOption.Open
Interface for Google Cloud Storage options that can be specified when opening files.static interface
CloudStorageOption.OpenCopy
Interface for Google Cloud Storage options that can be specified when opening or copying files.
-