[BindServiceMethod(typeof(NetworkSecurity), "BindService")]
public abstract class NetworkSecurityBase
Reference 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 | CreateAuthorizationPolicyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Operation> | 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 | CreateClientTlsPolicyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Operation> | 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 | CreateServerTlsPolicyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Operation> | 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 | DeleteAuthorizationPolicyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Operation> | 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 | DeleteClientTlsPolicyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Operation> | 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 | DeleteServerTlsPolicyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Operation> | 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 | GetAuthorizationPolicyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<AuthorizationPolicy> | 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 | GetClientTlsPolicyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<ClientTlsPolicy> | 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 | GetServerTlsPolicyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<ServerTlsPolicy> | 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 | ListAuthorizationPoliciesRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<ListAuthorizationPoliciesResponse> | 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 | ListClientTlsPoliciesRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<ListClientTlsPoliciesResponse> | 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 | ListServerTlsPoliciesRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<ListServerTlsPoliciesResponse> | 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 | UpdateAuthorizationPolicyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Operation> | 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 | UpdateClientTlsPolicyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Operation> | 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 | UpdateServerTlsPolicyRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<Operation> | The response to send back to the client (wrapped by a task). |