Google Cloud Deploy v1 API - Class CloudDeploy (2.6.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
Name
Description
serviceImpl
CloudDeploy CloudDeployBase

An object implementing the server-side handling logic.

Returns
Type
Description

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
Name
Description
serviceBinder
ServiceBinderBase

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

serviceImpl
CloudDeploy CloudDeployBase

An object implementing the server-side handling logic.