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 covers the `LookupServiceProjectAttachmentRequest` class, which is part of the App Hub v1 API and is used to request service project attachment information."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `LookupServiceProjectAttachmentRequest` class has two constructors: a default constructor and one that takes another `LookupServiceProjectAttachmentRequest` as a parameter."],["The class has two properties, `LocationName` and `Name`, where `Name` is a required property representing the service project ID and location in the format `projects/{project}/locations/{location}`, with only global locations supported."],["The `LookupServiceProjectAttachmentRequest` class is located within the `Google.Cloud.AppHub.V1` namespace and is found in the `Google.Cloud.AppHub.V1.dll` assembly."]]],[]]