| Modifier and Type | Class and Description |
|---|---|
class |
Container.Projects.Aggregated
The "aggregated" collection of methods.
|
class |
Container.Projects.Locations
The "locations" collection of methods.
|
class |
Container.Projects.Zones
The "zones" collection of methods.
|
| Constructor and Description |
|---|
Projects() |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Aggregated |
aggregated()
An accessor for creating requests from the Aggregated collection.
|
Container.Projects.Locations |
locations()
An accessor for creating requests from the Locations collection.
|
Container.Projects.Zones |
zones()
An accessor for creating requests from the Zones collection.
|
public Container.Projects.Aggregated aggregated()
The typical use is:
Container container = new Container(...);Container.Aggregated.List request = container.aggregated().list(parameters ...)
public Container.Projects.Locations locations()
The typical use is:
Container container = new Container(...);Container.Locations.List request = container.locations().list(parameters ...)
public Container.Projects.Zones zones()
The typical use is:
Container container = new Container(...);Container.Zones.List request = container.zones().list(parameters ...)
Copyright © 2011–2020 Google. All rights reserved.