All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.backupdr.v1.Backupdr.Projects.Locations.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241030-2.0.0
Show newest version






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.
    • Constructor Detail

      • Locations

        public Locations()
    • 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