public class Storage.Notifications.Insert extends StorageRequest<Notification>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
Insert(String bucket,
Notification content)
Creates a notification subscription for a given bucket.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucket()
The parent bucket of the notification.
|
String |
getProvisionalUserProject()
The project to be billed for this request if the target bucket is requester-pays bucket.
|
String |
getUserProject()
The project to be billed for this request.
|
Storage.Notifications.Insert |
set(String parameterName,
Object value) |
Storage.Notifications.Insert |
setAlt(String alt)
Data format for the response.
|
Storage.Notifications.Insert |
setBucket(String bucket)
The parent bucket of the notification.
|
Storage.Notifications.Insert |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Notifications.Insert |
setKey(String key)
API key.
|
Storage.Notifications.Insert |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Notifications.Insert |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Notifications.Insert |
setProvisionalUserProject(String provisionalUserProject)
The project to be billed for this request if the target bucket is requester-pays bucket.
|
Storage.Notifications.Insert |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Storage.Notifications.Insert |
setUserIp(String userIp)
Deprecated.
|
Storage.Notifications.Insert |
setUserProject(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
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected Insert(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 Notification
public Storage.Notifications.Insert setAlt(String alt)
StorageRequest
setAlt
in class StorageRequest<Notification>
public Storage.Notifications.Insert setFields(String fields)
StorageRequest
setFields
in class StorageRequest<Notification>
public Storage.Notifications.Insert setKey(String key)
StorageRequest
setKey
in class StorageRequest<Notification>
public Storage.Notifications.Insert setOauthToken(String oauthToken)
StorageRequest
setOauthToken
in class StorageRequest<Notification>
public Storage.Notifications.Insert setPrettyPrint(Boolean prettyPrint)
StorageRequest
setPrettyPrint
in class StorageRequest<Notification>
public Storage.Notifications.Insert setQuotaUser(String quotaUser)
StorageRequest
setQuotaUser
in class StorageRequest<Notification>
public Storage.Notifications.Insert setUserIp(String userIp)
StorageRequest
setUserIp
in class StorageRequest<Notification>
public String getBucket()
public Storage.Notifications.Insert setBucket(String bucket)
public String getProvisionalUserProject()
public Storage.Notifications.Insert setProvisionalUserProject(String provisionalUserProject)
public String getUserProject()
public Storage.Notifications.Insert setUserProject(String userProject)
public Storage.Notifications.Insert set(String parameterName, Object value)
set
in class StorageRequest<Notification>
Copyright © 2011–2019 Google. All rights reserved.