public class Storage.Notifications.Insert extends StorageRequest<Notification>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Insert(java.lang.String bucket,
Notification content)
Creates a notification subscription for a given bucket.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBucket()
The parent bucket of the notification.
|
java.lang.String |
getUserProject()
The project to be billed for this request.
|
Storage.Notifications.Insert |
set(java.lang.String parameterName,
java.lang.Object value) |
Storage.Notifications.Insert |
setAlt(java.lang.String alt)
Data format for the response.
|
Storage.Notifications.Insert |
setBucket(java.lang.String bucket)
The parent bucket of the notification.
|
Storage.Notifications.Insert |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Notifications.Insert |
setKey(java.lang.String key)
API key.
|
Storage.Notifications.Insert |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Notifications.Insert |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Notifications.Insert |
setQuotaUser(java.lang.String quotaUser)
An opaque string that represents a user for quota purposes.
|
Storage.Notifications.Insert |
setUserIp(java.lang.String userIp)
Deprecated.
|
Storage.Notifications.Insert |
setUserProject(java.lang.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, valuesprotected Insert(java.lang.String bucket,
Notification 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 - The parent bucket of the notification.content - the Notificationpublic Storage.Notifications.Insert setAlt(java.lang.String alt)
StorageRequestsetAlt in class StorageRequest<Notification>public Storage.Notifications.Insert setFields(java.lang.String fields)
StorageRequestsetFields in class StorageRequest<Notification>public Storage.Notifications.Insert setKey(java.lang.String key)
StorageRequestsetKey in class StorageRequest<Notification>public Storage.Notifications.Insert setOauthToken(java.lang.String oauthToken)
StorageRequestsetOauthToken in class StorageRequest<Notification>public Storage.Notifications.Insert setPrettyPrint(java.lang.Boolean prettyPrint)
StorageRequestsetPrettyPrint in class StorageRequest<Notification>public Storage.Notifications.Insert setQuotaUser(java.lang.String quotaUser)
StorageRequestsetQuotaUser in class StorageRequest<Notification>public Storage.Notifications.Insert setUserIp(java.lang.String userIp)
StorageRequestsetUserIp in class StorageRequest<Notification>public java.lang.String getBucket()
public Storage.Notifications.Insert setBucket(java.lang.String bucket)
public java.lang.String getUserProject()
public Storage.Notifications.Insert setUserProject(java.lang.String userProject)
public Storage.Notifications.Insert set(java.lang.String parameterName, java.lang.Object value)
set in class StorageRequest<Notification>