[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eCaseAttachmentService.CaseAttachmentServiceBase\u003c/code\u003e class is 1.3.0, with previous versions available down to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCaseAttachmentService.CaseAttachmentServiceBase\u003c/code\u003e is the base class for server-side implementations of the \u003ccode\u003eCaseAttachmentService\u003c/code\u003e in the Google Cloud Support v2 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides the \u003ccode\u003eListAttachments\u003c/code\u003e method, which is used to retrieve all attachments related to a support case, taking a \u003ccode\u003eListAttachmentsRequest\u003c/code\u003e and a \u003ccode\u003eServerCallContext\u003c/code\u003e as parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListAttachments\u003c/code\u003e method returns a \u003ccode\u003eTask<ListAttachmentsResponse>\u003c/code\u003e, which is the response sent back to the client.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Support v2 API - Class CaseAttachmentService.CaseAttachmentServiceBase (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.CaseAttachmentService.CaseAttachmentServiceBase)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.3.0/Google.Cloud.Support.V2.CaseAttachmentService.CaseAttachmentServiceBase)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.2.0/Google.Cloud.Support.V2.CaseAttachmentService.CaseAttachmentServiceBase)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.1.0/Google.Cloud.Support.V2.CaseAttachmentService.CaseAttachmentServiceBase)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.0.0/Google.Cloud.Support.V2.CaseAttachmentService.CaseAttachmentServiceBase) \n\n [BindServiceMethod(typeof(CaseAttachmentService), \"BindService\")]\n public abstract class CaseAttachmentService.CaseAttachmentServiceBase\n\nReference documentation and code samples for the Google Cloud Support v2 API class CaseAttachmentService.CaseAttachmentServiceBase.\n\nBase class for server-side implementations of CaseAttachmentService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CaseAttachmentService.CaseAttachmentServiceBase \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Support.V2](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Support.V2.dll\n\nMethods\n-------\n\n### ListAttachments(ListAttachmentsRequest, ServerCallContext)\n\n public virtual Task\u003cListAttachmentsResponse\u003e ListAttachments(ListAttachmentsRequest request, ServerCallContext context)\n\nList all the attachments associated with a support case.\n\nEXAMPLES:\n\ncURL: \n\n case=\"projects/some-project/cases/23598314\"\n curl \\\n --header \"Authorization: Bearer $(gcloud auth print-access-token)\" \\\n \"https://cloudsupport.googleapis.com/v2/$case/attachments\"\n\nPython: \n\n import googleapiclient.discovery\n\n api_version = \"v2\"\n supportApiService = googleapiclient.discovery.build(\n serviceName=\"cloudsupport\",\n version=api_version,\n discoveryServiceUrl=f\"https://cloudsupport.googleapis.com/$discovery/rest?version={api_version}\",\n )\n request = (\n supportApiService.cases()\n .attachments()\n .list(parent=\"projects/some-project/cases/43595344\")\n )\n print(request.execute())"]]