public static class RepositoryManagerReference documentation and code samples for the Cloud Build v2 API class RepositoryManager.
Manages connections to source code repositories.
Namespace
Google.Cloud.CloudBuild.V2Assembly
Google.Cloud.CloudBuild.V2.dll
Methods
BindService(RepositoryManagerBase)
public static ServerServiceDefinition BindService(RepositoryManager.RepositoryManagerBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description | 
serviceImpl | 
        RepositoryManagerRepositoryManagerBaseAn object implementing the server-side handling logic.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ServerServiceDefinition | 
        |
BindService(ServiceBinderBase, RepositoryManagerBase)
public static void BindService(ServiceBinderBase serviceBinder, RepositoryManager.RepositoryManagerBase serviceImpl)Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
| Parameters | |
|---|---|
| Name | Description | 
serviceBinder | 
        ServiceBinderBaseService methods will be bound by calling   | 
      
serviceImpl | 
        RepositoryManagerRepositoryManagerBaseAn object implementing the server-side handling logic.  |