public sealed class GetRegionInstantSnapshotRequest : IMessage<GetRegionInstantSnapshotRequest>, IEquatable<GetRegionInstantSnapshotRequest>, IDeepCloneable<GetRegionInstantSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionInstantSnapshotRequest.
A request message for RegionInstantSnapshots.Get. 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-31 UTC."],[[["This webpage provides documentation for the `GetRegionInstantSnapshotRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET developers."],["The class is used to request details about a specific InstantSnapshot within a given region and project, as indicated by its `InstantSnapshot`, `Project`, and `Region` properties."],["The latest version of the API documented on the page is 3.6.0, but also contains the prior version documentation, all the way back to 1.0.0, giving the user historical access to the documentation of the API."],["The `GetRegionInstantSnapshotRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message passing and data management."],["The page details the constructors, such as the default and the copy constructor, and their usage, as well as the properties available within the `GetRegionInstantSnapshotRequest` class, which are `InstantSnapshot`, `Project`, and `Region`."]]],[]]