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-04-09 UTC."],[[["This webpage provides documentation for the `GetScreenshotInstanceRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 3.3.0."],["The `GetScreenshotInstanceRequest` class is used to request a screenshot from an instance and inherits from the `object` class while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page provides links to the `GetScreenshotInstanceRequest` documentation for multiple versions of the API, ranging from version 1.0.0 up to the latest version 3.6.0."],["The `GetScreenshotInstanceRequest` class has properties for `Instance`, `Project`, and `Zone`, which are all of type string and represent the name of the instance, the project ID, and the zone name respectively."],["The documentation details the constructors available for `GetScreenshotInstanceRequest`, including a default constructor and one that accepts another `GetScreenshotInstanceRequest` object as a parameter."]]],[]]