public static class BackupForGKE
Reference documentation and code samples for the Backup for GKE v1 API class BackupForGKE.
BackupForGKE allows Kubernetes administrators to configure, execute, and manage backup and restore operations for their GKE clusters.
Namespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Methods
BindService(BackupForGKEBase)
public static ServerServiceDefinition BindService(BackupForGKE.BackupForGKEBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl |
BackupForGKEBackupForGKEBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, BackupForGKEBase)
public static void BindService(ServiceBinderBase serviceBinder, BackupForGKE.BackupForGKEBase 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 |
serviceImpl |
BackupForGKEBackupForGKEBase An object implementing the server-side handling logic. |