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 a request message for retrieving service attachment details in the Google Cloud Compute API, specifically under the `Google.Cloud.Compute.V1` namespace."],["This class is available across multiple versions, ranging from version 1.0.0 to the latest version 3.6.0, with links provided for each version's documentation."],["The `GetServiceAttachmentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The class includes properties for `Project`, `Region`, and `ServiceAttachment`, all of which are strings and correspond to the project ID, region name, and service attachment name respectively, required for the request."],["The `GetServiceAttachmentRequest` class has two constructors: a parameterless one and another that takes a `GetServiceAttachmentRequest` as a parameter to copy its values."]]],[]]