| Modifier and Type | Class and Description |
|---|---|
class |
Dns.ManagedZones.Create |
class |
Dns.ManagedZones.Delete |
class |
Dns.ManagedZones.Get |
class |
Dns.ManagedZones.GetIamPolicy |
class |
Dns.ManagedZones.List |
class |
Dns.ManagedZones.Patch |
class |
Dns.ManagedZones.SetIamPolicy |
class |
Dns.ManagedZones.TestIamPermissions |
class |
Dns.ManagedZones.Update |
| Constructor and Description |
|---|
ManagedZones() |
| Modifier and Type | Method and Description |
|---|---|
Dns.ManagedZones.Create |
create(String project,
ManagedZone content)
Creates a new ManagedZone.
|
Dns.ManagedZones.Delete |
delete(String project,
String managedZone)
Deletes a previously created ManagedZone.
|
Dns.ManagedZones.Get |
get(String project,
String managedZone)
Fetches the representation of an existing ManagedZone.
|
Dns.ManagedZones.GetIamPolicy |
getIamPolicy(String resource,
GoogleIamV1GetIamPolicyRequest content)
Gets the access control policy for a resource.
|
Dns.ManagedZones.List |
list(String project)
Enumerates ManagedZones that have been created but not yet deleted.
|
Dns.ManagedZones.Patch |
patch(String project,
String managedZone,
ManagedZone content)
Applies a partial update to an existing ManagedZone.
|
Dns.ManagedZones.SetIamPolicy |
setIamPolicy(String resource,
GoogleIamV1SetIamPolicyRequest content)
Sets the access control policy on the specified resource.
|
Dns.ManagedZones.TestIamPermissions |
testIamPermissions(String resource,
GoogleIamV1TestIamPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
Dns.ManagedZones.Update |
update(String project,
String managedZone,
ManagedZone content)
Updates an existing ManagedZone.
|
public Dns.ManagedZones.Create create(String project, ManagedZone content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.content - the ManagedZoneIOExceptionpublic Dns.ManagedZones.Delete delete(String project, String managedZone) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.managedZone - Identifies the managed zone addressed by this request. Can be the managed zone name or ID.IOExceptionpublic Dns.ManagedZones.Get get(String project, String managedZone) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.managedZone - Identifies the managed zone addressed by this request. Can be the managed zone name or ID.IOExceptionpublic Dns.ManagedZones.GetIamPolicy getIamPolicy(String resource, GoogleIamV1GetIamPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the GoogleIamV1GetIamPolicyRequestIOExceptionpublic Dns.ManagedZones.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.IOExceptionpublic Dns.ManagedZones.Patch patch(String project, String managedZone, ManagedZone content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.managedZone - Identifies the managed zone addressed by this request. Can be the managed zone name or ID.content - the ManagedZoneIOExceptionpublic Dns.ManagedZones.SetIamPolicy setIamPolicy(String resource, GoogleIamV1SetIamPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being specified. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the GoogleIamV1SetIamPolicyRequestIOExceptionpublic Dns.ManagedZones.TestIamPermissions testIamPermissions(String resource, GoogleIamV1TestIamPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy detail is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the GoogleIamV1TestIamPermissionsRequestIOExceptionpublic Dns.ManagedZones.Update update(String project, String managedZone, ManagedZone content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.managedZone - Identifies the managed zone addressed by this request. Can be the managed zone name or ID.content - the ManagedZoneIOExceptionCopyright © 2011–2022 Google. All rights reserved.