ProjectsLocationsNetworksResource class

Constructors

ProjectsLocationsNetworksResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(String name, {String? $fields}) Future<Network>
Get details of a single network.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListNetworksResponse>
List network in a given project and location.
listNetworkUsage(String location, {String? $fields}) Future<ListNetworkUsageResponse>
List all Networks (and used IPs for each Network) in the vendor account associated with the specified project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Network request, String name, {String? updateMask, String? $fields}) Future<Operation>
Update details of a single network.
rename(RenameNetworkRequest request, String name, {String? $fields}) Future<Network>
RenameNetwork sets a new name for a network.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited