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 Engine v1 API, specifically version 2.2.0, used for retrieving information about a ServiceAttachment."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities like message handling, equality checks, deep cloning, and buffer management."],["The `GetServiceAttachmentRequest` class provides constructors to create new instances, either empty or by copying from an existing instance, and inherited from Object which provides additional functionality."],["It has properties for `Project`, `Region`, and `ServiceAttachment`, which are all strings, used to specify the details of the service attachment being requested."],["The documentation presents a range of available versions for `GetServiceAttachmentRequest`, from version 1.0.0 to the latest 3.6.0."]]],[]]