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 webpage provides documentation for the `GetImageFamilyViewRequest` class within the Compute Engine v1 API for .NET, with the current version being 2.10.0."],["The class is designed as a request message for retrieving image family views, with the latest release at version 3.6.0 and many previous versions also available."],["`GetImageFamilyViewRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to serve many different purposes."],["The class includes properties like `Family`, `Project`, and `Zone`, which are strings used to specify the details of the image family view being requested."],["The available constructors are a default constructor `GetImageFamilyViewRequest()` and another that takes an existing `GetImageFamilyViewRequest` as an argument, `GetImageFamilyViewRequest(GetImageFamilyViewRequest other)`."]]],[]]