target.apidocs.com.google.api.services.dns.Dns.ManagedZoneOperations.html Maven / Gradle / Ivy
Dns.ManagedZoneOperations (Cloud DNS API v1-rev20240118-2.0.0)
com.google.api.services.dns
Class Dns.ManagedZoneOperations
- java.lang.Object
-
- com.google.api.services.dns.Dns.ManagedZoneOperations
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Dns.ManagedZoneOperations.Get
class
Dns.ManagedZoneOperations.List
-
Constructor Summary
Constructors
Constructor and Description
ManagedZoneOperations()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
get
public Dns.ManagedZoneOperations.Get get(String project,
String managedZone,
String operation)
throws IOException
Fetches the representation of an existing Operation.
Create a request for the method "managedZoneOperations.get".
This request holds the parameters needed by the dns server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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).
- Returns:
- the request
- Throws:
IOException
-
list
public Dns.ManagedZoneOperations.List list(String project,
String managedZone)
throws IOException
Enumerates Operations for the given ManagedZone.
Create a request for the method "managedZoneOperations.list".
This request holds the parameters needed by the dns server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Identifies the project addressed by this request.
managedZone
- Identifies the managed zone addressed by this request.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy