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-03-21 UTC."],[[["This documentation is for the `LookupServiceProjectAttachmentRequest` class within the App Hub v1 API, specifically version 1.0.0-beta02."],["`LookupServiceProjectAttachmentRequest` is a request class used to lookup service project attachments and is part of the `Google.Cloud.AppHub.V1` namespace."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["The `LookupServiceProjectAttachmentRequest` class has two constructors and two properties, `LocationName` (of type `LocationName`) and `Name` (of type string)."],["The `Name` property is a required string that contains the project ID and the location to search for the service project attachment, in the format `projects/{project}/locations/{location}`, and only the global location is supported."]]],[]]