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 is part of the Compute Engine v1 API, within the `Google.Cloud.Compute.V1` namespace."],["This class is used to construct a request message for retrieving details about a specific image family, as per the method description of `ImageFamilyViews.Get`."],["The `GetImageFamilyViewRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality and compatibility within the .NET framework."],["It has properties for `Family`, `Project`, and `Zone`, which are used to specify the image family, project ID, and zone to target for the request."],["The current latest version of this service in the provided content is version 3.6.0, with a list of prior versions extending down to 1.0.0."]]],[]]