Package | Description |
---|---|
org.mule.modules.googlecloudstorage | |
org.mule.modules.googlecloudstorage.pojo |
Modifier and Type | Method and Description |
---|---|
Boolean |
GoogleCloudStorageConnector.deleteBlob(BlobIdPojo blobId)
Deletes a Blob from a Bucket on Google Cloud Storage
|
com.google.cloud.storage.Blob |
GoogleCloudStorageConnector.getBlob(BlobIdPojo blobId,
List<com.google.cloud.storage.Storage.BlobGetOption> blobGetOptions)
Retrieves Blob information from Google Cloud Storage
|
com.google.cloud.ReadChannel |
GoogleCloudStorageConnector.openReadChannel(BlobIdPojo blobId,
List<com.google.cloud.storage.Storage.BlobSourceOption> blobSourceOption)
Open a read channel
|
com.google.cloud.storage.Blob |
GoogleCloudStorageConnector.relocateBlob(BlobIdPojo blobId,
String targetBucket,
String targetBlob)
Relocate a blob from one bucket to another or/and one path to another
|
Modifier and Type | Method and Description |
---|---|
BlobIdPojo |
BlobInfoPojo.getBlobId() |
Modifier and Type | Method and Description |
---|---|
void |
BlobInfoPojo.setBlobId(BlobIdPojo blobId) |
Copyright © 2010–2018. All rights reserved.