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"]],[["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 `GetRuntimeProjectAttachmentRequest` class within the Google Cloud API Hub v1 API, specifically for version 1.0.0-beta01 and 1.0.0-beta02."],["The `GetRuntimeProjectAttachmentRequest` class is used to structure requests for the `GetRuntimeProjectAttachment` method within the `RuntimeProjectAttachmentService`, allowing it to retrieve specified API resources."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, providing various functionalities."],["The `GetRuntimeProjectAttachmentRequest` class includes two properties, `Name` which is a required string specifying the resource name to retrieve and `RuntimeProjectAttachmentName` which is a typed view over the former."],["The `GetRuntimeProjectAttachmentRequest` class also provides two constructors: a default constructor and one that accepts another instance of itself to create a copy."]]],[]]