Uses of Class
org.jclouds.googlecloudstorage.domain.GoogleCloudStorageObject
-
-
Uses of GoogleCloudStorageObject in org.jclouds.googlecloudstorage.blobstore.functions
Methods in org.jclouds.googlecloudstorage.blobstore.functions with parameters of type GoogleCloudStorageObject Modifier and Type Method Description MutableBlobMetadata
ObjectToBlobMetadata. apply(GoogleCloudStorageObject from)
Method parameters in org.jclouds.googlecloudstorage.blobstore.functions with type arguments of type GoogleCloudStorageObject Modifier and Type Method Description PageSet<? extends StorageMetadata>
ObjectListToStorageMetadata. apply(ListPageWithPrefixes<GoogleCloudStorageObject> from)
-
Uses of GoogleCloudStorageObject in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return GoogleCloudStorageObject Modifier and Type Method Description static 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 GoogleCloudStorageObject Modifier and Type Method Description static 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 GoogleCloudStorageObject Modifier and Type Method Description ComposeObjectTemplate.Builder
ComposeObjectTemplate.Builder. fromGoogleCloudStorageObject(Collection<GoogleCloudStorageObject> objects)
-
Uses of GoogleCloudStorageObject in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features that return GoogleCloudStorageObject Modifier and Type Method Description GoogleCloudStorageObject
ObjectApi. composeObjects(String destinationBucket, String destinationObject, ComposeObjectTemplate composeObjectTemplate)
Concatenates a list of existing objects into a new object in the same bucket.GoogleCloudStorageObject
ObjectApi. composeObjects(String destinationBucket, String destinationObject, ComposeObjectTemplate composeObjectTemplate, ComposeObjectOptions options)
Concatenates a list of existing objects into a new object in the same bucket.GoogleCloudStorageObject
ObjectApi. copyObject(String destinationBucket, String destinationObject, String sourceBucket, String sourceObject)
Copies an object to a specified location.GoogleCloudStorageObject
ObjectApi. copyObject(String destinationBucket, String destinationObject, String sourceBucket, String sourceObject, ObjectTemplate template)
Copies an object to a specified location with updated metadata.GoogleCloudStorageObject
ObjectApi. copyObject(String destinationBucket, String destinationObject, String sourceBucket, String sourceObject, CopyObjectOptions options)
Copies an object to a specified location.GoogleCloudStorageObject
ObjectApi. getObject(String bucketName, String objectName)
Retrieve an object metadataGoogleCloudStorageObject
ObjectApi. getObject(String bucketName, String objectName, HttpRequestOptions options)
Retrieves objects metadataGoogleCloudStorageObject
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. simpleUpload(String bucketName, String contentType, Long contentLength, Payload payload, InsertObjectOptions options)
Stores a new object.GoogleCloudStorageObject
ObjectApi. updateObject(String bucketName, String objectName, ObjectTemplate objectTemplate)
Updates an object metadataGoogleCloudStorageObject
ObjectApi. updateObject(String bucketName, String objectName, ObjectTemplate objectTemplate, UpdateObjectOptions options)
Updates an objectMethods in org.jclouds.googlecloudstorage.features that return types with arguments of type GoogleCloudStorageObject Modifier and Type Method Description ListPageWithPrefixes<GoogleCloudStorageObject>
ObjectApi. listObjects(String bucketName)
Retrieves a list of objects matching the criteria.ListPageWithPrefixes<GoogleCloudStorageObject>
ObjectApi. listObjects(String bucketName, ListObjectOptions options)
Retrieves a list of objects matching the criteria.
-