Cloud Build v2 API - Class RepositoryManager (1.3.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
NameDescription
serviceImplRepositoryManagerRepositoryManagerBase

An object implementing the server-side handling logic.

Returns
TypeDescription
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
NameDescription
serviceBinderServiceBinderBase

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

serviceImplRepositoryManagerRepositoryManagerBase

An object implementing the server-side handling logic.