Uses of Class
com.google.cloud.spring.storage.GoogleStorageLocation
Packages that use GoogleStorageLocation
Package
Description
Google Cloud Storage integration for Spring Integration and Spring Resource.
-
Uses of GoogleStorageLocation in com.google.cloud.spring.storage
Methods in com.google.cloud.spring.storage that return GoogleStorageLocationModifier and TypeMethodDescriptionstatic GoogleStorageLocationReturns aGoogleStorageLocationto a bucket.static GoogleStorageLocationReturns aGoogleStorageLocationfor a file within a bucket.static GoogleStorageLocationReturns aGoogleStorageLocationto a folder whose path is relative to the bucket.GoogleStorageResource.getGoogleStorageLocation()Constructors in com.google.cloud.spring.storage with parameters of type GoogleStorageLocationModifierConstructorDescriptionGoogleStorageResource(com.google.cloud.storage.Storage storage, GoogleStorageLocation googleStorageLocation, boolean autoCreateFiles) Constructs the resource representation of a bucket or a blob (file) in Google Cloud Storage.