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-04-09 UTC."],[[["This page provides reference documentation for the `GetImageFamilyViewRequest` class within the Google Compute Engine v1 API, specifically for the .NET environment."],["The latest version of the API available is 3.6.0, and the page also lists multiple previous versions dating back to 1.0.0."],["The `GetImageFamilyViewRequest` class is a request message used for retrieving information about image families in the Compute Engine and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Family`, `Project`, and `Zone`, which are used to define the scope and identify specific resources within a request."],["The class offers two constructors, `GetImageFamilyViewRequest()` and `GetImageFamilyViewRequest(GetImageFamilyViewRequest other)` which allow for the creation of instances with no preset values, or by using an existing `GetImageFamilyViewRequest` as a template."]]],[]]