public sealed class GetServiceAttachmentRequest : IMessage<GetServiceAttachmentRequest>, IEquatable<GetServiceAttachmentRequest>, IDeepCloneable<GetServiceAttachmentRequest>, IBufferMessage, IMessage
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 used to request details about a specific Service Attachment and is a part of the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and providing methods for cloning and comparison."],["The class provides properties such as `Project`, `Region`, and `ServiceAttachment` which are strings used to identify the specific project, region, and service attachment being requested."],["The `GetServiceAttachmentRequest` class offers two constructors, one being a default constructor, the other a constructor taking another `GetServiceAttachmentRequest` as a parameter for object duplication."],["A list of versions for the `GetServiceAttachmentRequest` class are provided, starting from version 1.0.0 to the latest 3.6.0, allowing users to access documentation related to their specific version."]]],[]]