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 send requests to retrieve information about image family views."],["This class has been implemented across multiple versions, ranging from 1.0.0 to the latest version 3.6.0, with a complete list of versions being provided for reference."],["The `GetImageFamilyViewRequest` class includes properties for `Family`, `Project`, and `Zone`, allowing you to specify the image family, project ID, and zone for the request."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["There are two constructors available for the class, a parameterless one, and another that takes in an existing GetImageFamilyViewRequest object."]]],[]]