[BindServiceMethod(typeof(EncryptionSpecService), "BindService")]
public abstract class EncryptionSpecService.EncryptionSpecServiceBaseReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class EncryptionSpecService.EncryptionSpecServiceBase.
Base class for server-side implementations of EncryptionSpecService
Namespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Methods
GetEncryptionSpec(GetEncryptionSpecRequest, ServerCallContext)
public virtual Task<EncryptionSpec> GetEncryptionSpec(GetEncryptionSpecRequest request, ServerCallContext context)Gets location-level encryption key specification.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetEncryptionSpecRequestThe request received from the client. | 
| context | ServerCallContextThe context of the server-side call handler being invoked. | 
| Returns | |
|---|---|
| Type | Description | 
| TaskEncryptionSpec | The response to send back to the client (wrapped by a task). | 
InitializeEncryptionSpec(InitializeEncryptionSpecRequest, ServerCallContext)
public virtual Task<Operation> InitializeEncryptionSpec(InitializeEncryptionSpecRequest request, ServerCallContext context)Initializes a location-level encryption key specification. An error will be thrown if the location has resources already created before the initialization. Once the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification.
| Parameters | |
|---|---|
| Name | Description | 
| request | InitializeEncryptionSpecRequestThe request received from the client. | 
| context | ServerCallContextThe context of the server-side call handler being invoked. | 
| Returns | |
|---|---|
| Type | Description | 
| TaskOperation | The response to send back to the client (wrapped by a task). |