| Modifier and Type | Class and Description |
|---|---|
class |
Dns.Policies.Create |
class |
Dns.Policies.Delete |
class |
Dns.Policies.Get |
class |
Dns.Policies.List |
class |
Dns.Policies.Patch |
class |
Dns.Policies.Update |
| Constructor and Description |
|---|
Policies() |
| Modifier and Type | Method and Description |
|---|---|
Dns.Policies.Create |
create(String project,
Policy content)
Creates a new Policy.
|
Dns.Policies.Delete |
delete(String project,
String policy)
Deletes a previously created Policy.
|
Dns.Policies.Get |
get(String project,
String policy)
Fetches the representation of an existing Policy.
|
Dns.Policies.List |
list(String project)
Enumerates all Policies associated with a project.
|
Dns.Policies.Patch |
patch(String project,
String policy,
Policy content)
Applies a partial update to an existing Policy.
|
Dns.Policies.Update |
update(String project,
String policy,
Policy content)
Updates an existing Policy.
|
public Dns.Policies.Create create(String project, Policy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.content - the PolicyIOExceptionpublic Dns.Policies.Delete delete(String project, String policy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.policy - User given friendly name of the policy addressed by this request.IOExceptionpublic Dns.Policies.Get get(String project, String policy) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.policy - User given friendly name of the policy addressed by this request.IOExceptionpublic Dns.Policies.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.IOExceptionpublic Dns.Policies.Patch patch(String project, String policy, Policy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.policy - User given friendly name of the policy addressed by this request.content - the PolicyIOExceptionpublic Dns.Policies.Update update(String project, String policy, Policy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.policy - User given friendly name of the policy addressed by this request.content - the PolicyIOExceptionCopyright © 2011–2022 Google. All rights reserved.