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."],[[["The latest version of the `GetImageFamilyViewRequest` is 3.6.0, which can be found in the provided documentation alongside other versions ranging from 1.0.0 to 3.5.0."],["`GetImageFamilyViewRequest` is a class within the Compute Engine v1 API used to request information about image family views."],["This class implements several interfaces, including `IMessage\u003cGetImageFamilyViewRequest\u003e`, `IEquatable\u003cGetImageFamilyViewRequest\u003e`, `IDeepCloneable\u003cGetImageFamilyViewRequest\u003e`, and `IBufferMessage`."],["The class `GetImageFamilyViewRequest` contains three properties: `Family` (the image family's name), `Project` (the project ID), and `Zone` (the zone's name) all of which are strings."],["There are two constructors for the `GetImageFamilyViewRequest` class, a default constructor and one that takes another `GetImageFamilyViewRequest` object as a parameter."]]],[]]