public class CloudComposer.Projects.Locations
extends java.lang.Object
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 and Description |
---|
Locations() |
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.
|
public CloudComposer.Projects.Locations.Environments environments()
The typical use is:
CloudComposer composer = new CloudComposer(...);
CloudComposer.Environments.List request = composer.environments().list(parameters ...)
public CloudComposer.Projects.Locations.ImageVersions imageVersions()
The typical use is:
CloudComposer composer = new CloudComposer(...);
CloudComposer.ImageVersions.List request = composer.imageVersions().list(parameters ...)
public CloudComposer.Projects.Locations.Operations operations()
The typical use is:
CloudComposer composer = new CloudComposer(...);
CloudComposer.Operations.List request = composer.operations().list(parameters ...)