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 MutableBlobMetadataObjectToBlobMetadata. 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 GoogleCloudStorageObjectGoogleCloudStorageObject. 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 GoogleCloudStorageObjectRewriteResponse. resource()Methods in org.jclouds.googlecloudstorage.domain with parameters of type GoogleCloudStorageObject Modifier and Type Method Description static RewriteResponseRewriteResponse. 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.BuilderComposeObjectTemplate.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 GoogleCloudStorageObjectObjectApi. composeObjects(String destinationBucket, String destinationObject, ComposeObjectTemplate composeObjectTemplate)Concatenates a list of existing objects into a new object in the same bucket.GoogleCloudStorageObjectObjectApi. composeObjects(String destinationBucket, String destinationObject, ComposeObjectTemplate composeObjectTemplate, ComposeObjectOptions options)Concatenates a list of existing objects into a new object in the same bucket.GoogleCloudStorageObjectObjectApi. copyObject(String destinationBucket, String destinationObject, String sourceBucket, String sourceObject)Copies an object to a specified location.GoogleCloudStorageObjectObjectApi. copyObject(String destinationBucket, String destinationObject, String sourceBucket, String sourceObject, ObjectTemplate template)Copies an object to a specified location with updated metadata.GoogleCloudStorageObjectObjectApi. copyObject(String destinationBucket, String destinationObject, String sourceBucket, String sourceObject, CopyObjectOptions options)Copies an object to a specified location.GoogleCloudStorageObjectObjectApi. getObject(String bucketName, String objectName)Retrieve an object metadataGoogleCloudStorageObjectObjectApi. getObject(String bucketName, String objectName, HttpRequestOptions options)Retrieves objects metadataGoogleCloudStorageObjectObjectApi. multipartUpload(String bucketName, ObjectTemplate objectTemplate, Payload payload)Stores a new object with metadata.GoogleCloudStorageObjectObjectApi. patchObject(String bucketName, String objectName, ObjectTemplate objectTemplate)Updates an object according to patch semanticsGoogleCloudStorageObjectObjectApi. patchObject(String bucketName, String objectName, ObjectTemplate objectTemplate, UpdateObjectOptions options)Updates an object according to patch semanticsGoogleCloudStorageObjectObjectApi. simpleUpload(String bucketName, String contentType, Long contentLength, Payload payload, InsertObjectOptions options)Stores a new object.GoogleCloudStorageObjectObjectApi. updateObject(String bucketName, String objectName, ObjectTemplate objectTemplate)Updates an object metadataGoogleCloudStorageObjectObjectApi. 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. 
 -