public sealed class GetServiceProjectAttachmentRequest : IMessage<GetServiceProjectAttachmentRequest>, IEquatable<GetServiceProjectAttachmentRequest>, IDeepCloneable<GetServiceProjectAttachmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class GetServiceProjectAttachmentRequest.
Required. Fully qualified name of the service project attachment to
retrieve. Expected format:
projects/{project}/locations/{location}/serviceProjectAttachments/{serviceProjectAttachment}.
[[["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 \u003ccode\u003eGetServiceProjectAttachmentRequest\u003c/code\u003e class is part of the App Hub v1 API and is used to request a service project attachment.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetServiceProjectAttachmentRequest\u003c/code\u003e class has two constructors: a default one and another that takes a \u003ccode\u003eGetServiceProjectAttachmentRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties such as \u003ccode\u003eName\u003c/code\u003e, representing the fully qualified name of the service project attachment, and \u003ccode\u003eServiceProjectAttachmentName\u003c/code\u003e, providing a typed view of the \u003ccode\u003eName\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eGetServiceProjectAttachmentRequest\u003c/code\u003e class is available under version 1.0.0, while there's also an older beta version 1.0.0-beta03.\u003c/p\u003e\n"]]],[],null,["# App Hub v1 API - Class GetServiceProjectAttachmentRequest (1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.GetServiceProjectAttachmentRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AppHub.V1/1.0.0/Google.Cloud.AppHub.V1.GetServiceProjectAttachmentRequest) \n\n public sealed class GetServiceProjectAttachmentRequest : IMessage\u003cGetServiceProjectAttachmentRequest\u003e, IEquatable\u003cGetServiceProjectAttachmentRequest\u003e, IDeepCloneable\u003cGetServiceProjectAttachmentRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the App Hub v1 API class GetServiceProjectAttachmentRequest.\n\nRequest for GetServiceProjectAttachment. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetServiceProjectAttachmentRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetServiceProjectAttachmentRequest](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.GetServiceProjectAttachmentRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetServiceProjectAttachmentRequest](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.GetServiceProjectAttachmentRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetServiceProjectAttachmentRequest](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.GetServiceProjectAttachmentRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \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.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AppHub.V1](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.AppHub.V1.dll\n\nConstructors\n------------\n\n### GetServiceProjectAttachmentRequest()\n\n public GetServiceProjectAttachmentRequest()\n\n### GetServiceProjectAttachmentRequest(GetServiceProjectAttachmentRequest)\n\n public GetServiceProjectAttachmentRequest(GetServiceProjectAttachmentRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Fully qualified name of the service project attachment to\nretrieve. Expected format:\n`projects/{project}/locations/{location}/serviceProjectAttachments/{serviceProjectAttachment}`.\n\n### ServiceProjectAttachmentName\n\n public ServiceProjectAttachmentName ServiceProjectAttachmentName { get; set; }\n\n[ServiceProjectAttachmentName](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.ServiceProjectAttachmentName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.GetServiceProjectAttachmentRequest#Google_Cloud_AppHub_V1_GetServiceProjectAttachmentRequest_Name) resource name\nproperty."]]