| Modifier and Type | Class and Description |
|---|---|
class |
Dns.ManagedZoneOperations.Get |
class |
Dns.ManagedZoneOperations.List |
| Constructor and Description |
|---|
ManagedZoneOperations() |
| Modifier and Type | Method and Description |
|---|---|
Dns.ManagedZoneOperations.Get |
get(String project,
String managedZone,
String operation)
Fetches the representation of an existing Operation.
|
Dns.ManagedZoneOperations.List |
list(String project,
String managedZone)
Enumerates Operations for the given ManagedZone.
|
public Dns.ManagedZoneOperations.Get get(String project, String managedZone, String operation) 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.operation - Identifies the operation addressed by this request (ID of the operation).IOExceptionpublic Dns.ManagedZoneOperations.List list(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.IOExceptionCopyright © 2011–2022 Google. All rights reserved.