public sealed class GetZoneOperationRequest : IMessage<GetZoneOperationRequest>, IEquatable<GetZoneOperationRequest>, IDeepCloneable<GetZoneOperationRequest>, IBufferMessage, IMessage
A request message for ZoneOperations.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-31 UTC."],[[["This webpage details the `GetZoneOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version of the `GetZoneOperationRequest` class is 3.6.0, and previous versions ranging from 3.5.0 down to 1.0.0 are also documented here."],["The `GetZoneOperationRequest` class is a request message for ZoneOperations.Get, allowing for the retrieval of operational details, and it inherits from the `Object` class while implementing multiple interfaces."],["This class has three key properties, `Operation`, `Project`, and `Zone`, all of which are of string type, which you can use to specify information for the request."],["There are two constructor overloads, one default and one that takes an existing `GetZoneOperationRequest` object as a parameter, to allow flexibility in creating the requests."]]],[]]