public sealed class GetImageFamilyViewRequest : IMessage<GetImageFamilyViewRequest>, IEquatable<GetImageFamilyViewRequest>, IDeepCloneable<GetImageFamilyViewRequest>, IBufferMessage, IMessage
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."],[[["This webpage details the `GetImageFamilyViewRequest` class within the `Google.Cloud.Compute.V1` namespace, as found in the `Google.Cloud.Compute.V1.dll` assembly, used in the .NET framework."],["The class `GetImageFamilyViewRequest` is a request message used to retrieve information related to image family views."],["This class supports multiple versions, with the latest version being 3.6.0, and versions ranging from 1.0.0 to 3.6.0 being available."],["The `GetImageFamilyViewRequest` class includes properties such as `Family`, `Project`, and `Zone`, all of which are of the `string` type, representing the image family name, the project ID, and the zone name for the request, respectively."],["`GetImageFamilyViewRequest` implements interfaces such as IMessage\u003cGetImageFamilyViewRequest\u003e, IEquatable\u003cGetImageFamilyViewRequest\u003e, IDeepCloneable\u003cGetImageFamilyViewRequest\u003e, IBufferMessage, and IMessage."]]],[]]