public sealed class GetScreenshotInstanceRequest : IMessage<GetScreenshotInstanceRequest>, IEquatable<GetScreenshotInstanceRequest>, IDeepCloneable<GetScreenshotInstanceRequest>, IBufferMessage, IMessage
A request message for Instances.GetScreenshot. 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 `GetScreenshotInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting screenshots of Compute Engine instances."],["The `GetScreenshotInstanceRequest` class, which is currently at version 1.3.0, can be used by selecting from the various listed version links, with 3.6.0 being the latest version available."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for handling and manipulating data."],["Key properties within the `GetScreenshotInstanceRequest` class include `Instance`, `Project`, and `Zone`, which are all strings and represent the instance name, project ID, and zone name respectively."],["The class has two constructors: a default one and one that takes another `GetScreenshotInstanceRequest` object as a parameter, allowing for the creation of a new object based on an existing one."]]],[]]