ProjectsLocationsConnectionsResource class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  create(Connection request, String parent, {String? connectionId, String? requestId, bool? validateOnly, String? $fields})
    → Future<Operation>
  
  
- 
  Creates a new Connection in a given project and location.
  
- 
  delete(String name, {String? etag, String? requestId, bool? validateOnly, String? $fields})
    → Future<Operation>
  
  
- 
  Deletes a single Connection.
  
- 
  fetchGitHubInstallations(String connection, {String? $fields})
    → Future<FetchGitHubInstallationsResponse>
  
  
- 
  FetchGitHubInstallations returns the list of GitHub Installations that are
available to be added to a Connection.
  
- 
  fetchLinkableGitRepositories(String connection, {int? pageSize, String? pageToken, String? $fields})
    → Future<FetchLinkableGitRepositoriesResponse>
  
  
- 
  FetchLinkableGitRepositories returns a list of git repositories from an
SCM that are available to be added to a Connection.
  
- 
  get(String name, {String? $fields})
    → Future<Connection>
  
  
- 
  Gets details of a single Connection.
  
- 
  list(String parent, {String? filter, String? orderBy, 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? requestId, String? updateMask, bool? validateOnly, String? $fields})
    → Future<Operation>
  
  
- 
  Updates the parameters of a single Connection.
  
- 
  processGitHubEnterpriseWebhook(ProcessGitHubEnterpriseWebhookRequest request, String parent, {String? $fields})
    → Future<Empty>
  
  
- 
  ProcessGitHubEnterpriseWebhook is called by the external GitHub Enterprise
instances for notifying events.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited