ProjectsLocationsConnectionsResource class
Methods
-
create(Connection request, String parent, {String? connectionId, String? $fields})
→ Future<Operation>
-
Creates a Connection.
-
delete(String name, {String? etag, bool? validateOnly, String? $fields})
→ Future<Operation>
-
Deletes a single connection.
-
fetchLinkableRepositories(String connection, {int? pageSize, String? pageToken, String? $fields})
→ Future<FetchLinkableRepositoriesResponse>
-
FetchLinkableRepositories get repositories from SCM that are accessible
and could be added to the connection.
-
get(String name, {String? $fields})
→ Future<Connection>
-
Gets details of a single connection.
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<Policy>
-
Gets the access control policy for a resource.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListConnectionsResponse>
-
Lists Connections in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Connection request, String name, {bool? allowMissing, String? etag, String? updateMask, String? $fields})
→ Future<Operation>
-
Updates a single connection.
-
processWebhook(HttpBody request, String parent, {String? webhookKey, String? $fields})
→ Future<Empty>
-
ProcessWebhook is called by the external SCM for notifying of events.
-
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