ServicesConnectionsResource class
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
-
create(Connection request, String parent, {String? $fields})
→ Future<Operation>
-
Creates a private connection that establishes a VPC Network Peering
connection to a VPC network in the service producer's organization.
-
deleteConnection(DeleteConnectionRequest request, String name, {String? $fields})
→ Future<Operation>
-
Deletes a private service access connection.
-
list(String parent, {String? network, String? $fields})
→ Future<ListConnectionsResponse>
-
List the private connections that are configured in a service consumer's
VPC network.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Connection request, String name, {bool? force, String? updateMask, String? $fields})
→ Future<Operation>
-
Updates the allocated ranges that are assigned to a connection.
-
toString()
→ String
-
A string representation of this object.
inherited