public class Dns.ManagedZones.Get extends DnsRequest<ManagedZone>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Dns.ManagedZones.Get(java.lang.String project,
java.lang.String managedZone)
Fetch the representation of an existing ManagedZone.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.String |
getManagedZone()
Identifies the managed zone addressed by this request.
|
java.lang.String |
getProject()
Identifies the project addressed by this request.
|
Dns.ManagedZones.Get |
set(java.lang.String parameterName,
java.lang.Object value) |
Dns.ManagedZones.Get |
setAlt(java.lang.String alt)
Data format for the response.
|
Dns.ManagedZones.Get |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Dns.ManagedZones.Get |
setKey(java.lang.String key)
API key.
|
Dns.ManagedZones.Get |
setManagedZone(java.lang.String managedZone)
Identifies the managed zone addressed by this request.
|
Dns.ManagedZones.Get |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Dns.ManagedZones.Get |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dns.ManagedZones.Get |
setProject(java.lang.String project)
Identifies the project addressed by this request.
|
Dns.ManagedZones.Get |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dns.ManagedZones.Get |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysprotected Dns.ManagedZones.Get(java.lang.String project,
java.lang.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 com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ManagedZone>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ManagedZone>java.io.IOExceptionpublic Dns.ManagedZones.Get setAlt(java.lang.String alt)
DnsRequestsetAlt in class DnsRequest<ManagedZone>public Dns.ManagedZones.Get setFields(java.lang.String fields)
DnsRequestsetFields in class DnsRequest<ManagedZone>public Dns.ManagedZones.Get setKey(java.lang.String key)
DnsRequestsetKey in class DnsRequest<ManagedZone>public Dns.ManagedZones.Get setOauthToken(java.lang.String oauthToken)
DnsRequestsetOauthToken in class DnsRequest<ManagedZone>public Dns.ManagedZones.Get setPrettyPrint(java.lang.Boolean prettyPrint)
DnsRequestsetPrettyPrint in class DnsRequest<ManagedZone>public Dns.ManagedZones.Get setQuotaUser(java.lang.String quotaUser)
DnsRequestsetQuotaUser in class DnsRequest<ManagedZone>public Dns.ManagedZones.Get setUserIp(java.lang.String userIp)
DnsRequestsetUserIp in class DnsRequest<ManagedZone>public java.lang.String getProject()
public Dns.ManagedZones.Get setProject(java.lang.String project)
public java.lang.String getManagedZone()
public Dns.ManagedZones.Get setManagedZone(java.lang.String managedZone)
public Dns.ManagedZones.Get set(java.lang.String parameterName, java.lang.Object value)
set in class DnsRequest<ManagedZone>