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."],[[["This webpage details the `GetServiceAttachmentRequest` class within the `Google.Cloud.Compute.V1` namespace, outlining its structure, methods, and inheritance."],["The page provides links to documentation for multiple versions of the `Google.Cloud.Compute.V1` library, ranging from version 1.0.0 up to the latest version 3.6.0."],["The `GetServiceAttachmentRequest` class, found in the `Google.Cloud.Compute.V1.dll` assembly, is a request message for retrieving ServiceAttachments and implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetServiceAttachmentRequest` include `Project`, `Region`, and `ServiceAttachment`, which are string values used to specify the project, region, and ServiceAttachment name respectively."],["The class includes two constructors, a default constructor `GetServiceAttachmentRequest()` and an overload `GetServiceAttachmentRequest(GetServiceAttachmentRequest other)` for creating a new instance based on an existing one."]]],[]]