public class Storage.Notifications.Delete extends StorageRequest<java.lang.Void>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
Delete(java.lang.String bucket,
java.lang.String notification)
Permanently deletes a notification subscription.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBucket()
The parent bucket of the notification.
|
java.lang.String |
getNotification()
ID of the notification to delete.
|
java.lang.String |
getProvisionalUserProject()
The project to be billed for this request if the target bucket is requester-pays bucket.
|
java.lang.String |
getUserProject()
The project to be billed for this request.
|
Storage.Notifications.Delete |
set(java.lang.String parameterName,
java.lang.Object value) |
Storage.Notifications.Delete |
setAlt(java.lang.String alt)
Data format for the response.
|
Storage.Notifications.Delete |
setBucket(java.lang.String bucket)
The parent bucket of the notification.
|
Storage.Notifications.Delete |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Notifications.Delete |
setKey(java.lang.String key)
API key.
|
Storage.Notifications.Delete |
setNotification(java.lang.String notification)
ID of the notification to delete.
|
Storage.Notifications.Delete |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Notifications.Delete |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Notifications.Delete |
setProvisionalUserProject(java.lang.String provisionalUserProject)
The project to be billed for this request if the target bucket is requester-pays bucket.
|
Storage.Notifications.Delete |
setQuotaUser(java.lang.String quotaUser)
An opaque string that represents a user for quota purposes.
|
Storage.Notifications.Delete |
setUserIp(java.lang.String userIp)
Deprecated.
|
Storage.Notifications.Delete |
setUserProject(java.lang.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
protected Delete(java.lang.String bucket, java.lang.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(java.lang.String alt)
StorageRequest
setAlt
in class StorageRequest<java.lang.Void>
public Storage.Notifications.Delete setFields(java.lang.String fields)
StorageRequest
setFields
in class StorageRequest<java.lang.Void>
public Storage.Notifications.Delete setKey(java.lang.String key)
StorageRequest
setKey
in class StorageRequest<java.lang.Void>
public Storage.Notifications.Delete setOauthToken(java.lang.String oauthToken)
StorageRequest
setOauthToken
in class StorageRequest<java.lang.Void>
public Storage.Notifications.Delete setPrettyPrint(java.lang.Boolean prettyPrint)
StorageRequest
setPrettyPrint
in class StorageRequest<java.lang.Void>
public Storage.Notifications.Delete setQuotaUser(java.lang.String quotaUser)
StorageRequest
setQuotaUser
in class StorageRequest<java.lang.Void>
public Storage.Notifications.Delete setUserIp(java.lang.String userIp)
StorageRequest
setUserIp
in class StorageRequest<java.lang.Void>
public java.lang.String getBucket()
public Storage.Notifications.Delete setBucket(java.lang.String bucket)
public java.lang.String getNotification()
public Storage.Notifications.Delete setNotification(java.lang.String notification)
public java.lang.String getProvisionalUserProject()
public Storage.Notifications.Delete setProvisionalUserProject(java.lang.String provisionalUserProject)
public java.lang.String getUserProject()
public Storage.Notifications.Delete setUserProject(java.lang.String userProject)
public Storage.Notifications.Delete set(java.lang.String parameterName, java.lang.Object value)
set
in class StorageRequest<java.lang.Void>