[BindServiceMethod(typeof(SecuritySettingsService), "BindService")]
public abstract class SecuritySettingsServiceBaseBase class for server-side implementations of SecuritySettingsService
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Methods
CreateSecuritySettings(CreateSecuritySettingsRequest, ServerCallContext)
public virtual Task<SecuritySettings> CreateSecuritySettings(CreateSecuritySettingsRequest request, ServerCallContext context)Create security settings in the specified location.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateSecuritySettingsRequestThe request received from the client. | 
| context | ServerCallContextThe context of the server-side call handler being invoked. | 
| Returns | |
|---|---|
| Type | Description | 
| Task<SecuritySettings> | The response to send back to the client (wrapped by a task). | 
DeleteSecuritySettings(DeleteSecuritySettingsRequest, ServerCallContext)
public virtual Task<Empty> DeleteSecuritySettings(DeleteSecuritySettingsRequest request, ServerCallContext context)Deletes the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteSecuritySettingsRequestThe request received from the client. | 
| context | ServerCallContextThe context of the server-side call handler being invoked. | 
| Returns | |
|---|---|
| Type | Description | 
| Task<Empty> | The response to send back to the client (wrapped by a task). | 
GetSecuritySettings(GetSecuritySettingsRequest, ServerCallContext)
public virtual Task<SecuritySettings> GetSecuritySettings(GetSecuritySettingsRequest request, ServerCallContext context)Retrieves the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings]. The returned settings may be stale by up to 1 minute.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetSecuritySettingsRequestThe request received from the client. | 
| context | ServerCallContextThe context of the server-side call handler being invoked. | 
| Returns | |
|---|---|
| Type | Description | 
| Task<SecuritySettings> | The response to send back to the client (wrapped by a task). | 
ListSecuritySettings(ListSecuritySettingsRequest, ServerCallContext)
public virtual Task<ListSecuritySettingsResponse> ListSecuritySettings(ListSecuritySettingsRequest request, ServerCallContext context)Returns the list of all security settings in the specified location.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListSecuritySettingsRequestThe request received from the client. | 
| context | ServerCallContextThe context of the server-side call handler being invoked. | 
| Returns | |
|---|---|
| Type | Description | 
| Task<ListSecuritySettingsResponse> | The response to send back to the client (wrapped by a task). | 
UpdateSecuritySettings(UpdateSecuritySettingsRequest, ServerCallContext)
public virtual Task<SecuritySettings> UpdateSecuritySettings(UpdateSecuritySettingsRequest request, ServerCallContext context)Updates the specified [SecuritySettings][google.cloud.dialogflow.cx.v3.SecuritySettings].
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateSecuritySettingsRequestThe request received from the client. | 
| context | ServerCallContextThe context of the server-side call handler being invoked. | 
| Returns | |
|---|---|
| Type | Description | 
| Task<SecuritySettings> | The response to send back to the client (wrapped by a task). |