Package com.google.cloud.spring.storage
Class GoogleStorageProtocolResolverSettings
- java.lang.Object
-
- com.google.cloud.spring.storage.GoogleStorageProtocolResolverSettings
-
public class GoogleStorageProtocolResolverSettings extends Object
Holds settings for use with theGoogleStorageResource. These settings are optional.
-
-
Field Summary
Fields Modifier and Type Field Description static GoogleStorageProtocolResolverSettingsDEFAULT_GOOGLE_STORAGE_PROTOCOL_RESOLVER_SETTINGSGets an instance of this object with the default settings.
-
Constructor Summary
Constructors Constructor Description GoogleStorageProtocolResolverSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAutoCreateFiles()voidsetAutoCreateFiles(boolean autoCreateFiles)
-
-
-
Field Detail
-
DEFAULT_GOOGLE_STORAGE_PROTOCOL_RESOLVER_SETTINGS
public static final GoogleStorageProtocolResolverSettings DEFAULT_GOOGLE_STORAGE_PROTOCOL_RESOLVER_SETTINGS
Gets an instance of this object with the default settings.
-
-