[BindServiceMethod(typeof(CaseAttachmentService), "BindService")]
public abstract class CaseAttachmentService.CaseAttachmentServiceBase
Reference documentation and code samples for the Google Cloud Support v2beta API class CaseAttachmentService.CaseAttachmentServiceBase.
Base class for server-side implementations of CaseAttachmentService
Namespace
Google.Cloud.Support.V2BetaAssembly
Google.Cloud.Support.V2Beta.dll
Methods
GetAttachment(GetAttachmentRequest, ServerCallContext)
public virtual Task<Attachment> GetAttachment(GetAttachmentRequest request, ServerCallContext context)
Retrieve an attachment.
Parameters | |
---|---|
Name | Description |
request |
GetAttachmentRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskAttachment |
The response to send back to the client (wrapped by a task). |
ListAttachments(ListAttachmentsRequest, ServerCallContext)
public virtual Task<ListAttachmentsResponse> ListAttachments(ListAttachmentsRequest request, ServerCallContext context)
List all the attachments associated with a support case.
Parameters | |
---|---|
Name | Description |
request |
ListAttachmentsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskListAttachmentsResponse |
The response to send back to the client (wrapped by a task). |