| Modifier and Type | Class and Description |
|---|---|
class |
Dns.ResponsePolicyRules.Create |
class |
Dns.ResponsePolicyRules.Delete |
class |
Dns.ResponsePolicyRules.Get |
class |
Dns.ResponsePolicyRules.List |
class |
Dns.ResponsePolicyRules.Patch |
class |
Dns.ResponsePolicyRules.Update |
| Constructor and Description |
|---|
ResponsePolicyRules() |
| Modifier and Type | Method and Description |
|---|---|
Dns.ResponsePolicyRules.Create |
create(String project,
String responsePolicy,
ResponsePolicyRule content)
Creates a new Response Policy Rule.
|
Dns.ResponsePolicyRules.Delete |
delete(String project,
String responsePolicy,
String responsePolicyRule)
Deletes a previously created Response Policy Rule.
|
Dns.ResponsePolicyRules.Get |
get(String project,
String responsePolicy,
String responsePolicyRule)
Fetches the representation of an existing Response Policy Rule.
|
Dns.ResponsePolicyRules.List |
list(String project,
String responsePolicy)
Enumerates all Response Policy Rules associated with a project.
|
Dns.ResponsePolicyRules.Patch |
patch(String project,
String responsePolicy,
String responsePolicyRule,
ResponsePolicyRule content)
Applies a partial update to an existing Response Policy Rule.
|
Dns.ResponsePolicyRules.Update |
update(String project,
String responsePolicy,
String responsePolicyRule,
ResponsePolicyRule content)
Updates an existing Response Policy Rule.
|
public Dns.ResponsePolicyRules.Create create(String project, String responsePolicy, ResponsePolicyRule content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.responsePolicy - User assigned name of the Response Policy containing the Response Policy Rule.content - the ResponsePolicyRuleIOExceptionpublic Dns.ResponsePolicyRules.Delete delete(String project, String responsePolicy, String responsePolicyRule) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.IOExceptionpublic Dns.ResponsePolicyRules.Get get(String project, String responsePolicy, String responsePolicyRule) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.IOExceptionpublic Dns.ResponsePolicyRules.List list(String project, String responsePolicy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.responsePolicy - User assigned name of the Response Policy to list.IOExceptionpublic Dns.ResponsePolicyRules.Patch patch(String project, String responsePolicy, String responsePolicyRule, ResponsePolicyRule content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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 ResponsePolicyRuleIOExceptionpublic Dns.ResponsePolicyRules.Update update(String project, String responsePolicy, String responsePolicyRule, ResponsePolicyRule content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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 ResponsePolicyRuleIOExceptionCopyright © 2011–2022 Google. All rights reserved.