[BindServiceMethod(typeof(SSERealmService), "BindService")]
public abstract class SSERealmService.SSERealmServiceBaseReference documentation and code samples for the Network Security v1 API class SSERealmService.SSERealmServiceBase.
Base class for server-side implementations of SSERealmService
Namespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Methods
CreateSACAttachment(CreateSACAttachmentRequest, ServerCallContext)
public virtual Task<Operation> CreateSACAttachment(CreateSACAttachmentRequest request, ServerCallContext context)Creates a new SACAttachment in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateSACAttachmentRequestThe 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). |
CreateSACRealm(CreateSACRealmRequest, ServerCallContext)
public virtual Task<Operation> CreateSACRealm(CreateSACRealmRequest request, ServerCallContext context)Creates a new SACRealm in a given project.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateSACRealmRequestThe 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). |
DeleteSACAttachment(DeleteSACAttachmentRequest, ServerCallContext)
public virtual Task<Operation> DeleteSACAttachment(DeleteSACAttachmentRequest request, ServerCallContext context)Deletes the specified attachment.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteSACAttachmentRequestThe 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). |
DeleteSACRealm(DeleteSACRealmRequest, ServerCallContext)
public virtual Task<Operation> DeleteSACRealm(DeleteSACRealmRequest request, ServerCallContext context)Deletes the specified realm.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteSACRealmRequestThe 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). |
GetSACAttachment(GetSACAttachmentRequest, ServerCallContext)
public virtual Task<SACAttachment> GetSACAttachment(GetSACAttachmentRequest request, ServerCallContext context)Returns the specified attachment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSACAttachmentRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSACAttachment |
The response to send back to the client (wrapped by a task). |
GetSACRealm(GetSACRealmRequest, ServerCallContext)
public virtual Task<SACRealm> GetSACRealm(GetSACRealmRequest request, ServerCallContext context)Returns the specified realm.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSACRealmRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSACRealm |
The response to send back to the client (wrapped by a task). |
ListSACAttachments(ListSACAttachmentsRequest, ServerCallContext)
public virtual Task<ListSACAttachmentsResponse> ListSACAttachments(ListSACAttachmentsRequest request, ServerCallContext context)Lists SACAttachments in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSACAttachmentsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListSACAttachmentsResponse |
The response to send back to the client (wrapped by a task). |
ListSACRealms(ListSACRealmsRequest, ServerCallContext)
public virtual Task<ListSACRealmsResponse> ListSACRealms(ListSACRealmsRequest request, ServerCallContext context)Lists SACRealms in a given project.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSACRealmsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListSACRealmsResponse |
The response to send back to the client (wrapped by a task). |