public class Compute.Instances.DeleteNetworkInterface extends ComputeRequest<Operation>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
DeleteNetworkInterface(String project,
String zone,
String instance,
String networkInterfaceName)
Deletes one dynamic network interface from an active instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInstance()
The instance name for this request stored as resource_id.
|
String |
getNetworkInterfaceName()
The name of the dynamic network interface to be deleted from the instance.
|
String |
getProject()
Project ID for this request.
|
String |
getRequestId()
An optional request ID to identify requests.
|
String |
getZone()
The name of the zone for this request.
|
Compute.Instances.DeleteNetworkInterface |
set(String parameterName,
Object value) |
Compute.Instances.DeleteNetworkInterface |
set$Xgafv(String $Xgafv)
V1 error format.
|
Compute.Instances.DeleteNetworkInterface |
setAccessToken(String accessToken)
OAuth access token.
|
Compute.Instances.DeleteNetworkInterface |
setAlt(String alt)
Data format for response.
|
Compute.Instances.DeleteNetworkInterface |
setCallback(String callback)
JSONP
|
Compute.Instances.DeleteNetworkInterface |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Compute.Instances.DeleteNetworkInterface |
setInstance(String instance)
The instance name for this request stored as resource_id.
|
Compute.Instances.DeleteNetworkInterface |
setKey(String key)
API key.
|
Compute.Instances.DeleteNetworkInterface |
setNetworkInterfaceName(String networkInterfaceName)
The name of the dynamic network interface to be deleted from the instance.
|
Compute.Instances.DeleteNetworkInterface |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Compute.Instances.DeleteNetworkInterface |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Compute.Instances.DeleteNetworkInterface |
setProject(String project)
Project ID for this request.
|
Compute.Instances.DeleteNetworkInterface |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Compute.Instances.DeleteNetworkInterface |
setRequestId(String requestId)
An optional request ID to identify requests.
|
Compute.Instances.DeleteNetworkInterface |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Compute.Instances.DeleteNetworkInterface |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
Compute.Instances.DeleteNetworkInterface |
setUserIp(String userIp)
Legacy name for parameter that has been superseded by `quotaUser`.
|
Compute.Instances.DeleteNetworkInterface |
setZone(String zone)
The name of the zone for this request.
|
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 DeleteNetworkInterface(String project, String zone, String instance, String networkInterfaceName)
AbstractGoogleClientRequest.execute() method to invoke the remote
operation. DeleteNetworkInterface#initialize(com.google.api.client.googleapis.servic
es.AbstractGoogleClientRequest) must be called to initialize this instance immediately after
invoking the constructor.
project - Project ID for this request.zone - The name of the zone for this request.instance - The instance name for this request stored as resource_id.
Name should conform to RFC1035 or be an
unsigned long integer.networkInterfaceName - The name of the dynamic network interface to be deleted from the instance.public Compute.Instances.DeleteNetworkInterface set$Xgafv(String $Xgafv)
ComputeRequestset$Xgafv in class ComputeRequest<Operation>public Compute.Instances.DeleteNetworkInterface setAccessToken(String accessToken)
ComputeRequestsetAccessToken in class ComputeRequest<Operation>public Compute.Instances.DeleteNetworkInterface setAlt(String alt)
ComputeRequestsetAlt in class ComputeRequest<Operation>public Compute.Instances.DeleteNetworkInterface setCallback(String callback)
ComputeRequestsetCallback in class ComputeRequest<Operation>public Compute.Instances.DeleteNetworkInterface setFields(String fields)
ComputeRequestsetFields in class ComputeRequest<Operation>public Compute.Instances.DeleteNetworkInterface setKey(String key)
ComputeRequestsetKey in class ComputeRequest<Operation>public Compute.Instances.DeleteNetworkInterface setOauthToken(String oauthToken)
ComputeRequestsetOauthToken in class ComputeRequest<Operation>public Compute.Instances.DeleteNetworkInterface setPrettyPrint(Boolean prettyPrint)
ComputeRequestsetPrettyPrint in class ComputeRequest<Operation>public Compute.Instances.DeleteNetworkInterface setQuotaUser(String quotaUser)
ComputeRequestsetQuotaUser in class ComputeRequest<Operation>public Compute.Instances.DeleteNetworkInterface setUploadType(String uploadType)
ComputeRequestsetUploadType in class ComputeRequest<Operation>public Compute.Instances.DeleteNetworkInterface setUploadProtocol(String uploadProtocol)
ComputeRequestsetUploadProtocol in class ComputeRequest<Operation>public Compute.Instances.DeleteNetworkInterface setUserIp(String userIp)
ComputeRequestsetUserIp in class ComputeRequest<Operation>public String getProject()
public Compute.Instances.DeleteNetworkInterface setProject(String project)
public String getZone()
public Compute.Instances.DeleteNetworkInterface setZone(String zone)
public String getInstance()
public Compute.Instances.DeleteNetworkInterface setInstance(String instance)
public String getNetworkInterfaceName()
public Compute.Instances.DeleteNetworkInterface setNetworkInterfaceName(String networkInterfaceName)
public String getRequestId()
public Compute.Instances.DeleteNetworkInterface setRequestId(String requestId)
public Compute.Instances.DeleteNetworkInterface set(String parameterName, Object value)
set in class ComputeRequest<Operation>Copyright © 2011–2025 Google. All rights reserved.