target.apidocs.com.google.api.services.composer.v1.CloudComposer.Projects.Locations.html Maven / Gradle / Ivy
CloudComposer.Projects.Locations (Cloud Composer API v1-rev20241027-2.0.0)
com.google.api.services.composer.v1
Class CloudComposer.Projects.Locations
- java.lang.Object
-
- com.google.api.services.composer.v1.CloudComposer.Projects.Locations
-
- Enclosing class:
- CloudComposer.Projects
public class CloudComposer.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
CloudComposer.Projects.Locations.Environments
The "environments" collection of methods.
class
CloudComposer.Projects.Locations.ImageVersions
The "imageVersions" collection of methods.
class
CloudComposer.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
CloudComposer.Projects.Locations.Environments
environments()
An accessor for creating requests from the Environments collection.
CloudComposer.Projects.Locations.ImageVersions
imageVersions()
An accessor for creating requests from the ImageVersions collection.
CloudComposer.Projects.Locations.Operations
operations()
An accessor for creating requests from the Operations collection.
-
-
Method Detail
-
environments
public CloudComposer.Projects.Locations.Environments environments()
An accessor for creating requests from the Environments collection.
The typical use is:
CloudComposer composer = new CloudComposer(...);
CloudComposer.Environments.List request = composer.environments().list(parameters ...)
- Returns:
- the resource collection
-
imageVersions
public CloudComposer.Projects.Locations.ImageVersions imageVersions()
An accessor for creating requests from the ImageVersions collection.
The typical use is:
CloudComposer composer = new CloudComposer(...);
CloudComposer.ImageVersions.List request = composer.imageVersions().list(parameters ...)
- Returns:
- the resource collection
-
operations
public CloudComposer.Projects.Locations.Operations operations()
An accessor for creating requests from the Operations collection.
The typical use is:
CloudComposer composer = new CloudComposer(...);
CloudComposer.Operations.List request = composer.operations().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy