Uses of Class
org.jclouds.googlecloudstorage.domain.templates.ObjectTemplate
-
Packages that use ObjectTemplate Package Description org.jclouds.googlecloudstorage.blobstore.functions org.jclouds.googlecloudstorage.domain.templates org.jclouds.googlecloudstorage.features -
-
Uses of ObjectTemplate in org.jclouds.googlecloudstorage.blobstore.functions
Methods in org.jclouds.googlecloudstorage.blobstore.functions that return ObjectTemplate Modifier and Type Method Description ObjectTemplate
BlobMetadataToObjectTemplate. apply(BlobMetadata from)
-
Uses of ObjectTemplate in org.jclouds.googlecloudstorage.domain.templates
Methods in org.jclouds.googlecloudstorage.domain.templates with parameters of type ObjectTemplate Modifier and Type Method Description static ComposeObjectTemplate
ComposeObjectTemplate. create(List<ComposeObjectTemplate.SourceObject> sourceObjects, ObjectTemplate destination)
ComposeObjectTemplate.Builder
ComposeObjectTemplate.Builder. destination(ObjectTemplate destination)
-
Uses of ObjectTemplate in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with parameters of type ObjectTemplate Modifier and Type Method 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 SessionGoogleCloudStorageObject
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 semanticsGoogleCloudStorageObject
ObjectApi. patchObject(String bucketName, String objectName, ObjectTemplate objectTemplate, UpdateObjectOptions options)
Updates an object according to patch semanticsGoogleCloudStorageObject
ObjectApi. updateObject(String bucketName, String objectName, ObjectTemplate objectTemplate)
Updates an object metadataGoogleCloudStorageObject
ObjectApi. updateObject(String bucketName, String objectName, ObjectTemplate objectTemplate, UpdateObjectOptions options)
Updates an object
-