Skip navigation links
A B C D G I L M N O R S U V W 

A

AclSelector - Enum in org.mule.modules.googlecloudstorage.selectors
 
ACLService - Class in org.mule.modules.googlecloudstorage.services
 
ACLService(Storage) - Constructor for class org.mule.modules.googlecloudstorage.services.ACLService
 

B

BlobIdPojo - Class in org.mule.modules.googlecloudstorage.pojo
POJO class containing data that can be used to construct a BlobId object.
BlobIdPojo() - Constructor for class org.mule.modules.googlecloudstorage.pojo.BlobIdPojo
 
BlobIdPojo(BlobId) - Constructor for class org.mule.modules.googlecloudstorage.pojo.BlobIdPojo
 
BlobInfoPojo - Class in org.mule.modules.googlecloudstorage.pojo
POJO class containing data that can be used to construct a BlobInfo object.
BlobInfoPojo() - Constructor for class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
BlobInfoPojo(BlobInfo) - Constructor for class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
BlobService - Class in org.mule.modules.googlecloudstorage.services
 
BlobService(Storage) - Constructor for class org.mule.modules.googlecloudstorage.services.BlobService
 
BlobWriteOptionWrapper - Class in org.mule.modules.googlecloudstorage.pojo
A Class that wraps the BloblWriteOption class
BlobWriteOptionWrapper(Storage.BlobWriteOption) - Constructor for class org.mule.modules.googlecloudstorage.pojo.BlobWriteOptionWrapper
 
BucketInfoPojo - Class in org.mule.modules.googlecloudstorage.pojo
POJO class containing data that can be used to construct a BucketInfo object.
BucketInfoPojo() - Constructor for class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
BucketInfoPojo(BucketInfo) - Constructor for class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
BucketsService - Class in org.mule.modules.googlecloudstorage.services
 
BucketsService(Storage) - Constructor for class org.mule.modules.googlecloudstorage.services.BucketsService
 
build() - Method in class org.mule.modules.googlecloudstorage.pojo.BlobIdPojo
 
build() - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
build() - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 

C

ChannelService - Class in org.mule.modules.googlecloudstorage.services
 
ChannelService(Storage) - Constructor for class org.mule.modules.googlecloudstorage.services.ChannelService
 
closeReadChannel(ReadChannel) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Close a read channel
closeReadChannel(ReadChannel) - Method in class org.mule.modules.googlecloudstorage.services.ChannelService
 
closeWriteChannel(WriteChannel) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Close a write channel
closeWriteChannel(WriteChannel) - Method in class org.mule.modules.googlecloudstorage.services.ChannelService
 
connect(String, String) - Method in class org.mule.modules.googlecloudstorage.config.GoogleCloudStorageConnectionStrategy
Create a Storage Instance used for interaction with the google cloud storage.
connectionId() - Method in class org.mule.modules.googlecloudstorage.config.GoogleCloudStorageConnectionStrategy
 
createAcl(Object, Acl, AclSelector) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Create an ACL on a particular object(Blob, Bucket or Default) Access Control List Grant (ACL) read or write access to users for individual buckets or objects.
createBlob(BlobInfoPojo, List<Storage.BlobTargetOption>, InputStream) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Creates a Blob in a Bucket on Google Cloud Storage
createBlob(BlobInfo, byte[], Storage.BlobTargetOption...) - Method in class org.mule.modules.googlecloudstorage.services.BlobService
 
createBlobACL(BlobId, Acl) - Method in class org.mule.modules.googlecloudstorage.services.ACLService
 
createBucket(BucketInfoPojo, List<Storage.BucketTargetOption>) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Creates a bucket on Google Cloud Storage
createBucket(BucketInfo, Storage.BucketTargetOption...) - Method in class org.mule.modules.googlecloudstorage.services.BucketsService
 
createBucketAcl(String, Acl) - Method in class org.mule.modules.googlecloudstorage.services.ACLService
 
createDefaultAcl(String, Acl) - Method in class org.mule.modules.googlecloudstorage.services.ACLService
 
createReadRestorableState(ReadChannel) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Create a restorable state for a read channel
createWriteRestorableState(WriteChannel) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Create a Write Restorable state

D

deleteAcl(Object, Acl.Entity, AclSelector) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Delete an ACL for a particular object(Blob, Bucket or Default) Access Control List Grant (ACL) read or write access to users for individual buckets or objects.
deleteBlob(BlobIdPojo) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Deletes a Blob from a Bucket on Google Cloud Storage
deleteBlob(BlobId) - Method in class org.mule.modules.googlecloudstorage.services.BlobService
 
deleteBlobAcl(BlobId, Acl.Entity) - Method in class org.mule.modules.googlecloudstorage.services.ACLService
 
deleteBucket(String, List<Storage.BucketSourceOption>) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Deletes a bucket on Google Cloud Storage
deleteBucket(String, Storage.BucketSourceOption...) - Method in class org.mule.modules.googlecloudstorage.services.BucketsService
 
deleteBucketAcl(String, Acl.Entity) - Method in class org.mule.modules.googlecloudstorage.services.ACLService
 
deleteDefaultAcl(String, Acl.Entity) - Method in class org.mule.modules.googlecloudstorage.services.ACLService
 
disconnect() - Method in class org.mule.modules.googlecloudstorage.config.GoogleCloudStorageConnectionStrategy
 
downloadBlob(String, String, List<Storage.BlobSourceOption>) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Download a particular blob

G

getAcl(Object, AclSelector) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Get an ACL for a particular object(Blob, Bucket or Default) Access Control List (ACL) grant read or write access to users for individual buckets or objects.
getAcl() - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
getBlob(BlobIdPojo, List<Storage.BlobGetOption>) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Retrieves Blob information from Google Cloud Storage
getBlob(BlobId, Storage.BlobGetOption...) - Method in class org.mule.modules.googlecloudstorage.services.BlobService
 
getBlobAcls(BlobId) - Method in class org.mule.modules.googlecloudstorage.services.ACLService
 
getBlobId() - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
getBlobs(String, Storage.BlobListOption...) - Method in class org.mule.modules.googlecloudstorage.services.BlobService
 
getBlobWriteOption() - Method in class org.mule.modules.googlecloudstorage.pojo.BlobWriteOptionWrapper
 
getBucket(String, List<Storage.BucketGetOption>) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Retrieves a Bucket from Google Cloud Storage
getBucket() - Method in class org.mule.modules.googlecloudstorage.pojo.BlobIdPojo
 
getBucket(String, Storage.BucketGetOption...) - Method in class org.mule.modules.googlecloudstorage.services.BucketsService
 
getBucketAcls(String) - Method in class org.mule.modules.googlecloudstorage.services.ACLService
 
getBuckets(Storage.BucketListOption...) - Method in class org.mule.modules.googlecloudstorage.services.BucketsService
 
getCacheControl() - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
getConfig() - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
 
getContentDisposition() - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
getContentEncoding() - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
getContentLanguage() - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
getContentType() - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
getCors() - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
getCrc32c() - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
getCreateTime() - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
getDefaultAcl() - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
getDefaultAcls(String) - Method in class org.mule.modules.googlecloudstorage.services.ACLService
 
getEtag() - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
getGeneratedId() - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
getGeneration() - Method in class org.mule.modules.googlecloudstorage.pojo.BlobIdPojo
 
getIndexPage() - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
getMd5() - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
getMetadata() - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
getMetageneration() - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
getName() - Method in class org.mule.modules.googlecloudstorage.pojo.BlobIdPojo
 
getName() - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
getNotFoundPage() - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
getOpetationThatThrewException() - Method in exception org.mule.modules.googlecloudstorage.exceptions.GoogleStorageApiException
 
getOwner() - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
getReadChannel(BlobId, Storage.BlobSourceOption...) - Method in class org.mule.modules.googlecloudstorage.services.ChannelService
 
getSelfLink() - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
getStorageClass() - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
getStorageInstance() - Method in class org.mule.modules.googlecloudstorage.config.GoogleCloudStorageConnectionStrategy
 
getVersioningEnabled() - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
GoogleCloudStorageConnectionStrategy - Class in org.mule.modules.googlecloudstorage.config
 
GoogleCloudStorageConnectionStrategy() - Constructor for class org.mule.modules.googlecloudstorage.config.GoogleCloudStorageConnectionStrategy
 
GoogleCloudStorageConnector - Class in org.mule.modules.googlecloudstorage
 
GoogleCloudStorageConnector() - Constructor for class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
 
GoogleCloudStorageConnectorUtils - Class in org.mule.modules.googlecloudstorage
 
GoogleStorageApiException - Exception in org.mule.modules.googlecloudstorage.exceptions
 
GoogleStorageApiException(Exception) - Constructor for exception org.mule.modules.googlecloudstorage.exceptions.GoogleStorageApiException
 
GoogleStorageApiException(Exception, GoogleStorageApiException.Operation) - Constructor for exception org.mule.modules.googlecloudstorage.exceptions.GoogleStorageApiException
 
GoogleStorageApiException.Operation - Enum in org.mule.modules.googlecloudstorage.exceptions
 
GoogleStorageException - Exception in org.mule.modules.googlecloudstorage.exceptions
 
GoogleStorageException() - Constructor for exception org.mule.modules.googlecloudstorage.exceptions.GoogleStorageException
 
GoogleStorageException(Exception) - Constructor for exception org.mule.modules.googlecloudstorage.exceptions.GoogleStorageException
 

I

IncorrectSelectorException - Exception in org.mule.modules.googlecloudstorage.exceptions
 
IncorrectSelectorException(Exception) - Constructor for exception org.mule.modules.googlecloudstorage.exceptions.IncorrectSelectorException
 
IncorrectSelectorException() - Constructor for exception org.mule.modules.googlecloudstorage.exceptions.IncorrectSelectorException
 
isConnected() - Method in class org.mule.modules.googlecloudstorage.config.GoogleCloudStorageConnectionStrategy
 

L

listBlobs(String, List<Storage.BlobListOption>) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
List all blobs in a bucket
listBuckets(List<Storage.BucketListOption>) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Lists Buckets available on Google Cloud Storage

M

muleContext - Variable in class org.mule.modules.googlecloudstorage.config.GoogleCloudStorageConnectionStrategy
 

N

nullValuesOrEmptyStringValidator(String, Object...) - Static method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnectorUtils
Validate that there are no null values or empty Strings

O

openReadChannel(BlobIdPojo, List<Storage.BlobSourceOption>) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Open a read channel
openWriteChannel(BlobInfoPojo, List<BlobWriteOptionWrapper>) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Open a write channel
org.mule.modules.googlecloudstorage - package org.mule.modules.googlecloudstorage
 
org.mule.modules.googlecloudstorage.config - package org.mule.modules.googlecloudstorage.config
 
org.mule.modules.googlecloudstorage.exceptions - package org.mule.modules.googlecloudstorage.exceptions
 
org.mule.modules.googlecloudstorage.pojo - package org.mule.modules.googlecloudstorage.pojo
 
org.mule.modules.googlecloudstorage.selectors - package org.mule.modules.googlecloudstorage.selectors
 
org.mule.modules.googlecloudstorage.services - package org.mule.modules.googlecloudstorage.services
 

R

read(String, String, Storage.BlobSourceOption...) - Method in class org.mule.modules.googlecloudstorage.services.ChannelService
 
read(BlobId, Storage.BlobSourceOption...) - Method in class org.mule.modules.googlecloudstorage.services.ChannelService
 
readDataFromReadChannel(ReadChannel) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Read data from a Read Channel
readDataFromReadChannel(ReadChannel) - Method in class org.mule.modules.googlecloudstorage.services.ChannelService
 
relocateBlob(BlobIdPojo, String, String) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Relocate a blob from one bucket to another or/and one path to another
relocateBlob(BlobId, String, String) - Method in class org.mule.modules.googlecloudstorage.services.BlobService
 
restoreReadChannel(RestorableState<ReadChannel>) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Restore a Read channel to a restorable state.
restoreReadChannel(RestorableState<ReadChannel>) - Method in class org.mule.modules.googlecloudstorage.services.ChannelService
 
restoreWriteChannel(RestorableState<WriteChannel>) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Restore a write channel to a restorable state
restoreWriteChannel(RestorableState<WriteChannel>) - Method in class org.mule.modules.googlecloudstorage.services.ChannelService
 
returnOrInitializeArray(Class<T>, List<T>) - Static method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnectorUtils
 

S

setAcl(List<Acl>) - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
setBlobId(BlobIdPojo) - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
setBucket(String) - Method in class org.mule.modules.googlecloudstorage.pojo.BlobIdPojo
 
setCacheControl(String) - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
setConfig(GoogleCloudStorageConnectionStrategy) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
 
setContentDisposition(String) - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
setContentEncoding(String) - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
setContentLanguage(String) - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
setContentType(String) - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
setCors(List<Cors>) - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
setCrc32c(String) - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
setDefaultAcl(List<Acl>) - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
setGeneration(Long) - Method in class org.mule.modules.googlecloudstorage.pojo.BlobIdPojo
 
setIndexPage(String) - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
setMd5(String) - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
setMetadata(Map<String, String>) - Method in class org.mule.modules.googlecloudstorage.pojo.BlobInfoPojo
 
setMuleContext(MuleContext) - Method in class org.mule.modules.googlecloudstorage.config.GoogleCloudStorageConnectionStrategy
 
setName(String) - Method in class org.mule.modules.googlecloudstorage.pojo.BlobIdPojo
 
setName(String) - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
setNotFoundPage(String) - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
setStorageClass(String) - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
setVersioningEnabled(Boolean) - Method in class org.mule.modules.googlecloudstorage.pojo.BucketInfoPojo
 
signBlob(Blob, TimeUnit, Long, String) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Generates a signed URL for a blob.
signUrlBlobUrl(Blob, String, TimeUnit, Long) - Method in class org.mule.modules.googlecloudstorage.services.BlobService
 
startReadRestorableState(ReadChannel) - Method in class org.mule.modules.googlecloudstorage.services.ChannelService
 
startWriteRestorable(WriteChannel) - Method in class org.mule.modules.googlecloudstorage.services.ChannelService
 

U

updateAcl(Object, Acl, AclSelector) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Update an ACL for a particular object(Blob, Bucket or Default) Access Control List (ACL) grant read or write access to users for individual buckets or objects.
updateBlob(Blob, Map<String, String>) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Update/add blob Metadata
updateBlob(Blob, Map<String, String>) - Method in class org.mule.modules.googlecloudstorage.services.BlobService
 
updateBlobAcl(BlobId, Acl) - Method in class org.mule.modules.googlecloudstorage.services.ACLService
 
updateBucket(BucketInfoPojo, List<Storage.BucketTargetOption>) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Updates a bucket on Google Cloud Storage
updateBucket(BucketInfo, Storage.BucketTargetOption...) - Method in class org.mule.modules.googlecloudstorage.services.BucketsService
 
updateBucketAcl(String, Acl) - Method in class org.mule.modules.googlecloudstorage.services.ACLService
 
updateDefaultAcl(String, Acl) - Method in class org.mule.modules.googlecloudstorage.services.ACLService
 

V

valueOf(String) - Static method in enum org.mule.modules.googlecloudstorage.exceptions.GoogleStorageApiException.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.modules.googlecloudstorage.selectors.AclSelector
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.modules.googlecloudstorage.exceptions.GoogleStorageApiException.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.modules.googlecloudstorage.selectors.AclSelector
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeChannel(BlobInfo, Storage.BlobWriteOption...) - Method in class org.mule.modules.googlecloudstorage.services.ChannelService
 
writeToChannel(WriteChannel, InputStream) - Method in class org.mule.modules.googlecloudstorage.GoogleCloudStorageConnector
Write to a Write Channel
writeToChannel(WriteChannel, ByteBuffer) - Method in class org.mule.modules.googlecloudstorage.services.ChannelService
 
A B C D G I L M N O R S U V W 
Skip navigation links

Copyright © 2010–2018. All rights reserved.