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

target.apidocs.com.google.api.services.batch.v1.Batch.Projects.Locations.html Maven / Gradle / Ivy







Batch.Projects.Locations (Batch API v1-rev20241204-2.0.0)












com.google.api.services.batch.v1

Class Batch.Projects.Locations

  • Enclosing class:
    Batch.Projects


    public class Batch.Projects.Locations
    extends Object
    The "locations" collection of methods.
    • Constructor Detail

      • Locations

        public Locations()
    • Method Detail

      • get

        public Batch.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 batch 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 Batch.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 batch 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
      • jobs

        public Batch.Projects.Locations.Jobs jobs()
        An accessor for creating requests from the Jobs collection.

        The typical use is:

            Batch batch = new Batch(...);
            Batch.Jobs.List request = batch.jobs().list(parameters ...)
         
        Returns:
        the resource collection
      • operations

        public Batch.Projects.Locations.Operations operations()
        An accessor for creating requests from the Operations collection.

        The typical use is:

            Batch batch = new Batch(...);
            Batch.Operations.List request = batch.operations().list(parameters ...)
         
        Returns:
        the resource collection
      • state

        public Batch.Projects.Locations.State state()
        An accessor for creating requests from the State collection.

        The typical use is:

            Batch batch = new Batch(...);
            Batch.State.List request = batch.state().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy