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 documentation covers various versions of the `GetServiceAttachmentRequest` class, ranging from version 1.0.0 to the latest version, 3.6.0, within the Google.Cloud.Compute.V1 namespace."],["`GetServiceAttachmentRequest` is a class used to request details about a ServiceAttachment, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetServiceAttachmentRequest` class has constructors to create new instances, either default or by cloning another existing instance of `GetServiceAttachmentRequest`."],["The class includes three key properties: `Project` (the Project ID), `Region` (the region name), and `ServiceAttachment` (the name of the ServiceAttachment resource to return)."],["The `GetServiceAttachmentRequest` class inherits from `object` and provides methods such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]