public class Storage.Notifications.Delete extends StorageRequest<Void>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Delete(String bucket,
String notification)
Permanently deletes a notification subscription.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket()
The parent bucket of the notification.
|
String |
getNotification()
ID of the notification to delete.
|
String |
getUserProject()
The project to be billed for this request.
|
Storage.Notifications.Delete |
set(String parameterName,
Object value) |
Storage.Notifications.Delete |
setAlt(String alt)
Data format for the response.
|
Storage.Notifications.Delete |
setBucket(String bucket)
The parent bucket of the notification.
|
Storage.Notifications.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Notifications.Delete |
setKey(String key)
API key.
|
Storage.Notifications.Delete |
setNotification(String notification)
ID of the notification to delete.
|
Storage.Notifications.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Notifications.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Notifications.Delete |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Storage.Notifications.Delete |
setUserIp(String userIp)
Deprecated.
|
Storage.Notifications.Delete |
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 Delete(String bucket, String notification)
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 - The parent bucket of the notification.notification - ID of the notification to delete.public Storage.Notifications.Delete setAlt(String alt)
StorageRequestsetAlt in class StorageRequest<Void>public Storage.Notifications.Delete setFields(String fields)
StorageRequestsetFields in class StorageRequest<Void>public Storage.Notifications.Delete setKey(String key)
StorageRequestsetKey in class StorageRequest<Void>public Storage.Notifications.Delete setOauthToken(String oauthToken)
StorageRequestsetOauthToken in class StorageRequest<Void>public Storage.Notifications.Delete setPrettyPrint(Boolean prettyPrint)
StorageRequestsetPrettyPrint in class StorageRequest<Void>public Storage.Notifications.Delete setQuotaUser(String quotaUser)
StorageRequestsetQuotaUser in class StorageRequest<Void>public Storage.Notifications.Delete setUserIp(String userIp)
StorageRequestsetUserIp in class StorageRequest<Void>public String getBucket()
public Storage.Notifications.Delete setBucket(String bucket)
public String getNotification()
public Storage.Notifications.Delete setNotification(String notification)
public String getUserProject()
public Storage.Notifications.Delete setUserProject(String userProject)
public Storage.Notifications.Delete set(String parameterName, Object value)
set in class StorageRequest<Void>Copyright © 2011–2018 Google. All rights reserved.