public class Dns.ResourceRecordSets.Delete extends DnsRequest<ResourceRecordSetsDeleteResponse>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
Delete(String project,
String managedZone,
String name,
String type)
Deletes a previously created ResourceRecordSet.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClientOperationId()
For mutating operation requests only.
|
String |
getManagedZone()
Identifies the managed zone addressed by this request.
|
String |
getName()
Fully qualified domain name.
|
String |
getProject()
Identifies the project addressed by this request.
|
String |
getType()
RRSet type.
|
Dns.ResourceRecordSets.Delete |
set(String parameterName,
Object value) |
Dns.ResourceRecordSets.Delete |
set$Xgafv(String $Xgafv)
V1 error format.
|
Dns.ResourceRecordSets.Delete |
setAccessToken(String accessToken)
OAuth access token.
|
Dns.ResourceRecordSets.Delete |
setAlt(String alt)
Data format for response.
|
Dns.ResourceRecordSets.Delete |
setCallback(String callback)
JSONP
|
Dns.ResourceRecordSets.Delete |
setClientOperationId(String clientOperationId)
For mutating operation requests only.
|
Dns.ResourceRecordSets.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dns.ResourceRecordSets.Delete |
setKey(String key)
API key.
|
Dns.ResourceRecordSets.Delete |
setManagedZone(String managedZone)
Identifies the managed zone addressed by this request.
|
Dns.ResourceRecordSets.Delete |
setName(String name)
Fully qualified domain name.
|
Dns.ResourceRecordSets.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dns.ResourceRecordSets.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dns.ResourceRecordSets.Delete |
setProject(String project)
Identifies the project addressed by this request.
|
Dns.ResourceRecordSets.Delete |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dns.ResourceRecordSets.Delete |
setType(String type)
RRSet type.
|
Dns.ResourceRecordSets.Delete |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Dns.ResourceRecordSets.Delete |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, 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 Delete(String project, String managedZone, String name, String type)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Dns.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must
be called to initialize this instance immediately after invoking the constructor.
project - Identifies the project addressed by this request.managedZone - Identifies the managed zone addressed by this request. Can be the managed zone name or ID.name - Fully qualified domain name.type - RRSet type.public Dns.ResourceRecordSets.Delete set$Xgafv(String $Xgafv)
DnsRequestset$Xgafv in class DnsRequest<ResourceRecordSetsDeleteResponse>public Dns.ResourceRecordSets.Delete setAccessToken(String accessToken)
DnsRequestsetAccessToken in class DnsRequest<ResourceRecordSetsDeleteResponse>public Dns.ResourceRecordSets.Delete setAlt(String alt)
DnsRequestsetAlt in class DnsRequest<ResourceRecordSetsDeleteResponse>public Dns.ResourceRecordSets.Delete setCallback(String callback)
DnsRequestsetCallback in class DnsRequest<ResourceRecordSetsDeleteResponse>public Dns.ResourceRecordSets.Delete setFields(String fields)
DnsRequestsetFields in class DnsRequest<ResourceRecordSetsDeleteResponse>public Dns.ResourceRecordSets.Delete setKey(String key)
DnsRequestsetKey in class DnsRequest<ResourceRecordSetsDeleteResponse>public Dns.ResourceRecordSets.Delete setOauthToken(String oauthToken)
DnsRequestsetOauthToken in class DnsRequest<ResourceRecordSetsDeleteResponse>public Dns.ResourceRecordSets.Delete setPrettyPrint(Boolean prettyPrint)
DnsRequestsetPrettyPrint in class DnsRequest<ResourceRecordSetsDeleteResponse>public Dns.ResourceRecordSets.Delete setQuotaUser(String quotaUser)
DnsRequestsetQuotaUser in class DnsRequest<ResourceRecordSetsDeleteResponse>public Dns.ResourceRecordSets.Delete setUploadType(String uploadType)
DnsRequestsetUploadType in class DnsRequest<ResourceRecordSetsDeleteResponse>public Dns.ResourceRecordSets.Delete setUploadProtocol(String uploadProtocol)
DnsRequestsetUploadProtocol in class DnsRequest<ResourceRecordSetsDeleteResponse>public String getProject()
public Dns.ResourceRecordSets.Delete setProject(String project)
public String getManagedZone()
public Dns.ResourceRecordSets.Delete setManagedZone(String managedZone)
public String getName()
public Dns.ResourceRecordSets.Delete setName(String name)
public String getType()
public Dns.ResourceRecordSets.Delete setType(String type)
public String getClientOperationId()
public Dns.ResourceRecordSets.Delete setClientOperationId(String clientOperationId)
public Dns.ResourceRecordSets.Delete set(String parameterName, Object value)
set in class DnsRequest<ResourceRecordSetsDeleteResponse>Copyright © 2011–2022 Google. All rights reserved.