public class CloudComposer.Projects
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
CloudComposer.Projects.Locations
The "locations" collection of methods.
|
Constructor and Description |
---|
Projects() |
Modifier and Type | Method and Description |
---|---|
CloudComposer.Projects.Locations |
locations()
An accessor for creating requests from the Locations collection.
|
public CloudComposer.Projects.Locations locations()
The typical use is:
CloudComposer composer = new CloudComposer(...);
CloudComposer.Locations.List request = composer.locations().list(parameters ...)