public sealed class LookupServiceProjectAttachmentRequest : IMessage<LookupServiceProjectAttachmentRequest>, IEquatable<LookupServiceProjectAttachmentRequest>, IDeepCloneable<LookupServiceProjectAttachmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class LookupServiceProjectAttachmentRequest.
Required. Service project ID and location to lookup service project
attachment for. Only global location is supported. Expected format:
projects/{project}/locations/{location}.
[[["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\u003eThis documentation covers the \u003ccode\u003eLookupServiceProjectAttachmentRequest\u003c/code\u003e class, which is part of the App Hub v1 API and is used to request service project attachment information.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLookupServiceProjectAttachmentRequest\u003c/code\u003e class has two constructors: a default constructor and one that takes another \u003ccode\u003eLookupServiceProjectAttachmentRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two properties, \u003ccode\u003eLocationName\u003c/code\u003e and \u003ccode\u003eName\u003c/code\u003e, where \u003ccode\u003eName\u003c/code\u003e is a required property representing the service project ID and location in the format \u003ccode\u003eprojects/{project}/locations/{location}\u003c/code\u003e, with only global locations supported.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLookupServiceProjectAttachmentRequest\u003c/code\u003e class is located within the \u003ccode\u003eGoogle.Cloud.AppHub.V1\u003c/code\u003e namespace and is found in the \u003ccode\u003eGoogle.Cloud.AppHub.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# App Hub v1 API - Class LookupServiceProjectAttachmentRequest (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.LookupServiceProjectAttachmentRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AppHub.V1/1.0.0/Google.Cloud.AppHub.V1.LookupServiceProjectAttachmentRequest) \n\n public sealed class LookupServiceProjectAttachmentRequest : IMessage\u003cLookupServiceProjectAttachmentRequest\u003e, IEquatable\u003cLookupServiceProjectAttachmentRequest\u003e, IDeepCloneable\u003cLookupServiceProjectAttachmentRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the App Hub v1 API class LookupServiceProjectAttachmentRequest.\n\nRequest for LookupServiceProjectAttachment. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e LookupServiceProjectAttachmentRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[LookupServiceProjectAttachmentRequest](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.LookupServiceProjectAttachmentRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[LookupServiceProjectAttachmentRequest](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.LookupServiceProjectAttachmentRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[LookupServiceProjectAttachmentRequest](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.LookupServiceProjectAttachmentRequest), [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### LookupServiceProjectAttachmentRequest()\n\n public LookupServiceProjectAttachmentRequest()\n\n### LookupServiceProjectAttachmentRequest(LookupServiceProjectAttachmentRequest)\n\n public LookupServiceProjectAttachmentRequest(LookupServiceProjectAttachmentRequest other)\n\nProperties\n----------\n\n### LocationName\n\n public LocationName LocationName { get; set; }\n\n[LocationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.LocationName.html)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.LookupServiceProjectAttachmentRequest#Google_Cloud_AppHub_V1_LookupServiceProjectAttachmentRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Service project ID and location to lookup service project\nattachment for. Only global location is supported. Expected format:\n`projects/{project}/locations/{location}`."]]