Modifier and Type | Method and Description |
---|---|
MutableBlobMetadata |
ObjectToBlobMetadata.apply(GoogleCloudStorageObject from) |
Modifier and Type | Method and Description |
---|---|
PageSet<? extends StorageMetadata> |
ObjectListToStorageMetadata.apply(ListPageWithPrefixes<GoogleCloudStorageObject> from) |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
static RewriteResponse |
RewriteResponse.create(long totalBytesRewritten,
long objectSize,
boolean done,
String rewriteToken,
GoogleCloudStorageObject resource) |
Modifier and Type | Method and Description |
---|---|
ComposeObjectTemplate.Builder |
ComposeObjectTemplate.Builder.fromGoogleCloudStorageObject(Collection<GoogleCloudStorageObject> objects) |
Modifier and Type | Method and 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,
CopyObjectOptions options)
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.getObject(String bucketName,
String objectName)
Retrieve an object metadata
|
GoogleCloudStorageObject |
ObjectApi.getObject(String bucketName,
String objectName,
HttpRequestOptions options)
Retrieves objects metadata
|
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.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 metadata
|
GoogleCloudStorageObject |
ObjectApi.updateObject(String bucketName,
String objectName,
ObjectTemplate objectTemplate,
UpdateObjectOptions options)
Updates an object
|
Modifier and Type | Method and 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.
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.