public class Storage.Objects.SetIamPolicy extends StorageRequest<com.google.api.services.storage.model.Policy>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
SetIamPolicy(String bucket,
String object__,
com.google.api.services.storage.model.Policy content)
Updates an IAM policy for the specified object.
|
| 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).
|
String |
getObject()
Name of the object.
|
String |
getUserProject()
The project to be billed for this request.
|
Storage.Objects.SetIamPolicy |
set(String parameterName,
Object value) |
Storage.Objects.SetIamPolicy |
setAlt(String alt)
Data format for the response.
|
Storage.Objects.SetIamPolicy |
setBucket(String bucket)
Name of the bucket in which the object resides.
|
Storage.Objects.SetIamPolicy |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Objects.SetIamPolicy |
setGeneration(Long generation)
If present, selects a specific revision of this object (as opposed to the latest version,
the default).
|
Storage.Objects.SetIamPolicy |
setKey(String key)
API key.
|
Storage.Objects.SetIamPolicy |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Objects.SetIamPolicy |
setObject(String object__)
Name of the object.
|
Storage.Objects.SetIamPolicy |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Objects.SetIamPolicy |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Storage.Objects.SetIamPolicy |
setUploadType(String uploadType)
Upload protocol for media (e.g.
|
Storage.Objects.SetIamPolicy |
setUserIp(String userIp)
Deprecated.
|
Storage.Objects.SetIamPolicy |
setUserProject(String userProject)
The project to be billed for this request.
|
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 SetIamPolicy(String bucket, String object__, com.google.api.services.storage.model.Policy content)
Create a request for the method "objects.setIamPolicy".
This request holds the parameters needed by the the storage server. After setting any
optional parameters, call the 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.content - the Policypublic Storage.Objects.SetIamPolicy setAlt(String alt)
StorageRequestsetAlt in class StorageRequest<com.google.api.services.storage.model.Policy>public Storage.Objects.SetIamPolicy setFields(String fields)
StorageRequestsetFields in class StorageRequest<com.google.api.services.storage.model.Policy>public Storage.Objects.SetIamPolicy setKey(String key)
StorageRequestsetKey in class StorageRequest<com.google.api.services.storage.model.Policy>public Storage.Objects.SetIamPolicy setOauthToken(String oauthToken)
StorageRequestsetOauthToken in class StorageRequest<com.google.api.services.storage.model.Policy>public Storage.Objects.SetIamPolicy setPrettyPrint(Boolean prettyPrint)
StorageRequestsetPrettyPrint in class StorageRequest<com.google.api.services.storage.model.Policy>public Storage.Objects.SetIamPolicy setQuotaUser(String quotaUser)
StorageRequestsetQuotaUser in class StorageRequest<com.google.api.services.storage.model.Policy>public Storage.Objects.SetIamPolicy setUploadType(String uploadType)
StorageRequestsetUploadType in class StorageRequest<com.google.api.services.storage.model.Policy>public Storage.Objects.SetIamPolicy setUserIp(String userIp)
StorageRequestsetUserIp in class StorageRequest<com.google.api.services.storage.model.Policy>public String getBucket()
public Storage.Objects.SetIamPolicy setBucket(String bucket)
public String getObject()
public Storage.Objects.SetIamPolicy setObject(String object__)
public Long getGeneration()
public Storage.Objects.SetIamPolicy setGeneration(Long generation)
public String getUserProject()
public Storage.Objects.SetIamPolicy setUserProject(String userProject)
public Storage.Objects.SetIamPolicy set(String parameterName, Object value)
set in class StorageRequest<com.google.api.services.storage.model.Policy>Copyright © 2022. All rights reserved.