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-21 UTC."],[[["This webpage details the `GetZoneOperationRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting information about zone operations."],["The `GetZoneOperationRequest` class, a part of version 1.1.0, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with the class inheriting from `Object`."],["The available versions for `GetZoneOperationRequest` range from 1.0.0 to the latest 3.6.0, each with its own documentation link."],["Key properties for `GetZoneOperationRequest` include `Operation`, `Project`, and `Zone`, all of which are strings and are needed to retrieve specific operation details within a given project and zone."],["The class has two constructors, one default and one that accepts another `GetZoneOperationRequest` instance for parameter information."]]],[]]