[BindServiceMethod(typeof(SecurityProfileGroupService), "BindService")]
public abstract class SecurityProfileGroupService.SecurityProfileGroupServiceBaseReference documentation and code samples for the Network Security v1 API class SecurityProfileGroupService.SecurityProfileGroupServiceBase.
Base class for server-side implementations of SecurityProfileGroupService
Namespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Methods
CreateSecurityProfile(CreateSecurityProfileRequest, ServerCallContext)
public virtual Task<Operation> CreateSecurityProfile(CreateSecurityProfileRequest request, ServerCallContext context)Creates a new SecurityProfile in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateSecurityProfileRequestThe 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). |
CreateSecurityProfileGroup(CreateSecurityProfileGroupRequest, ServerCallContext)
public virtual Task<Operation> CreateSecurityProfileGroup(CreateSecurityProfileGroupRequest request, ServerCallContext context)Creates a new SecurityProfileGroup in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateSecurityProfileGroupRequestThe 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). |
DeleteSecurityProfile(DeleteSecurityProfileRequest, ServerCallContext)
public virtual Task<Operation> DeleteSecurityProfile(DeleteSecurityProfileRequest request, ServerCallContext context)Deletes a single SecurityProfile.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteSecurityProfileRequestThe 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). |
DeleteSecurityProfileGroup(DeleteSecurityProfileGroupRequest, ServerCallContext)
public virtual Task<Operation> DeleteSecurityProfileGroup(DeleteSecurityProfileGroupRequest request, ServerCallContext context)Deletes a single SecurityProfileGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteSecurityProfileGroupRequestThe 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). |
GetSecurityProfile(GetSecurityProfileRequest, ServerCallContext)
public virtual Task<SecurityProfile> GetSecurityProfile(GetSecurityProfileRequest request, ServerCallContext context)Gets details of a single SecurityProfile.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSecurityProfileRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSecurityProfile |
The response to send back to the client (wrapped by a task). |
GetSecurityProfileGroup(GetSecurityProfileGroupRequest, ServerCallContext)
public virtual Task<SecurityProfileGroup> GetSecurityProfileGroup(GetSecurityProfileGroupRequest request, ServerCallContext context)Gets details of a single SecurityProfileGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSecurityProfileGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSecurityProfileGroup |
The response to send back to the client (wrapped by a task). |
ListSecurityProfileGroups(ListSecurityProfileGroupsRequest, ServerCallContext)
public virtual Task<ListSecurityProfileGroupsResponse> ListSecurityProfileGroups(ListSecurityProfileGroupsRequest request, ServerCallContext context)Lists SecurityProfileGroups in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSecurityProfileGroupsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListSecurityProfileGroupsResponse |
The response to send back to the client (wrapped by a task). |
ListSecurityProfiles(ListSecurityProfilesRequest, ServerCallContext)
public virtual Task<ListSecurityProfilesResponse> ListSecurityProfiles(ListSecurityProfilesRequest request, ServerCallContext context)Lists SecurityProfiles in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSecurityProfilesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListSecurityProfilesResponse |
The response to send back to the client (wrapped by a task). |
UpdateSecurityProfile(UpdateSecurityProfileRequest, ServerCallContext)
public virtual Task<Operation> UpdateSecurityProfile(UpdateSecurityProfileRequest request, ServerCallContext context)Updates the parameters of a single SecurityProfile.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSecurityProfileRequestThe 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). |
UpdateSecurityProfileGroup(UpdateSecurityProfileGroupRequest, ServerCallContext)
public virtual Task<Operation> UpdateSecurityProfileGroup(UpdateSecurityProfileGroupRequest request, ServerCallContext context)Updates the parameters of a single SecurityProfileGroup.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSecurityProfileGroupRequestThe 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). |