public sealed class GetImageFamilyViewRequest : IMessage<GetImageFamilyViewRequest>, IEquatable<GetImageFamilyViewRequest>, IDeepCloneable<GetImageFamilyViewRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetImageFamilyViewRequest.
A request message for ImageFamilyViews.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-21 UTC."],[[["This page provides reference documentation for the `GetImageFamilyViewRequest` class within the Google Compute Engine v1 API, specifically for .NET."],["The latest version of the .NET package documented here is 3.6.0, with a range of previous versions available from 1.0.0 to 3.5.0 and the current version of this doc is 2.13.0."],["`GetImageFamilyViewRequest` is used to make requests for retrieving image family views and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetImageFamilyViewRequest` class includes properties to set the `Family`, `Project`, and `Zone` for the API request, all of type string."],["The class inherits from `object` and provides constructors to create new instances, including a copy constructor to use an existing GetImageFamilyViewRequest."]]],[]]