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-21 UTC."],[[["The `GetServiceAttachmentRequest` class is part of the Google.Cloud.Compute.V1 API, used for retrieving information about a ServiceAttachment."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling and object cloning."],["The latest version documented is 3.6.0, while the presented page focuses on version 2.4.0, and previous versions all the way back to 1.0.0 are listed for reference."],["The `GetServiceAttachmentRequest` class includes properties for `Project`, `Region`, and `ServiceAttachment`, allowing users to specify the target service attachment they're interested in."],["The class has a constructor to create a `GetServiceAttachmentRequest` object, and another constructor that clones an existing `GetServiceAttachmentRequest` object."]]],[]]