public class Dns.Policies
extends java.lang.Object
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(java.lang.String project,
Policy content)
Create a new Policy
Create a request for the method "policies.create".
|
Dns.Policies.Delete |
delete(java.lang.String project,
java.lang.String policy)
Delete a previously created Policy.
|
Dns.Policies.Get |
get(java.lang.String project,
java.lang.String policy)
Fetch the representation of an existing Policy.
|
Dns.Policies.List |
list(java.lang.String project)
Enumerate all Policies associated with a project.
|
Dns.Policies.Patch |
patch(java.lang.String project,
java.lang.String policy,
Policy content)
Apply a partial update to an existing Policy.
|
Dns.Policies.Update |
update(java.lang.String project,
java.lang.String policy,
Policy content)
Update an existing Policy.
|
public Dns.Policies.Create create(java.lang.String project, Policy content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Identifies the project addressed by this request.content
- the Policy
java.io.IOException
public Dns.Policies.Delete delete(java.lang.String project, java.lang.String policy) throws java.io.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.java.io.IOException
public Dns.Policies.Get get(java.lang.String project, java.lang.String policy) throws java.io.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.java.io.IOException
public Dns.Policies.List list(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Identifies the project addressed by this request.java.io.IOException
public Dns.Policies.Patch patch(java.lang.String project, java.lang.String policy, Policy content) throws java.io.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 Policy
java.io.IOException
public Dns.Policies.Update update(java.lang.String project, java.lang.String policy, Policy content) throws java.io.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 Policy
java.io.IOException