ProjectsLocationsOdbNetworksResource class
Methods
-
create(OdbNetwork request, String parent, {String? odbNetworkId, String? requestId, String? $fields})
→ Future<Operation>
-
Creates a new ODB Network in a given project and location.
-
delete(String name, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes a single ODB Network.
-
get(String name, {String? $fields})
→ Future<OdbNetwork>
-
Gets details of a single ODB Network.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListOdbNetworksResponse>
-
Lists the ODB Networks in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited