target.apidocs.com.google.api.services.cloudfunctions.v2alpha.CloudFunctions.Projects.Locations.html Maven / Gradle / Ivy
CloudFunctions.Projects.Locations (Cloud Functions API v2alpha-rev20250130-2.0.0)
com.google.api.services.cloudfunctions.v2alpha
Class CloudFunctions.Projects.Locations
- java.lang.Object
-
- com.google.api.services.cloudfunctions.v2alpha.CloudFunctions.Projects.Locations
-
- Enclosing class:
- CloudFunctions.Projects
public class CloudFunctions.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudFunctions.Projects.Locations.Functions
The "functions" collection of methods.
class
CloudFunctions.Projects.Locations.List
class
CloudFunctions.Projects.Locations.Operations
The "operations" collection of methods.
class
CloudFunctions.Projects.Locations.Runtimes
The "runtimes" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
CloudFunctions.Projects.Locations.Functions
functions()
An accessor for creating requests from the Functions collection.
CloudFunctions.Projects.Locations.List
list(String name)
Lists information about the supported locations for this service.
CloudFunctions.Projects.Locations.Operations
operations()
An accessor for creating requests from the Operations collection.
CloudFunctions.Projects.Locations.Runtimes
runtimes()
An accessor for creating requests from the Runtimes collection.
-
-
Method Detail
-
list
public CloudFunctions.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 cloudfunctions 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
-
functions
public CloudFunctions.Projects.Locations.Functions functions()
An accessor for creating requests from the Functions collection.
The typical use is:
CloudFunctions cloudfunctions = new CloudFunctions(...);
CloudFunctions.Functions.List request = cloudfunctions.functions().list(parameters ...)
- Returns:
- the resource collection
-
operations
public CloudFunctions.Projects.Locations.Operations operations()
An accessor for creating requests from the Operations collection.
The typical use is:
CloudFunctions cloudfunctions = new CloudFunctions(...);
CloudFunctions.Operations.List request = cloudfunctions.operations().list(parameters ...)
- Returns:
- the resource collection
-
runtimes
public CloudFunctions.Projects.Locations.Runtimes runtimes()
An accessor for creating requests from the Runtimes collection.
The typical use is:
CloudFunctions cloudfunctions = new CloudFunctions(...);
CloudFunctions.Runtimes.List request = cloudfunctions.runtimes().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2025 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy