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