public sealed class GetOrderRequest : IMessage<GetOrderRequest>, IEquatable<GetOrderRequest>, IDeepCloneable<GetOrderRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class GetOrderRequest.
[[["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 documentation details the `GetOrderRequest` class, which is part of the GDC Hardware Management v1alpha API within the `Google.Cloud.GdcHardwareManagement.V1Alpha` namespace."],["The `GetOrderRequest` class is used to represent a request for retrieving an order and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["It features two constructors: a default constructor and one that accepts another `GetOrderRequest` object, with properties for `Name` and an `OrderName`-typed view over the resource name."],["The `GetOrderRequest` class exists in two versions, `1.0.0-alpha03` and `1.0.0-alpha04`, with `1.0.0-alpha04` being the latest."]]],[]]