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."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality like message management and object comparison."],["The `GetServiceAttachmentRequest` has constructors for creating new instances, either empty or based on another `GetServiceAttachmentRequest` object."],["It has properties such as `Project`, `Region`, and `ServiceAttachment` which are string types and needed to specify the target service attachment."],["The documentation lists various versions of the API, with 3.6.0 being the latest, going back to version 1.0.0, all related to the `GetServiceAttachmentRequest`."]]],[]]