target.apidocs.com.google.api.services.dns.Dns.ResponsePolicyRules.Patch.html Maven / Gradle / Ivy
Dns.ResponsePolicyRules.Patch (Cloud DNS API v1-rev20240118-2.0.0)
com.google.api.services.dns
Class Dns.ResponsePolicyRules.Patch
- 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<ResponsePolicyRulesPatchResponse>
-
- com.google.api.services.dns.Dns.ResponsePolicyRules.Patch
-
- Enclosing class:
- Dns.ResponsePolicyRules
public class Dns.ResponsePolicyRules.Patch
extends DnsRequest<ResponsePolicyRulesPatchResponse>
-
-
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
Patch(String project,
String responsePolicy,
String responsePolicyRule,
ResponsePolicyRule content)
Applies a partial update to an existing 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.
String
getResponsePolicyRule()
User assigned name of the Response Policy Rule addressed by this request.
Dns.ResponsePolicyRules.Patch
set(String parameterName,
Object value)
Dns.ResponsePolicyRules.Patch
set$Xgafv(String $Xgafv)
V1 error format.
Dns.ResponsePolicyRules.Patch
setAccessToken(String accessToken)
OAuth access token.
Dns.ResponsePolicyRules.Patch
setAlt(String alt)
Data format for response.
Dns.ResponsePolicyRules.Patch
setCallback(String callback)
JSONP
Dns.ResponsePolicyRules.Patch
setClientOperationId(String clientOperationId)
For mutating operation requests only.
Dns.ResponsePolicyRules.Patch
setFields(String fields)
Selector specifying which fields to include in a partial response.
Dns.ResponsePolicyRules.Patch
setKey(String key)
API key.
Dns.ResponsePolicyRules.Patch
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
Dns.ResponsePolicyRules.Patch
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
Dns.ResponsePolicyRules.Patch
setProject(String project)
Identifies the project addressed by this request.
Dns.ResponsePolicyRules.Patch
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
Dns.ResponsePolicyRules.Patch
setResponsePolicy(String responsePolicy)
User assigned name of the Response Policy containing the Response Policy Rule.
Dns.ResponsePolicyRules.Patch
setResponsePolicyRule(String responsePolicyRule)
User assigned name of the Response Policy Rule addressed by this request.
Dns.ResponsePolicyRules.Patch
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
Dns.ResponsePolicyRules.Patch
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
-
Patch
protected Patch(String project,
String responsePolicy,
String responsePolicyRule,
ResponsePolicyRule content)
Applies a partial update to an existing Response Policy Rule.
Create a request for the method "responsePolicyRules.patch".
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.
responsePolicyRule
- User assigned name of the Response Policy Rule addressed by this request.
content
- the ResponsePolicyRule
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public Dns.ResponsePolicyRules.Patch set$Xgafv(String $Xgafv)
Description copied from class: DnsRequest
V1 error format.
- Overrides:
set$Xgafv
in class DnsRequest<ResponsePolicyRulesPatchResponse>
-
setAccessToken
public Dns.ResponsePolicyRules.Patch setAccessToken(String accessToken)
Description copied from class: DnsRequest
OAuth access token.
- Overrides:
setAccessToken
in class DnsRequest<ResponsePolicyRulesPatchResponse>
-
setAlt
public Dns.ResponsePolicyRules.Patch setAlt(String alt)
Description copied from class: DnsRequest
Data format for response.
- Overrides:
setAlt
in class DnsRequest<ResponsePolicyRulesPatchResponse>
-
setCallback
public Dns.ResponsePolicyRules.Patch setCallback(String callback)
Description copied from class: DnsRequest
JSONP
- Overrides:
setCallback
in class DnsRequest<ResponsePolicyRulesPatchResponse>
-
setFields
public Dns.ResponsePolicyRules.Patch setFields(String fields)
Description copied from class: DnsRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class DnsRequest<ResponsePolicyRulesPatchResponse>
-
setKey
public Dns.ResponsePolicyRules.Patch 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<ResponsePolicyRulesPatchResponse>
-
setOauthToken
public Dns.ResponsePolicyRules.Patch setOauthToken(String oauthToken)
Description copied from class: DnsRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class DnsRequest<ResponsePolicyRulesPatchResponse>
-
setPrettyPrint
public Dns.ResponsePolicyRules.Patch setPrettyPrint(Boolean prettyPrint)
Description copied from class: DnsRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class DnsRequest<ResponsePolicyRulesPatchResponse>
-
setQuotaUser
public Dns.ResponsePolicyRules.Patch 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<ResponsePolicyRulesPatchResponse>
-
setUploadType
public Dns.ResponsePolicyRules.Patch setUploadType(String uploadType)
Description copied from class: DnsRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class DnsRequest<ResponsePolicyRulesPatchResponse>
-
setUploadProtocol
public Dns.ResponsePolicyRules.Patch setUploadProtocol(String uploadProtocol)
Description copied from class: DnsRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class DnsRequest<ResponsePolicyRulesPatchResponse>
-
getProject
public String getProject()
Identifies the project addressed by this request.
-
setProject
public Dns.ResponsePolicyRules.Patch 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.Patch setResponsePolicy(String responsePolicy)
User assigned name of the Response Policy containing the Response Policy Rule.
-
getResponsePolicyRule
public String getResponsePolicyRule()
User assigned name of the Response Policy Rule addressed by this request.
-
setResponsePolicyRule
public Dns.ResponsePolicyRules.Patch setResponsePolicyRule(String responsePolicyRule)
User assigned name of the Response Policy Rule addressed by this request.
-
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.Patch 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.Patch set(String parameterName,
Object value)
- Overrides:
set
in class DnsRequest<ResponsePolicyRulesPatchResponse>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy