Package | Description |
---|---|
org.jclouds.googlecloudstorage.blobstore.functions | |
org.jclouds.googlecloudstorage.domain.templates | |
org.jclouds.googlecloudstorage.features |
Modifier and Type | Method and Description |
---|---|
ObjectTemplate |
BlobMetadataToObjectTemplate.apply(BlobMetadata from) |
Modifier and Type | Method and Description |
---|---|
static ComposeObjectTemplate |
ComposeObjectTemplate.create(List<ComposeObjectTemplate.SourceObject> sourceObjects,
ObjectTemplate destination) |
ComposeObjectTemplate.Builder |
ComposeObjectTemplate.Builder.destination(ObjectTemplate destination) |
Modifier and Type | Method and Description |
---|---|
GoogleCloudStorageObject |
ObjectApi.copyObject(String destinationBucket,
String destinationObject,
String sourceBucket,
String sourceObject,
ObjectTemplate template)
Copies an object to a specified location with updated metadata.
|
ResumableUpload |
ResumableUploadApi.initResumableUpload(String bucketName,
String contentType,
Long contentLength,
ObjectTemplate metadata)
initiate a Resumable Upload Session
|
GoogleCloudStorageObject |
ObjectApi.multipartUpload(String bucketName,
ObjectTemplate objectTemplate,
Payload payload)
Stores a new object with metadata.
|
GoogleCloudStorageObject |
ObjectApi.patchObject(String bucketName,
String objectName,
ObjectTemplate objectTemplate)
Updates an object according to patch semantics
|
GoogleCloudStorageObject |
ObjectApi.patchObject(String bucketName,
String objectName,
ObjectTemplate objectTemplate,
UpdateObjectOptions options)
Updates an object according to patch semantics
|
GoogleCloudStorageObject |
ObjectApi.updateObject(String bucketName,
String objectName,
ObjectTemplate objectTemplate)
Updates an object metadata
|
GoogleCloudStorageObject |
ObjectApi.updateObject(String bucketName,
String objectName,
ObjectTemplate objectTemplate,
UpdateObjectOptions options)
Updates an object
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.