public sealed class GetRuntimeProjectAttachmentRequest : IMessage<GetRuntimeProjectAttachmentRequest>, IEquatable<GetRuntimeProjectAttachmentRequest>, IDeepCloneable<GetRuntimeProjectAttachmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class GetRuntimeProjectAttachmentRequest.
The
[GetRuntimeProjectAttachment][google.cloud.apihub.v1.RuntimeProjectAttachmentService.GetRuntimeProjectAttachment]
method's request.
Required. The name of the API resource to retrieve.
Format:
projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `GetRuntimeProjectAttachmentRequest` class within the Google Cloud API Hub V1, specifically version 1.0.0-beta02."],["The `GetRuntimeProjectAttachmentRequest` class is used to construct requests for the `GetRuntimeProjectAttachment` method, part of the RuntimeProjectAttachmentService."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRuntimeProjectAttachmentRequest` class has two constructors and two properties: `Name` which is a string representing the name of the API resource, and `RuntimeProjectAttachmentName` which provides a typed view over the `Name`."],["The required format for `Name` is `projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}`."]]],[]]