ProjectsLocationsPrivateConnectionsResource class
Methods
-
create(PrivateConnection request, String parent, {String? privateConnectionId, String? requestId, String? $fields})
→ Future<Operation>
-
Use this method to create a private connectivity configuration.
-
delete(String name, {bool? force, String? requestId, String? $fields})
→ Future<Operation>
-
Use this method to delete a private connectivity configuration.
-
get(String name, {String? $fields})
→ Future<PrivateConnection>
-
Use this method to get details about a private connectivity configuration.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListPrivateConnectionsResponse>
-
Use this method to list private connectivity configurations in a 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