Uses of Class
org.jclouds.googlecloudstorage.domain.GoogleCloudStorageObject
Packages that use GoogleCloudStorageObject
Package
Description
-
Uses of GoogleCloudStorageObject in org.jclouds.googlecloudstorage.blobstore.functions
Methods in org.jclouds.googlecloudstorage.blobstore.functions with parameters of type GoogleCloudStorageObjectMethod parameters in org.jclouds.googlecloudstorage.blobstore.functions with type arguments of type GoogleCloudStorageObjectModifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> ObjectListToStorageMetadata.apply
(ListPageWithPrefixes<GoogleCloudStorageObject> from) -
Uses of GoogleCloudStorageObject in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return GoogleCloudStorageObjectModifier and TypeMethodDescriptionstatic GoogleCloudStorageObject
GoogleCloudStorageObject.create
(String id, URI selfLink, String etag, String name, String bucket, long generation, long metageneration, String contentType, Date updated, Date timeDeleted, DomainResourceReferences.StorageClass storageClass, long size, String md5Hash, URI mediaLink, Map<String, String> metadata, String contentEncoding, String contentDisposition, String contentLanguage, String cacheControl, List<ObjectAccessControls> acl, Owner owner, String crc32c, Integer componentCount) abstract GoogleCloudStorageObject
RewriteResponse.resource()
Methods in org.jclouds.googlecloudstorage.domain with parameters of type GoogleCloudStorageObjectModifier and TypeMethodDescriptionstatic RewriteResponse
RewriteResponse.create
(long totalBytesRewritten, long objectSize, boolean done, String rewriteToken, GoogleCloudStorageObject resource) -
Uses of GoogleCloudStorageObject in org.jclouds.googlecloudstorage.domain.templates
Method parameters in org.jclouds.googlecloudstorage.domain.templates with type arguments of type GoogleCloudStorageObjectModifier and TypeMethodDescriptionComposeObjectTemplate.Builder.fromGoogleCloudStorageObject
(Collection<GoogleCloudStorageObject> objects) -
Uses of GoogleCloudStorageObject in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features that return GoogleCloudStorageObjectModifier and TypeMethodDescriptionObjectApi.composeObjects
(String destinationBucket, String destinationObject, ComposeObjectTemplate composeObjectTemplate) Concatenates a list of existing objects into a new object in the same bucket.ObjectApi.composeObjects
(String destinationBucket, String destinationObject, ComposeObjectTemplate composeObjectTemplate, ComposeObjectOptions options) Concatenates a list of existing objects into a new object in the same bucket.ObjectApi.copyObject
(String destinationBucket, String destinationObject, String sourceBucket, String sourceObject) Copies an object to a specified location.ObjectApi.copyObject
(String destinationBucket, String destinationObject, String sourceBucket, String sourceObject, ObjectTemplate template) Copies an object to a specified location with updated metadata.ObjectApi.copyObject
(String destinationBucket, String destinationObject, String sourceBucket, String sourceObject, CopyObjectOptions options) Copies an object to a specified location.Retrieve an object metadataObjectApi.getObject
(String bucketName, String objectName, HttpRequestOptions options) Retrieves objects metadataObjectApi.multipartUpload
(String bucketName, ObjectTemplate objectTemplate, Payload payload) Stores a new object with metadata.ObjectApi.patchObject
(String bucketName, String objectName, ObjectTemplate objectTemplate) Updates an object according to patch semanticsObjectApi.patchObject
(String bucketName, String objectName, ObjectTemplate objectTemplate, UpdateObjectOptions options) Updates an object according to patch semanticsObjectApi.simpleUpload
(String bucketName, String contentType, Long contentLength, Payload payload, InsertObjectOptions options) Stores a new object.ObjectApi.updateObject
(String bucketName, String objectName, ObjectTemplate objectTemplate) Updates an object metadataObjectApi.updateObject
(String bucketName, String objectName, ObjectTemplate objectTemplate, UpdateObjectOptions options) Updates an objectMethods in org.jclouds.googlecloudstorage.features that return types with arguments of type GoogleCloudStorageObjectModifier and TypeMethodDescriptionObjectApi.listObjects
(String bucketName) Retrieves a list of objects matching the criteria.ObjectApi.listObjects
(String bucketName, ListObjectOptions options) Retrieves a list of objects matching the criteria.