|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GCSObject in org.jclouds.googlecloudstorage.blobstore.functions |
|---|
| Methods in org.jclouds.googlecloudstorage.blobstore.functions with parameters of type GCSObject | |
|---|---|
org.jclouds.blobstore.domain.MutableBlobMetadata |
ObjectToBlobMetadata.apply(GCSObject from)
|
| Method parameters in org.jclouds.googlecloudstorage.blobstore.functions with type arguments of type GCSObject | |
|---|---|
org.jclouds.blobstore.domain.PageSet<? extends org.jclouds.blobstore.domain.StorageMetadata> |
ObjectListToStorageMetadata.apply(ListPage<GCSObject> from)
|
| Uses of GCSObject in org.jclouds.googlecloudstorage.domain |
|---|
| Methods in org.jclouds.googlecloudstorage.domain that return GCSObject | |
|---|---|
GCSObject |
GCSObject.Builder.build()
|
| Methods in org.jclouds.googlecloudstorage.domain with parameters of type GCSObject | |
|---|---|
protected GCSObject.Builder |
GCSObject.Builder.fromGCSObject(GCSObject in)
|
| Uses of GCSObject in org.jclouds.googlecloudstorage.domain.templates |
|---|
| Fields in org.jclouds.googlecloudstorage.domain.templates with type parameters of type GCSObject | |
|---|---|
protected Set<GCSObject> |
ComposeObjectTemplate.sourceObjects
|
| Methods in org.jclouds.googlecloudstorage.domain.templates that return types with arguments of type GCSObject | |
|---|---|
Set<GCSObject> |
ComposeObjectTemplate.getSourceObjects()
|
| Methods in org.jclouds.googlecloudstorage.domain.templates with parameters of type GCSObject | |
|---|---|
ComposeObjectTemplate |
ComposeObjectTemplate.addsourceObject(GCSObject sourceObject)
|
| Method parameters in org.jclouds.googlecloudstorage.domain.templates with type arguments of type GCSObject | |
|---|---|
ComposeObjectTemplate |
ComposeObjectTemplate.sourceObjects(Set<GCSObject> sourceObjects)
|
| Uses of GCSObject in org.jclouds.googlecloudstorage.features |
|---|
| Methods in org.jclouds.googlecloudstorage.features that return GCSObject | |
|---|---|
GCSObject |
ObjectApi.composeObjects(String destinationBucket,
String destinationObject,
ComposeObjectTemplate composeObjectTemplate)
Concatenates a list of existing objects into a new object in the same bucket. |
GCSObject |
ObjectApi.composeObjects(String destinationBucket,
String destinationObject,
ComposeObjectTemplate composeObjectTemplate,
ComposeObjectOptions options)
Concatenates a list of existing objects into a new object in the same bucket. |
GCSObject |
ObjectApi.copyObject(String destinationBucket,
String destinationObject,
String sourceBucket,
String sourceObject)
Copies an object to a specified location. |
GCSObject |
ObjectApi.copyObject(String destinationBucket,
String destinationObject,
String sourceBucket,
String sourceObject,
CopyObjectOptions options)
Copies an object to a specified location. |
GCSObject |
ObjectApi.getObject(String bucketName,
String objectName)
Retrieve an object metadata |
GCSObject |
ObjectApi.getObject(String bucketName,
String objectName,
GetObjectOptions options)
Retrieves objects metadata |
GCSObject |
ObjectApi.multipartUpload(String bucketName,
ObjectTemplate objectTemplate,
org.jclouds.io.Payload payload)
Stores a new object with metadata. |
GCSObject |
ObjectApi.patchObject(String bucketName,
String objectName,
ObjectTemplate objectTemplate)
Updates an object according to patch semantics |
GCSObject |
ObjectApi.patchObject(String bucketName,
String objectName,
ObjectTemplate objectTemplate,
UpdateObjectOptions options)
Updates an object according to patch semantics |
GCSObject |
ObjectApi.simpleUpload(String bucketName,
String contentType,
Long contentLength,
org.jclouds.io.Payload payload,
InsertObjectOptions Options)
Stores a new object.Bject metadata setting is not supported with simple uploads |
GCSObject |
ObjectApi.updateObject(String bucketName,
String objectName,
ObjectTemplate objectTemplate)
Updates an object metadata |
GCSObject |
ObjectApi.updateObject(String bucketName,
String objectName,
ObjectTemplate objectTemplate,
UpdateObjectOptions options)
Updates an object |
| Methods in org.jclouds.googlecloudstorage.features that return types with arguments of type GCSObject | |
|---|---|
ListPage<GCSObject> |
ObjectApi.listObjects(String bucketName)
Retrieves a list of objects matching the criteria. |
ListPage<GCSObject> |
ObjectApi.listObjects(String bucketName,
ListObjectOptions options)
Retrieves a list of objects matching the criteria. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||