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