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 `GetServiceAttachmentRequest` class is part of the Google Cloud Compute Engine v1 API, specifically used to request details about a service attachment."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, offering functionalities like message handling, equality checks, deep cloning, and buffer message capabilities."],["The `GetServiceAttachmentRequest` class includes constructors for creating new instances, either default or by copying another `GetServiceAttachmentRequest` object."],["The class defines properties such as `Project`, `Region`, and `ServiceAttachment`, which are strings used to specify the project ID, the region name, and the service attachment name for the request, respectively."],["Multiple versions of this documentation are available, ranging from version 1.0.0 to 3.6.0 (latest), providing reference for specific releases of the Google Cloud Compute Engine API."]]],[]]