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 API documented is 3.6.0, with versions ranging down to 1.0.0 listed on the page."],["`GetScreenshotInstanceRequest` is used to request a screenshot of a specific Compute Engine instance, as indicated by the class's name and method description."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties to set the project, zone, and instance for the request."],["The page contains the inherited members and documentation for the assembly, constructors and properties of this class, all within the Google.Cloud.Compute.V1 namespace."]]],[]]