public class Dns.ResourceRecordSets.List extends DnsRequest<ResourceRecordSetsListResponse>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
List(String project,
String managedZone)
Enumerates ResourceRecordSets that you have created but not yet deleted.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getManagedZone()
Identifies the managed zone addressed by this request.
|
Integer |
getMaxResults()
Optional.
|
String |
getName()
Restricts the list to return only records with this fully qualified domain name.
|
String |
getPageToken()
Optional.
|
String |
getProject()
Identifies the project addressed by this request.
|
String |
getType()
Restricts the list to return only records of this type.
|
Dns.ResourceRecordSets.List |
set(String parameterName,
Object value) |
Dns.ResourceRecordSets.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
Dns.ResourceRecordSets.List |
setAccessToken(String accessToken)
OAuth access token.
|
Dns.ResourceRecordSets.List |
setAlt(String alt)
Data format for response.
|
Dns.ResourceRecordSets.List |
setCallback(String callback)
JSONP
|
Dns.ResourceRecordSets.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dns.ResourceRecordSets.List |
setKey(String key)
API key.
|
Dns.ResourceRecordSets.List |
setManagedZone(String managedZone)
Identifies the managed zone addressed by this request.
|
Dns.ResourceRecordSets.List |
setMaxResults(Integer maxResults)
Optional.
|
Dns.ResourceRecordSets.List |
setName(String name)
Restricts the list to return only records with this fully qualified domain name.
|
Dns.ResourceRecordSets.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dns.ResourceRecordSets.List |
setPageToken(String pageToken)
Optional.
|
Dns.ResourceRecordSets.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dns.ResourceRecordSets.List |
setProject(String project)
Identifies the project addressed by this request.
|
Dns.ResourceRecordSets.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dns.ResourceRecordSets.List |
setType(String type)
Restricts the list to return only records of this type.
|
Dns.ResourceRecordSets.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Dns.ResourceRecordSets.List |
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, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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 List(String project, String managedZone)
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.public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<ResourceRecordSetsListResponse>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<ResourceRecordSetsListResponse>IOExceptionpublic Dns.ResourceRecordSets.List set$Xgafv(String $Xgafv)
DnsRequestset$Xgafv in class DnsRequest<ResourceRecordSetsListResponse>public Dns.ResourceRecordSets.List setAccessToken(String accessToken)
DnsRequestsetAccessToken in class DnsRequest<ResourceRecordSetsListResponse>public Dns.ResourceRecordSets.List setAlt(String alt)
DnsRequestsetAlt in class DnsRequest<ResourceRecordSetsListResponse>public Dns.ResourceRecordSets.List setCallback(String callback)
DnsRequestsetCallback in class DnsRequest<ResourceRecordSetsListResponse>public Dns.ResourceRecordSets.List setFields(String fields)
DnsRequestsetFields in class DnsRequest<ResourceRecordSetsListResponse>public Dns.ResourceRecordSets.List setKey(String key)
DnsRequestsetKey in class DnsRequest<ResourceRecordSetsListResponse>public Dns.ResourceRecordSets.List setOauthToken(String oauthToken)
DnsRequestsetOauthToken in class DnsRequest<ResourceRecordSetsListResponse>public Dns.ResourceRecordSets.List setPrettyPrint(Boolean prettyPrint)
DnsRequestsetPrettyPrint in class DnsRequest<ResourceRecordSetsListResponse>public Dns.ResourceRecordSets.List setQuotaUser(String quotaUser)
DnsRequestsetQuotaUser in class DnsRequest<ResourceRecordSetsListResponse>public Dns.ResourceRecordSets.List setUploadType(String uploadType)
DnsRequestsetUploadType in class DnsRequest<ResourceRecordSetsListResponse>public Dns.ResourceRecordSets.List setUploadProtocol(String uploadProtocol)
DnsRequestsetUploadProtocol in class DnsRequest<ResourceRecordSetsListResponse>public String getProject()
public Dns.ResourceRecordSets.List setProject(String project)
public String getManagedZone()
public Dns.ResourceRecordSets.List setManagedZone(String managedZone)
public Integer getMaxResults()
public Dns.ResourceRecordSets.List setMaxResults(Integer maxResults)
public String getName()
public Dns.ResourceRecordSets.List setName(String name)
public String getPageToken()
public Dns.ResourceRecordSets.List setPageToken(String pageToken)
public String getType()
public Dns.ResourceRecordSets.List setType(String type)
public Dns.ResourceRecordSets.List set(String parameterName, Object value)
set in class DnsRequest<ResourceRecordSetsListResponse>Copyright © 2011–2022 Google. All rights reserved.