public sealed class GetFromFamilyImageRequest : IMessage<GetFromFamilyImageRequest>, IEquatable<GetFromFamilyImageRequest>, IDeepCloneable<GetFromFamilyImageRequest>, IBufferMessage, IMessage
A request message for Images.GetFromFamily. 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 `GetFromFamilyImageRequest` class is used to request an image from a specified family within the Google Cloud Compute V1 API, with the latest version being 3.6.0."],["This class, part of the `Google.Cloud.Compute.V1` namespace, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["The `GetFromFamilyImageRequest` class includes properties for specifying the `Family` and `Project`, which are both string values used to identify the desired image family and project ID."],["Constructors for `GetFromFamilyImageRequest` allow for default initialization or initialization by cloning another `GetFromFamilyImageRequest` object."],["The provided documentation outlines multiple previous versions of the `GetFromFamilyImageRequest`, showing a range from version 1.0.0 to the most current 3.6.0."]]],[]]