target.apidocs.com.google.api.services.backupdr.v1.Backupdr.Projects.Locations.html Maven / Gradle / Ivy
Backupdr.Projects.Locations (Backup and DR Service API v1-rev20240731-2.0.0)
com.google.api.services.backupdr.v1
Class Backupdr.Projects.Locations
- java.lang.Object
-
- com.google.api.services.backupdr.v1.Backupdr.Projects.Locations
-
- Enclosing class:
- Backupdr.Projects
public class Backupdr.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Backupdr.Projects.Locations.BackupPlanAssociations
The "backupPlanAssociations" collection of methods.
class
Backupdr.Projects.Locations.BackupPlans
The "backupPlans" collection of methods.
class
Backupdr.Projects.Locations.BackupVaults
The "backupVaults" collection of methods.
class
Backupdr.Projects.Locations.Get
class
Backupdr.Projects.Locations.List
class
Backupdr.Projects.Locations.ManagementServers
The "managementServers" collection of methods.
class
Backupdr.Projects.Locations.Operations
The "operations" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Backupdr.Projects.Locations.BackupPlanAssociations
backupPlanAssociations()
An accessor for creating requests from the BackupPlanAssociations collection.
Backupdr.Projects.Locations.BackupPlans
backupPlans()
An accessor for creating requests from the BackupPlans collection.
Backupdr.Projects.Locations.BackupVaults
backupVaults()
An accessor for creating requests from the BackupVaults collection.
Backupdr.Projects.Locations.Get
get(String name)
Gets information about a location.
Backupdr.Projects.Locations.List
list(String name)
Lists information about the supported locations for this service.
Backupdr.Projects.Locations.ManagementServers
managementServers()
An accessor for creating requests from the ManagementServers collection.
Backupdr.Projects.Locations.Operations
operations()
An accessor for creating requests from the Operations collection.
-
-
Method Detail
-
get
public Backupdr.Projects.Locations.Get get(String name)
throws IOException
Gets information about a location.
Create a request for the method "locations.get".
This request holds the parameters needed by the backupdr server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Resource name for the location.
- Returns:
- the request
- Throws:
IOException
-
list
public Backupdr.Projects.Locations.List list(String name)
throws IOException
Lists information about the supported locations for this service.
Create a request for the method "locations.list".
This request holds the parameters needed by the backupdr server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- The resource that owns the locations collection, if applicable.
- Returns:
- the request
- Throws:
IOException
-
backupPlanAssociations
public Backupdr.Projects.Locations.BackupPlanAssociations backupPlanAssociations()
An accessor for creating requests from the BackupPlanAssociations collection.
The typical use is:
Backupdr backupdr = new Backupdr(...);
Backupdr.BackupPlanAssociations.List request = backupdr.backupPlanAssociations().list(parameters ...)
- Returns:
- the resource collection
-
backupPlans
public Backupdr.Projects.Locations.BackupPlans backupPlans()
An accessor for creating requests from the BackupPlans collection.
The typical use is:
Backupdr backupdr = new Backupdr(...);
Backupdr.BackupPlans.List request = backupdr.backupPlans().list(parameters ...)
- Returns:
- the resource collection
-
backupVaults
public Backupdr.Projects.Locations.BackupVaults backupVaults()
An accessor for creating requests from the BackupVaults collection.
The typical use is:
Backupdr backupdr = new Backupdr(...);
Backupdr.BackupVaults.List request = backupdr.backupVaults().list(parameters ...)
- Returns:
- the resource collection
-
managementServers
public Backupdr.Projects.Locations.ManagementServers managementServers()
An accessor for creating requests from the ManagementServers collection.
The typical use is:
Backupdr backupdr = new Backupdr(...);
Backupdr.ManagementServers.List request = backupdr.managementServers().list(parameters ...)
- Returns:
- the resource collection
-
operations
public Backupdr.Projects.Locations.Operations operations()
An accessor for creating requests from the Operations collection.
The typical use is:
Backupdr backupdr = new Backupdr(...);
Backupdr.Operations.List request = backupdr.operations().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy