Network Security v1beta1 API - Class NetworkSecurity.NetworkSecurityBase (2.0.0-beta06)

[BindServiceMethod(typeof(NetworkSecurity), "BindService")]
public abstract class NetworkSecurity.NetworkSecurityBase

Reference documentation and code samples for the Network Security v1beta1 API class NetworkSecurity.NetworkSecurityBase.

Base class for server-side implementations of NetworkSecurity

Inheritance

object > NetworkSecurity.NetworkSecurityBase

Namespace

Google.Cloud.NetworkSecurity.V1Beta1

Assembly

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
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 CreateClientTlsPolicyRequest

The request received from the client.

context ServerCallContext

The 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 CreateServerTlsPolicyRequest

The request received from the client.

context ServerCallContext

The 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 DeleteAuthorizationPolicyRequest

The request received from the client.

context ServerCallContext

The 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 DeleteClientTlsPolicyRequest

The request received from the client.

context ServerCallContext

The 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 DeleteServerTlsPolicyRequest

The request received from the client.

context ServerCallContext

The 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 GetAuthorizationPolicyRequest

The request received from the client.

context ServerCallContext

The 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 GetClientTlsPolicyRequest

The request received from the client.

context ServerCallContext

The 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 GetServerTlsPolicyRequest

The request received from the client.

context ServerCallContext

The 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 ListAuthorizationPoliciesRequest

The request received from the client.

context ServerCallContext

The 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 ListClientTlsPoliciesRequest

The request received from the client.

context ServerCallContext

The 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 ListServerTlsPoliciesRequest

The request received from the client.

context ServerCallContext

The 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 UpdateAuthorizationPolicyRequest

The request received from the client.

context ServerCallContext

The 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 UpdateClientTlsPolicyRequest

The request received from the client.

context ServerCallContext

The 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 UpdateServerTlsPolicyRequest

The request received from the client.

context ServerCallContext

The 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).