Uses of Class
com.google.cloud.spring.storage.GoogleStorageLocation
-
Packages that use GoogleStorageLocation Package Description com.google.cloud.spring.storage 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 GoogleStorageLocation Modifier and Type Method Description static GoogleStorageLocationGoogleStorageLocation. forBucket(String bucketName)Returns aGoogleStorageLocationto a bucket.static GoogleStorageLocationGoogleStorageLocation. forFile(String bucketName, String pathToFile)Returns aGoogleStorageLocationfor a file within a bucket.static GoogleStorageLocationGoogleStorageLocation. forFolder(String bucketName, String pathToFolder)Returns aGoogleStorageLocationto a folder whose path is relative to the bucket.GoogleStorageLocationGoogleStorageResource. getGoogleStorageLocation()Constructors in com.google.cloud.spring.storage with parameters of type GoogleStorageLocation Constructor Description GoogleStorageResource(Storage storage, GoogleStorageLocation googleStorageLocation, boolean autoCreateFiles)Constructs the resource representation of a bucket or a blob (file) in Google Cloud Storage.
-