public class Storage.Buckets.LockRetentionPolicy extends StorageRequest<Bucket>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
LockRetentionPolicy(String bucket,
Long ifMetagenerationMatch)
Locks retention policy on a bucket.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket()
Name of a bucket.
|
Long |
getIfMetagenerationMatch()
Makes the operation conditional on whether bucket's current metageneration matches the given value.
|
String |
getUserProject()
The project to be billed for this request.
|
Storage.Buckets.LockRetentionPolicy |
set(String parameterName,
Object value) |
Storage.Buckets.LockRetentionPolicy |
setAlt(String alt)
Data format for the response.
|
Storage.Buckets.LockRetentionPolicy |
setBucket(String bucket)
Name of a bucket.
|
Storage.Buckets.LockRetentionPolicy |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Buckets.LockRetentionPolicy |
setIfMetagenerationMatch(Long ifMetagenerationMatch)
Makes the operation conditional on whether bucket's current metageneration matches the
given value.
|
Storage.Buckets.LockRetentionPolicy |
setKey(String key)
API key.
|
Storage.Buckets.LockRetentionPolicy |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Buckets.LockRetentionPolicy |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Buckets.LockRetentionPolicy |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Storage.Buckets.LockRetentionPolicy |
setUserIp(String userIp)
Deprecated.
|
Storage.Buckets.LockRetentionPolicy |
setUserProject(String userProject)
The project to be billed for this request.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, 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, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected LockRetentionPolicy(String bucket, Long ifMetagenerationMatch)
AbstractGoogleClientRequest.execute() method to invoke the remote
operation. LockRetentionPolicy#initialize(com.google.api.client.googleapis.services.
AbstractGoogleClientRequest) must be called to initialize this instance immediately after
invoking the constructor.
bucket - Name of a bucket.ifMetagenerationMatch - Makes the operation conditional on whether bucket's current metageneration matches the given value.public Storage.Buckets.LockRetentionPolicy setAlt(String alt)
StorageRequestsetAlt in class StorageRequest<Bucket>public Storage.Buckets.LockRetentionPolicy setFields(String fields)
StorageRequestsetFields in class StorageRequest<Bucket>public Storage.Buckets.LockRetentionPolicy setKey(String key)
StorageRequestsetKey in class StorageRequest<Bucket>public Storage.Buckets.LockRetentionPolicy setOauthToken(String oauthToken)
StorageRequestsetOauthToken in class StorageRequest<Bucket>public Storage.Buckets.LockRetentionPolicy setPrettyPrint(Boolean prettyPrint)
StorageRequestsetPrettyPrint in class StorageRequest<Bucket>public Storage.Buckets.LockRetentionPolicy setQuotaUser(String quotaUser)
StorageRequestsetQuotaUser in class StorageRequest<Bucket>public Storage.Buckets.LockRetentionPolicy setUserIp(String userIp)
StorageRequestsetUserIp in class StorageRequest<Bucket>public String getBucket()
public Storage.Buckets.LockRetentionPolicy setBucket(String bucket)
public Long getIfMetagenerationMatch()
public Storage.Buckets.LockRetentionPolicy setIfMetagenerationMatch(Long ifMetagenerationMatch)
public String getUserProject()
public Storage.Buckets.LockRetentionPolicy setUserProject(String userProject)
public Storage.Buckets.LockRetentionPolicy set(String parameterName, Object value)
set in class StorageRequest<Bucket>Copyright © 2011–2018 Google. All rights reserved.