Google Cloud Support v2 API - Class CaseAttachmentService.CaseAttachmentServiceBase (1.0.0)

[BindServiceMethod(typeof(CaseAttachmentService), "BindService")]
public abstract class CaseAttachmentService.CaseAttachmentServiceBase

Reference documentation and code samples for the Google Cloud Support v2 API class CaseAttachmentService.CaseAttachmentServiceBase.

Base class for server-side implementations of CaseAttachmentService

Inheritance

object > CaseAttachmentService.CaseAttachmentServiceBase

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Methods

ListAttachments(ListAttachmentsRequest, ServerCallContext)

public virtual Task<ListAttachmentsResponse> ListAttachments(ListAttachmentsRequest request, ServerCallContext context)

Retrieve all attachments associated with a support case.

Parameters
NameDescription
requestListAttachmentsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskListAttachmentsResponse

The response to send back to the client (wrapped by a task).