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-04-09 UTC."],[[["This webpage provides documentation for the `GetServiceAttachmentRequest` class within the Google Cloud Compute Engine v1 API."],["The latest available version of the documentation is 3.6.0, with the current version displayed on the page being 3.5.0 and there is historical information for versions dating back to 1.0.0."],["`GetServiceAttachmentRequest` is used to send a request for retrieving details of a specific ServiceAttachment and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Project`, `Region`, and `ServiceAttachment`, which are all of type `string`, used for identifying and targeting the specific service attachment."],["The class can be instantiated with a parameterless constructor `GetServiceAttachmentRequest()` or with another class of the same type as a parameter `GetServiceAttachmentRequest(GetServiceAttachmentRequest other)`."]]],[]]