public class Storage.Objects.Compose extends StorageRequest<StorageObject>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
Compose(String destinationBucket,
String destinationObject,
ComposeRequest content)
Concatenates a list of existing objects into a new object in the same bucket.
|
Modifier and Type | Method and Description |
---|---|
String |
getDestinationBucket()
Name of the bucket containing the source objects.
|
String |
getDestinationObject()
Name of the new object.
|
String |
getDestinationPredefinedAcl()
Apply a predefined set of access controls to the destination object.
|
Long |
getIfGenerationMatch()
Makes the operation conditional on whether the object's current generation matches the given value.
|
Long |
getIfMetagenerationMatch()
Makes the operation conditional on whether the object's current metageneration matches the given
value.
|
String |
getKmsKeyName()
Resource name of the Cloud KMS key, of the form projects/my-project/locations/global/keyRings/my-
kr/cryptoKeys/my-key, that will be used to encrypt the object.
|
String |
getProvisionalUserProject()
The project to be billed for this request if the target bucket is requester-pays bucket.
|
String |
getUserProject()
The project to be billed for this request.
|
Storage.Objects.Compose |
set(String parameterName,
Object value) |
Storage.Objects.Compose |
setAlt(String alt)
Data format for the response.
|
Storage.Objects.Compose |
setDestinationBucket(String destinationBucket)
Name of the bucket containing the source objects.
|
Storage.Objects.Compose |
setDestinationObject(String destinationObject)
Name of the new object.
|
Storage.Objects.Compose |
setDestinationPredefinedAcl(String destinationPredefinedAcl)
Apply a predefined set of access controls to the destination object.
|
Storage.Objects.Compose |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Objects.Compose |
setIfGenerationMatch(Long ifGenerationMatch)
Makes the operation conditional on whether the object's current generation matches the
given value.
|
Storage.Objects.Compose |
setIfMetagenerationMatch(Long ifMetagenerationMatch)
Makes the operation conditional on whether the object's current metageneration matches the
given value.
|
Storage.Objects.Compose |
setKey(String key)
API key.
|
Storage.Objects.Compose |
setKmsKeyName(String kmsKeyName)
Resource name of the Cloud KMS key, of the form projects/my-
project/locations/global/keyRings/my-kr/cryptoKeys/my-key, that will be used to encrypt the
object.
|
Storage.Objects.Compose |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Objects.Compose |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Objects.Compose |
setProvisionalUserProject(String provisionalUserProject)
The project to be billed for this request if the target bucket is requester-pays bucket.
|
Storage.Objects.Compose |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Storage.Objects.Compose |
setUserIp(String userIp)
Deprecated.
|
Storage.Objects.Compose |
setUserProject(String userProject)
The project to be billed for this request.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected Compose(String destinationBucket, String destinationObject, ComposeRequest content)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
Storage.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
destinationBucket
- Name of the bucket containing the source objects. The destination object is stored in this bucket.destinationObject
- Name of the new object. For information about how to URL encode object names to be path safe, see
Encoding URI Path Parts.content
- the ComposeRequest
public Storage.Objects.Compose setAlt(String alt)
StorageRequest
setAlt
in class StorageRequest<StorageObject>
public Storage.Objects.Compose setFields(String fields)
StorageRequest
setFields
in class StorageRequest<StorageObject>
public Storage.Objects.Compose setKey(String key)
StorageRequest
setKey
in class StorageRequest<StorageObject>
public Storage.Objects.Compose setOauthToken(String oauthToken)
StorageRequest
setOauthToken
in class StorageRequest<StorageObject>
public Storage.Objects.Compose setPrettyPrint(Boolean prettyPrint)
StorageRequest
setPrettyPrint
in class StorageRequest<StorageObject>
public Storage.Objects.Compose setQuotaUser(String quotaUser)
StorageRequest
setQuotaUser
in class StorageRequest<StorageObject>
public Storage.Objects.Compose setUserIp(String userIp)
StorageRequest
setUserIp
in class StorageRequest<StorageObject>
public String getDestinationBucket()
public Storage.Objects.Compose setDestinationBucket(String destinationBucket)
public String getDestinationObject()
public Storage.Objects.Compose setDestinationObject(String destinationObject)
public String getDestinationPredefinedAcl()
public Storage.Objects.Compose setDestinationPredefinedAcl(String destinationPredefinedAcl)
public Long getIfGenerationMatch()
public Storage.Objects.Compose setIfGenerationMatch(Long ifGenerationMatch)
public Long getIfMetagenerationMatch()
public Storage.Objects.Compose setIfMetagenerationMatch(Long ifMetagenerationMatch)
public String getKmsKeyName()
public Storage.Objects.Compose setKmsKeyName(String kmsKeyName)
public String getProvisionalUserProject()
public Storage.Objects.Compose setProvisionalUserProject(String provisionalUserProject)
public String getUserProject()
public Storage.Objects.Compose setUserProject(String userProject)
public Storage.Objects.Compose set(String parameterName, Object value)
set
in class StorageRequest<StorageObject>
Copyright © 2011–2019 Google. All rights reserved.