Google Cloud Deploy v1 API - Class CloudDeploy (2.15.0)

public static class CloudDeploy

Reference documentation and code samples for the Google Cloud Deploy v1 API class CloudDeploy.

CloudDeploy service creates and manages Continuous Delivery operations on Google Cloud Platform via Skaffold (https://skaffold.dev).

Inheritance

object > CloudDeploy

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Methods

BindService(CloudDeployBase)

public static ServerServiceDefinition BindService(CloudDeploy.CloudDeployBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplCloudDeployCloudDeployBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, CloudDeployBase)

public static void BindService(ServiceBinderBase serviceBinder, CloudDeploy.CloudDeployBase 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.

serviceImplCloudDeployCloudDeployBase

An object implementing the server-side handling logic.