public static class ConfidentialComputingReference documentation and code samples for the Confidential Computing v1alpha1 API class ConfidentialComputing.
Service describing handlers for resources
Namespace
Google.Cloud.ConfidentialComputing.V1Alpha1Assembly
Google.Cloud.ConfidentialComputing.V1Alpha1.dll
Methods
BindService(ConfidentialComputingBase)
public static ServerServiceDefinition BindService(ConfidentialComputing.ConfidentialComputingBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description | 
serviceImpl | 
        ConfidentialComputingConfidentialComputingBaseAn object implementing the server-side handling logic.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ServerServiceDefinition | 
        |
BindService(ServiceBinderBase, ConfidentialComputingBase)
public static void BindService(ServiceBinderBase serviceBinder, ConfidentialComputing.ConfidentialComputingBase 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 | 
        ServiceBinderBaseService methods will be bound by calling   | 
      
serviceImpl | 
        ConfidentialComputingConfidentialComputingBaseAn object implementing the server-side handling logic.  |