public static class CloudDeploy
CloudDeploy service creates and manages Continuous Delivery operations on Google Cloud Platform via Skaffold (https://skaffold.dev).
Namespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Methods
BindService(CloudDeploy.CloudDeployBase)
public static ServerServiceDefinition BindService(CloudDeploy.CloudDeployBase serviceImpl)
Creates service definition that can be registered with a server
Name | Description |
serviceImpl | CloudDeploy.CloudDeployBase An object implementing the server-side handling logic. |
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, CloudDeploy.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.
Name | Description |
serviceBinder | ServiceBinderBase Service methods will be bound by calling |
serviceImpl | CloudDeploy.CloudDeployBase An object implementing the server-side handling logic. |