ProjectsLocationsConnectionsResource 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? connectionId, String? $fields})
→ Future<Connection>
-
Creates a new connection.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes connection and associated credential.
-
get(String name, {String? $fields})
→ Future<Connection>
-
Returns specified connection.
-
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Gets the access control policy for a resource.
-
list(String parent, {int? maxResults, String? pageToken, String? $fields})
→ Future<ListConnectionsResponse>
-
Returns a list of connections in the given project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Connection request, String name, {String? updateMask, String? $fields})
→ Future<Connection>
-
Updates the specified connection.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy on the specified resource.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateCredential(ConnectionCredential request, String name, {String? $fields})
→ Future<Empty>
-
Sets the credential for the specified connection.