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
- java.lang.Object
-
- com.google.api.services.batch.v1.Batch.Projects.Locations
-
- Enclosing class:
- Batch.Projects
public class Batch.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Batch.Projects.Locations.Get
class
Batch.Projects.Locations.Jobs
The "jobs" collection of methods.
class
Batch.Projects.Locations.List
class
Batch.Projects.Locations.Operations
The "operations" collection of methods.
class
Batch.Projects.Locations.State
The "state" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Batch.Projects.Locations.Get
get(String name)
Gets information about a location.
Batch.Projects.Locations.Jobs
jobs()
An accessor for creating requests from the Jobs collection.
Batch.Projects.Locations.List
list(String name)
Lists information about the supported locations for this service.
Batch.Projects.Locations.Operations
operations()
An accessor for creating requests from the Operations collection.
Batch.Projects.Locations.State
state()
An accessor for creating requests from the State collection.
-
-
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