public sealed class GetScreenshotInstanceRequest : IMessage<GetScreenshotInstanceRequest>, IEquatable<GetScreenshotInstanceRequest>, IDeepCloneable<GetScreenshotInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetScreenshotInstanceRequest.
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 provides reference documentation for the `GetScreenshotInstanceRequest` class within the Google.Cloud.Compute.V1 API, specifically version 2.2.0."],["The `GetScreenshotInstanceRequest` class is used to request a screenshot from a Compute Engine instance and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the API, including the latest version (3.6.0) and historical versions, along with links to their respective documentation."],["The `GetScreenshotInstanceRequest` class includes properties such as `Instance`, `Project`, and `Zone`, all of which are strings, and represent the details necessary to make a request."],["There are also two constructors available for the `GetScreenshotInstanceRequest` class: a default constructor and a copy constructor."]]],[]]