[BindServiceMethod(typeof(NetworkSecurity), "BindService")]
public abstract class NetworkSecurity.NetworkSecurityBaseReference documentation and code samples for the Network Security v1beta1 API class NetworkSecurity.NetworkSecurityBase.
Base class for server-side implementations of NetworkSecurity
Namespace
Google.Cloud.NetworkSecurity.V1Beta1Assembly
Google.Cloud.NetworkSecurity.V1Beta1.dll
Methods
CreateAuthorizationPolicy(CreateAuthorizationPolicyRequest, ServerCallContext)
public virtual Task<Operation> CreateAuthorizationPolicy(CreateAuthorizationPolicyRequest request, ServerCallContext context)Creates a new AuthorizationPolicy in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        CreateAuthorizationPolicyRequestThe 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).  | 
      
CreateClientTlsPolicy(CreateClientTlsPolicyRequest, ServerCallContext)
public virtual Task<Operation> CreateClientTlsPolicy(CreateClientTlsPolicyRequest request, ServerCallContext context)Creates a new ClientTlsPolicy in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        CreateClientTlsPolicyRequestThe 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).  | 
      
CreateServerTlsPolicy(CreateServerTlsPolicyRequest, ServerCallContext)
public virtual Task<Operation> CreateServerTlsPolicy(CreateServerTlsPolicyRequest request, ServerCallContext context)Creates a new ServerTlsPolicy in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        CreateServerTlsPolicyRequestThe 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).  | 
      
DeleteAuthorizationPolicy(DeleteAuthorizationPolicyRequest, ServerCallContext)
public virtual Task<Operation> DeleteAuthorizationPolicy(DeleteAuthorizationPolicyRequest request, ServerCallContext context)Deletes a single AuthorizationPolicy.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        DeleteAuthorizationPolicyRequestThe 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).  | 
      
DeleteClientTlsPolicy(DeleteClientTlsPolicyRequest, ServerCallContext)
public virtual Task<Operation> DeleteClientTlsPolicy(DeleteClientTlsPolicyRequest request, ServerCallContext context)Deletes a single ClientTlsPolicy.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        DeleteClientTlsPolicyRequestThe 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).  | 
      
DeleteServerTlsPolicy(DeleteServerTlsPolicyRequest, ServerCallContext)
public virtual Task<Operation> DeleteServerTlsPolicy(DeleteServerTlsPolicyRequest request, ServerCallContext context)Deletes a single ServerTlsPolicy.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        DeleteServerTlsPolicyRequestThe 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).  | 
      
GetAuthorizationPolicy(GetAuthorizationPolicyRequest, ServerCallContext)
public virtual Task<AuthorizationPolicy> GetAuthorizationPolicy(GetAuthorizationPolicyRequest request, ServerCallContext context)Gets details of a single AuthorizationPolicy.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        GetAuthorizationPolicyRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskAuthorizationPolicy | 
        The response to send back to the client (wrapped by a task).  | 
      
GetClientTlsPolicy(GetClientTlsPolicyRequest, ServerCallContext)
public virtual Task<ClientTlsPolicy> GetClientTlsPolicy(GetClientTlsPolicyRequest request, ServerCallContext context)Gets details of a single ClientTlsPolicy.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        GetClientTlsPolicyRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskClientTlsPolicy | 
        The response to send back to the client (wrapped by a task).  | 
      
GetServerTlsPolicy(GetServerTlsPolicyRequest, ServerCallContext)
public virtual Task<ServerTlsPolicy> GetServerTlsPolicy(GetServerTlsPolicyRequest request, ServerCallContext context)Gets details of a single ServerTlsPolicy.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        GetServerTlsPolicyRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskServerTlsPolicy | 
        The response to send back to the client (wrapped by a task).  | 
      
ListAuthorizationPolicies(ListAuthorizationPoliciesRequest, ServerCallContext)
public virtual Task<ListAuthorizationPoliciesResponse> ListAuthorizationPolicies(ListAuthorizationPoliciesRequest request, ServerCallContext context)Lists AuthorizationPolicies in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListAuthorizationPoliciesRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskListAuthorizationPoliciesResponse | 
        The response to send back to the client (wrapped by a task).  | 
      
ListClientTlsPolicies(ListClientTlsPoliciesRequest, ServerCallContext)
public virtual Task<ListClientTlsPoliciesResponse> ListClientTlsPolicies(ListClientTlsPoliciesRequest request, ServerCallContext context)Lists ClientTlsPolicies in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListClientTlsPoliciesRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskListClientTlsPoliciesResponse | 
        The response to send back to the client (wrapped by a task).  | 
      
ListServerTlsPolicies(ListServerTlsPoliciesRequest, ServerCallContext)
public virtual Task<ListServerTlsPoliciesResponse> ListServerTlsPolicies(ListServerTlsPoliciesRequest request, ServerCallContext context)Lists ServerTlsPolicies in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        ListServerTlsPoliciesRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskListServerTlsPoliciesResponse | 
        The response to send back to the client (wrapped by a task).  | 
      
UpdateAuthorizationPolicy(UpdateAuthorizationPolicyRequest, ServerCallContext)
public virtual Task<Operation> UpdateAuthorizationPolicy(UpdateAuthorizationPolicyRequest request, ServerCallContext context)Updates the parameters of a single AuthorizationPolicy.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateAuthorizationPolicyRequestThe 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).  | 
      
UpdateClientTlsPolicy(UpdateClientTlsPolicyRequest, ServerCallContext)
public virtual Task<Operation> UpdateClientTlsPolicy(UpdateClientTlsPolicyRequest request, ServerCallContext context)Updates the parameters of a single ClientTlsPolicy.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateClientTlsPolicyRequestThe 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).  | 
      
UpdateServerTlsPolicy(UpdateServerTlsPolicyRequest, ServerCallContext)
public virtual Task<Operation> UpdateServerTlsPolicy(UpdateServerTlsPolicyRequest request, ServerCallContext context)Updates the parameters of a single ServerTlsPolicy.
| Parameters | |
|---|---|
| Name | Description | 
request | 
        UpdateServerTlsPolicyRequestThe 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).  |