Cloud Build v2 API - Class RepositoryManager (1.4.0)

public static class RepositoryManager

Reference documentation and code samples for the Cloud Build v2 API class RepositoryManager.

Manages connections to source code repositories.

Inheritance

object > RepositoryManager

Namespace

Google.Cloud.CloudBuild.V2

Assembly

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 RepositoryManagerRepositoryManagerBase

An 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 ServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImpl RepositoryManagerRepositoryManagerBase

An object implementing the server-side handling logic.