target.apidocs.com.google.api.services.dns.Dns.ResponsePolicyRules.Create.html Maven / Gradle / Ivy
Dns.ResponsePolicyRules.Create (Cloud DNS API v1-rev20240118-2.0.0)
com.google.api.services.dns
Class Dns.ResponsePolicyRules.Create
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.dns.DnsRequest<ResponsePolicyRule>
-
- com.google.api.services.dns.Dns.ResponsePolicyRules.Create
-
- Enclosing class:
- Dns.ResponsePolicyRules
public class Dns.ResponsePolicyRules.Create
extends DnsRequest<ResponsePolicyRule>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
Create(String project,
String responsePolicy,
ResponsePolicyRule content)
Creates a new Response Policy Rule.
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
String
getClientOperationId()
For mutating operation requests only.
String
getProject()
Identifies the project addressed by this request.
String
getResponsePolicy()
User assigned name of the Response Policy containing the Response Policy Rule.
Dns.ResponsePolicyRules.Create
set(String parameterName,
Object value)
Dns.ResponsePolicyRules.Create
set$Xgafv(String $Xgafv)
V1 error format.
Dns.ResponsePolicyRules.Create
setAccessToken(String accessToken)
OAuth access token.
Dns.ResponsePolicyRules.Create
setAlt(String alt)
Data format for response.
Dns.ResponsePolicyRules.Create
setCallback(String callback)
JSONP
Dns.ResponsePolicyRules.Create
setClientOperationId(String clientOperationId)
For mutating operation requests only.
Dns.ResponsePolicyRules.Create
setFields(String fields)
Selector specifying which fields to include in a partial response.
Dns.ResponsePolicyRules.Create
setKey(String key)
API key.
Dns.ResponsePolicyRules.Create
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
Dns.ResponsePolicyRules.Create
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
Dns.ResponsePolicyRules.Create
setProject(String project)
Identifies the project addressed by this request.
Dns.ResponsePolicyRules.Create
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
Dns.ResponsePolicyRules.Create
setResponsePolicy(String responsePolicy)
User assigned name of the Response Policy containing the Response Policy Rule.
Dns.ResponsePolicyRules.Create
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
Dns.ResponsePolicyRules.Create
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
-
Methods inherited from class com.google.api.services.dns.DnsRequest
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
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
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
Create
protected Create(String project,
String responsePolicy,
ResponsePolicyRule content)
Creates a new Response Policy Rule.
Create a request for the method "responsePolicyRules.create".
This request holds the parameters needed by the the dns server. After setting any optional
parameters, call the 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.
- Parameters:
project
- Identifies the project addressed by this request.
responsePolicy
- User assigned name of the Response Policy containing the Response Policy Rule.
content
- the ResponsePolicyRule
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public Dns.ResponsePolicyRules.Create set$Xgafv(String $Xgafv)
Description copied from class: DnsRequest
V1 error format.
- Overrides:
set$Xgafv
in class DnsRequest<ResponsePolicyRule>
-
setAccessToken
public Dns.ResponsePolicyRules.Create setAccessToken(String accessToken)
Description copied from class: DnsRequest
OAuth access token.
- Overrides:
setAccessToken
in class DnsRequest<ResponsePolicyRule>
-
setAlt
public Dns.ResponsePolicyRules.Create setAlt(String alt)
Description copied from class: DnsRequest
Data format for response.
- Overrides:
setAlt
in class DnsRequest<ResponsePolicyRule>
-
setCallback
public Dns.ResponsePolicyRules.Create setCallback(String callback)
Description copied from class: DnsRequest
JSONP
- Overrides:
setCallback
in class DnsRequest<ResponsePolicyRule>
-
setFields
public Dns.ResponsePolicyRules.Create setFields(String fields)
Description copied from class: DnsRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class DnsRequest<ResponsePolicyRule>
-
setKey
public Dns.ResponsePolicyRules.Create setKey(String key)
Description copied from class: DnsRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class DnsRequest<ResponsePolicyRule>
-
setOauthToken
public Dns.ResponsePolicyRules.Create setOauthToken(String oauthToken)
Description copied from class: DnsRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class DnsRequest<ResponsePolicyRule>
-
setPrettyPrint
public Dns.ResponsePolicyRules.Create setPrettyPrint(Boolean prettyPrint)
Description copied from class: DnsRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class DnsRequest<ResponsePolicyRule>
-
setQuotaUser
public Dns.ResponsePolicyRules.Create setQuotaUser(String quotaUser)
Description copied from class: DnsRequest
Available to use for quota purposes for server-side applications. Can be any arbitrary string
assigned to a user, but should not exceed 40 characters.
- Overrides:
setQuotaUser
in class DnsRequest<ResponsePolicyRule>
-
setUploadType
public Dns.ResponsePolicyRules.Create setUploadType(String uploadType)
Description copied from class: DnsRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class DnsRequest<ResponsePolicyRule>
-
setUploadProtocol
public Dns.ResponsePolicyRules.Create setUploadProtocol(String uploadProtocol)
Description copied from class: DnsRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class DnsRequest<ResponsePolicyRule>
-
getProject
public String getProject()
Identifies the project addressed by this request.
-
setProject
public Dns.ResponsePolicyRules.Create setProject(String project)
Identifies the project addressed by this request.
-
getResponsePolicy
public String getResponsePolicy()
User assigned name of the Response Policy containing the Response Policy Rule.
-
setResponsePolicy
public Dns.ResponsePolicyRules.Create setResponsePolicy(String responsePolicy)
User assigned name of the Response Policy containing the Response Policy Rule.
-
getClientOperationId
public String getClientOperationId()
For mutating operation requests only. An optional identifier specified by the client. Must be
unique for operation resources in the Operations collection.
-
setClientOperationId
public Dns.ResponsePolicyRules.Create setClientOperationId(String clientOperationId)
For mutating operation requests only. An optional identifier specified by the client. Must
be unique for operation resources in the Operations collection.
-
set
public Dns.ResponsePolicyRules.Create set(String parameterName,
Object value)
- Overrides:
set
in class DnsRequest<ResponsePolicyRule>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy