public class Storage.Objects.Patch extends StorageRequest<StorageObject>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Patch(String bucket,
String object__,
StorageObject content)
Patches an object's metadata.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket()
Name of the bucket in which the object resides.
|
Long |
getGeneration()
If present, selects a specific revision of this object (as opposed to the latest version, the
default).
|
Long |
getIfGenerationMatch()
Makes the operation conditional on whether the object's current generation matches the given value.
|
Long |
getIfGenerationNotMatch()
Makes the operation conditional on whether the object's current generation does not match the given
value.
|
Long |
getIfMetagenerationMatch()
Makes the operation conditional on whether the object's current metageneration matches the given
value.
|
Long |
getIfMetagenerationNotMatch()
Makes the operation conditional on whether the object's current metageneration does not match the
given value.
|
String |
getObject()
Name of the object.
|
Boolean |
getOverrideUnlockedRetention()
Must be true to remove the retention configuration, reduce its unlocked retention period, or change
its mode from unlocked to locked.
|
String |
getPredefinedAcl()
Apply a predefined set of access controls to this object.
|
String |
getProjection()
Set of properties to return.
|
String |
getUserProject()
The project to be billed for this request, for Requester Pays buckets.
|
Storage.Objects.Patch |
set(String parameterName,
Object value) |
Storage.Objects.Patch |
setAlt(String alt)
Data format for the response.
|
Storage.Objects.Patch |
setBucket(String bucket)
Name of the bucket in which the object resides.
|
Storage.Objects.Patch |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Objects.Patch |
setGeneration(Long generation)
If present, selects a specific revision of this object (as opposed to the latest version,
the default).
|
Storage.Objects.Patch |
setIfGenerationMatch(Long ifGenerationMatch)
Makes the operation conditional on whether the object's current generation matches the
given value.
|
Storage.Objects.Patch |
setIfGenerationNotMatch(Long ifGenerationNotMatch)
Makes the operation conditional on whether the object's current generation does not match
the given value.
|
Storage.Objects.Patch |
setIfMetagenerationMatch(Long ifMetagenerationMatch)
Makes the operation conditional on whether the object's current metageneration matches the
given value.
|
Storage.Objects.Patch |
setIfMetagenerationNotMatch(Long ifMetagenerationNotMatch)
Makes the operation conditional on whether the object's current metageneration does not
match the given value.
|
Storage.Objects.Patch |
setKey(String key)
API key.
|
Storage.Objects.Patch |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Objects.Patch |
setObject(String object__)
Name of the object.
|
Storage.Objects.Patch |
setOverrideUnlockedRetention(Boolean overrideUnlockedRetention)
Must be true to remove the retention configuration, reduce its unlocked retention period,
or change its mode from unlocked to locked.
|
Storage.Objects.Patch |
setPredefinedAcl(String predefinedAcl)
Apply a predefined set of access controls to this object.
|
Storage.Objects.Patch |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Objects.Patch |
setProjection(String projection)
Set of properties to return.
|
Storage.Objects.Patch |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Storage.Objects.Patch |
setUploadType(String uploadType)
Upload protocol for media (e.g.
|
Storage.Objects.Patch |
setUserIp(String userIp)
Deprecated.
|
Storage.Objects.Patch |
setUserProject(String userProject)
The project to be billed for this request, for Requester Pays buckets.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadType, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Patch(String bucket, String object__, StorageObject 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.
bucket - Name of the bucket in which the object resides.object__ - Name of the object. For information about how to URL encode object names to be path safe, see
[Encoding URI Path Parts](https://cloud.google.com/storage/docs/request-
endpoints#encoding).content - the StorageObjectpublic Storage.Objects.Patch setAlt(String alt)
StorageRequestsetAlt in class StorageRequest<StorageObject>public Storage.Objects.Patch setFields(String fields)
StorageRequestsetFields in class StorageRequest<StorageObject>public Storage.Objects.Patch setKey(String key)
StorageRequestsetKey in class StorageRequest<StorageObject>public Storage.Objects.Patch setOauthToken(String oauthToken)
StorageRequestsetOauthToken in class StorageRequest<StorageObject>public Storage.Objects.Patch setPrettyPrint(Boolean prettyPrint)
StorageRequestsetPrettyPrint in class StorageRequest<StorageObject>public Storage.Objects.Patch setQuotaUser(String quotaUser)
StorageRequestsetQuotaUser in class StorageRequest<StorageObject>public Storage.Objects.Patch setUploadType(String uploadType)
StorageRequestsetUploadType in class StorageRequest<StorageObject>public Storage.Objects.Patch setUserIp(String userIp)
StorageRequestsetUserIp in class StorageRequest<StorageObject>public String getBucket()
public Storage.Objects.Patch setBucket(String bucket)
public String getObject()
public Storage.Objects.Patch setObject(String object__)
public Long getGeneration()
public Storage.Objects.Patch setGeneration(Long generation)
public Long getIfGenerationMatch()
public Storage.Objects.Patch setIfGenerationMatch(Long ifGenerationMatch)
public Long getIfGenerationNotMatch()
public Storage.Objects.Patch setIfGenerationNotMatch(Long ifGenerationNotMatch)
public Long getIfMetagenerationMatch()
public Storage.Objects.Patch setIfMetagenerationMatch(Long ifMetagenerationMatch)
public Long getIfMetagenerationNotMatch()
public Storage.Objects.Patch setIfMetagenerationNotMatch(Long ifMetagenerationNotMatch)
public Boolean getOverrideUnlockedRetention()
public Storage.Objects.Patch setOverrideUnlockedRetention(Boolean overrideUnlockedRetention)
public String getPredefinedAcl()
public Storage.Objects.Patch setPredefinedAcl(String predefinedAcl)
public String getProjection()
public Storage.Objects.Patch setProjection(String projection)
public String getUserProject()
public Storage.Objects.Patch setUserProject(String userProject)
public Storage.Objects.Patch set(String parameterName, Object value)
set in class StorageRequest<StorageObject>Copyright © 2011–2025 Google. All rights reserved.