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 documentation details the `GetRuntimeProjectAttachmentRequest` class, which is part of the API hub v1 API and is used to make requests to the `GetRuntimeProjectAttachment` method."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors: a default constructor and one that accepts another `GetRuntimeProjectAttachmentRequest` object for cloning."],["The `GetRuntimeProjectAttachmentRequest` class contains properties such as `Name` (a string) and `RuntimeProjectAttachmentName` (a `RuntimeProjectAttachmentName`-typed view of the resource name), both used to identify the API resource to be retrieved."],["The class is found within the namespace `Google.Cloud.ApiHub.V1` and is located within the `Google.Cloud.ApiHub.V1.dll` assembly."]]],[]]