public class Compute.InterconnectAttachmentGroups.Delete extends ComputeRequest<Operation>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Delete(String project,
String interconnectAttachmentGroup)
Deletes the specified InterconnectAttachmentGroup in the given scope
Create a request for the method "interconnectAttachmentGroups.delete".
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, 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, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected Delete(String project, String interconnectAttachmentGroup)
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.interconnectAttachmentGroup
- Name of the InterconnectAttachmentGroup resource to delete.public Compute.InterconnectAttachmentGroups.Delete set$Xgafv(String $Xgafv)
ComputeRequest
set$Xgafv
in class ComputeRequest<Operation>
public Compute.InterconnectAttachmentGroups.Delete setAccessToken(String accessToken)
ComputeRequest
setAccessToken
in class ComputeRequest<Operation>
public Compute.InterconnectAttachmentGroups.Delete setAlt(String alt)
ComputeRequest
setAlt
in class ComputeRequest<Operation>
public Compute.InterconnectAttachmentGroups.Delete setCallback(String callback)
ComputeRequest
setCallback
in class ComputeRequest<Operation>
public Compute.InterconnectAttachmentGroups.Delete setFields(String fields)
ComputeRequest
setFields
in class ComputeRequest<Operation>
public Compute.InterconnectAttachmentGroups.Delete setKey(String key)
ComputeRequest
setKey
in class ComputeRequest<Operation>
public Compute.InterconnectAttachmentGroups.Delete setOauthToken(String oauthToken)
ComputeRequest
setOauthToken
in class ComputeRequest<Operation>
public Compute.InterconnectAttachmentGroups.Delete setPrettyPrint(Boolean prettyPrint)
ComputeRequest
setPrettyPrint
in class ComputeRequest<Operation>
public Compute.InterconnectAttachmentGroups.Delete setQuotaUser(String quotaUser)
ComputeRequest
setQuotaUser
in class ComputeRequest<Operation>
public Compute.InterconnectAttachmentGroups.Delete setUploadType(String uploadType)
ComputeRequest
setUploadType
in class ComputeRequest<Operation>
public Compute.InterconnectAttachmentGroups.Delete setUploadProtocol(String uploadProtocol)
ComputeRequest
setUploadProtocol
in class ComputeRequest<Operation>
public Compute.InterconnectAttachmentGroups.Delete setUserIp(String userIp)
ComputeRequest
setUserIp
in class ComputeRequest<Operation>
public String getProject()
public Compute.InterconnectAttachmentGroups.Delete setProject(String project)
public String getInterconnectAttachmentGroup()
public Compute.InterconnectAttachmentGroups.Delete setInterconnectAttachmentGroup(String interconnectAttachmentGroup)
public String getRequestId()
public Compute.InterconnectAttachmentGroups.Delete setRequestId(String requestId)
public Compute.InterconnectAttachmentGroups.Delete set(String parameterName, Object value)
set
in class ComputeRequest<Operation>
Copyright © 2011–2025 Google. All rights reserved.