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 `GetImageFamilyViewRequest` class in the Compute Engine v1 API allows you to retrieve information about a specific image family."],["This documentation provides reference information for the `GetImageFamilyViewRequest` class and its associated versions, ranging from 1.0.0 to 3.6.0, the latter of which is the latest."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for versatile usage."],["Key properties within `GetImageFamilyViewRequest` include `Family`, `Project`, and `Zone`, which are used to specify the image family, the project, and the zone, respectively, for the request."],["There are two public constructors for `GetImageFamilyViewRequest`, one default and one that accepts another `GetImageFamilyViewRequest` object as a parameter."]]],[]]