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."],[[["This webpage provides reference documentation for the `GetServiceAttachmentRequest` class within the Google Compute Engine v1 API, specifically for .NET development."],["The latest version documented is 3.6.0, with historical versions available, starting from version 1.0.0 and all the way up to the current version 3.6.0."],["The `GetServiceAttachmentRequest` class is used to make requests for retrieving a specific ServiceAttachment resource and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for default initialization and creating a copy, as well as properties for setting the project ID, the region, and the name of the service attachment."],["The `GetServiceAttachmentRequest` is a class derived from the base `object` and has inherited methods such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]