target.apidocs.com.google.api.services.developerconnect.v1.DeveloperConnect.Projects.Locations.html Maven / Gradle / Ivy
DeveloperConnect.Projects.Locations (Developer Connect API v1-rev20240926-2.0.0)
com.google.api.services.developerconnect.v1
Class DeveloperConnect.Projects.Locations
- java.lang.Object
-
- com.google.api.services.developerconnect.v1.DeveloperConnect.Projects.Locations
-
- Enclosing class:
- DeveloperConnect.Projects
public class DeveloperConnect.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
DeveloperConnect.Projects.Locations.Connections
The "connections" collection of methods.
class
DeveloperConnect.Projects.Locations.Get
class
DeveloperConnect.Projects.Locations.List
class
DeveloperConnect.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
DeveloperConnect.Projects.Locations.Connections
connections()
An accessor for creating requests from the Connections collection.
DeveloperConnect.Projects.Locations.Get
get(String name)
Gets information about a location.
DeveloperConnect.Projects.Locations.List
list(String name)
Lists information about the supported locations for this service.
DeveloperConnect.Projects.Locations.Operations
operations()
An accessor for creating requests from the Operations collection.
-
-
Method Detail
-
get
public DeveloperConnect.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 developerconnect 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 DeveloperConnect.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 developerconnect 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
-
connections
public DeveloperConnect.Projects.Locations.Connections connections()
An accessor for creating requests from the Connections collection.
The typical use is:
DeveloperConnect developerconnect = new DeveloperConnect(...);
DeveloperConnect.Connections.List request = developerconnect.connections().list(parameters ...)
- Returns:
- the resource collection
-
operations
public DeveloperConnect.Projects.Locations.Operations operations()
An accessor for creating requests from the Operations collection.
The typical use is:
DeveloperConnect developerconnect = new DeveloperConnect(...);
DeveloperConnect.Operations.List request = developerconnect.operations().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy