public sealed class GetServiceAttachmentRequest : IMessage<GetServiceAttachmentRequest>, IEquatable<GetServiceAttachmentRequest>, IDeepCloneable<GetServiceAttachmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetServiceAttachmentRequest.
A request message for ServiceAttachments.Get. See the method description for details.
[[["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-24 UTC."],[[["This webpage provides documentation for the `GetServiceAttachmentRequest` class within the Google Cloud Compute Engine v1 API for .NET."],["The latest version documented is 3.6.0, and the page includes documentation and links for numerous prior versions, down to version 1.0.0."],["The `GetServiceAttachmentRequest` class is used to request a specific service attachment, as seen through its purpose and it's parameters like \"Project\", \"Region\", and \"ServiceAttachment\"."],["This class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["It contains the ability to use multiple constructors, `GetServiceAttachmentRequest()` and `GetServiceAttachmentRequest(GetServiceAttachmentRequest other)`, allowing for the creation of a basic object, or a clone of another."]]],[]]