public class CloudBuild.Projects extends Object
| Modifier and Type | Class and Description | 
|---|---|
| class  | CloudBuild.Projects.LocationsThe "locations" collection of methods. | 
| Constructor and Description | 
|---|
| Projects() | 
| Modifier and Type | Method and Description | 
|---|---|
| CloudBuild.Projects.Locations | locations()An accessor for creating requests from the Locations collection. | 
public CloudBuild.Projects.Locations locations()
The typical use is:
CloudBuild cloudbuild = new CloudBuild(...);CloudBuild.Locations.List request = cloudbuild.locations().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.