ProjectsLocationsPrivateConnectionsResource class
Methods
-
create(PrivateConnection request, String parent, {String? privateConnectionId, String? requestId, String? $fields})
→ Future<Operation>
-
Creates a new private connection that can be used for accessing private
Clouds.
-
delete(String name, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes a
PrivateConnection
resource.
-
get(String name, {String? $fields})
→ Future<PrivateConnection>
-
Retrieves a
PrivateConnection
resource by its resource name.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListPrivateConnectionsResponse>
-
Lists
PrivateConnection
resources in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(PrivateConnection request, String name, {String? requestId, String? updateMask, String? $fields})
→ Future<Operation>
-
Modifies a
PrivateConnection
resource.
-
toString()
→ String
-
A string representation of this object.
inherited