public class Compute.PublicDelegatedPrefixes.Withdraw extends ComputeRequest<Operation>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Withdraw(String project,
String region,
String publicDelegatedPrefix)
Withdraws the specified PublicDelegatedPrefix in the given region.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProject()
Project ID for this request.
|
String |
getPublicDelegatedPrefix()
The name of the public delegated prefix.
|
String |
getRegion()
The name of the region where the public delegated prefix is located.
|
String |
getRequestId()
An optional request ID to identify requests.
|
Compute.PublicDelegatedPrefixes.Withdraw |
set(String parameterName,
Object value) |
Compute.PublicDelegatedPrefixes.Withdraw |
set$Xgafv(String $Xgafv)
V1 error format.
|
Compute.PublicDelegatedPrefixes.Withdraw |
setAccessToken(String accessToken)
OAuth access token.
|
Compute.PublicDelegatedPrefixes.Withdraw |
setAlt(String alt)
Data format for response.
|
Compute.PublicDelegatedPrefixes.Withdraw |
setCallback(String callback)
JSONP
|
Compute.PublicDelegatedPrefixes.Withdraw |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Compute.PublicDelegatedPrefixes.Withdraw |
setKey(String key)
API key.
|
Compute.PublicDelegatedPrefixes.Withdraw |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Compute.PublicDelegatedPrefixes.Withdraw |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Compute.PublicDelegatedPrefixes.Withdraw |
setProject(String project)
Project ID for this request.
|
Compute.PublicDelegatedPrefixes.Withdraw |
setPublicDelegatedPrefix(String publicDelegatedPrefix)
The name of the public delegated prefix.
|
Compute.PublicDelegatedPrefixes.Withdraw |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Compute.PublicDelegatedPrefixes.Withdraw |
setRegion(String region)
The name of the region where the public delegated prefix is located.
|
Compute.PublicDelegatedPrefixes.Withdraw |
setRequestId(String requestId)
An optional request ID to identify requests.
|
Compute.PublicDelegatedPrefixes.Withdraw |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Compute.PublicDelegatedPrefixes.Withdraw |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
Compute.PublicDelegatedPrefixes.Withdraw |
setUserIp(String userIp)
Legacy name for parameter that has been superseded by `quotaUser`.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, 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 Withdraw(String project, String region, String publicDelegatedPrefix)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Compute.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
project - Project ID for this request.region - The name of the region where the public delegated prefix is located. It should comply with RFC1035.publicDelegatedPrefix - The name of the public delegated prefix. It should comply with RFC1035.public Compute.PublicDelegatedPrefixes.Withdraw set$Xgafv(String $Xgafv)
ComputeRequestset$Xgafv in class ComputeRequest<Operation>public Compute.PublicDelegatedPrefixes.Withdraw setAccessToken(String accessToken)
ComputeRequestsetAccessToken in class ComputeRequest<Operation>public Compute.PublicDelegatedPrefixes.Withdraw setAlt(String alt)
ComputeRequestsetAlt in class ComputeRequest<Operation>public Compute.PublicDelegatedPrefixes.Withdraw setCallback(String callback)
ComputeRequestsetCallback in class ComputeRequest<Operation>public Compute.PublicDelegatedPrefixes.Withdraw setFields(String fields)
ComputeRequestsetFields in class ComputeRequest<Operation>public Compute.PublicDelegatedPrefixes.Withdraw setKey(String key)
ComputeRequestsetKey in class ComputeRequest<Operation>public Compute.PublicDelegatedPrefixes.Withdraw setOauthToken(String oauthToken)
ComputeRequestsetOauthToken in class ComputeRequest<Operation>public Compute.PublicDelegatedPrefixes.Withdraw setPrettyPrint(Boolean prettyPrint)
ComputeRequestsetPrettyPrint in class ComputeRequest<Operation>public Compute.PublicDelegatedPrefixes.Withdraw setQuotaUser(String quotaUser)
ComputeRequestsetQuotaUser in class ComputeRequest<Operation>public Compute.PublicDelegatedPrefixes.Withdraw setUploadType(String uploadType)
ComputeRequestsetUploadType in class ComputeRequest<Operation>public Compute.PublicDelegatedPrefixes.Withdraw setUploadProtocol(String uploadProtocol)
ComputeRequestsetUploadProtocol in class ComputeRequest<Operation>public Compute.PublicDelegatedPrefixes.Withdraw setUserIp(String userIp)
ComputeRequestsetUserIp in class ComputeRequest<Operation>public String getProject()
public Compute.PublicDelegatedPrefixes.Withdraw setProject(String project)
public String getRegion()
public Compute.PublicDelegatedPrefixes.Withdraw setRegion(String region)
public String getPublicDelegatedPrefix()
public Compute.PublicDelegatedPrefixes.Withdraw setPublicDelegatedPrefix(String publicDelegatedPrefix)
public String getRequestId()
public Compute.PublicDelegatedPrefixes.Withdraw setRequestId(String requestId)
public Compute.PublicDelegatedPrefixes.Withdraw set(String parameterName, Object value)
set in class ComputeRequest<Operation>Copyright © 2011–2024 Google. All rights reserved.