| Package | Description |
|---|---|
| com.google.cloud.spring.storage |
Google Cloud Storage integration for Spring Integration and Spring Resource.
|
| Modifier and Type | Method and Description |
|---|---|
static GoogleStorageLocation |
GoogleStorageLocation.forBucket(String bucketName)
Returns a
GoogleStorageLocation to a bucket. |
static GoogleStorageLocation |
GoogleStorageLocation.forFile(String bucketName,
String pathToFile)
Returns a
GoogleStorageLocation for a file within a bucket. |
static GoogleStorageLocation |
GoogleStorageLocation.forFolder(String bucketName,
String pathToFolder)
Returns a
GoogleStorageLocation to a folder whose path is relative to the bucket. |
GoogleStorageLocation |
GoogleStorageResource.getGoogleStorageLocation() |
| Constructor and Description |
|---|
GoogleStorageResource(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.
|
Copyright © 2023. All rights reserved.