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 documentation for the `GetScreenshotInstanceRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The latest version of the class is 3.6.0, and the page also provides links to documentation for earlier versions, from 3.5.0 down to 1.0.0."],["`GetScreenshotInstanceRequest` is used to request a screenshot of a Compute Engine instance and inherits and implements multiple interfaces."],["The class contains three properties, `Instance`, `Project`, and `Zone`, which are all strings, and are used for specifying details about the Compute Engine instance to take a screenshot of."],["The page includes details about the `GetScreenshotInstanceRequest` class's constructors, which includes one default constructor, and one copy constructor."]]],[]]