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 a request message used for retrieving images from a specific family within the Google Cloud Compute API."],["The latest version of the API documented is 3.6.0, with a comprehensive history of versions ranging from 1.0.0 to 3.6.0, each with its corresponding documentation link."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetFromFamilyImageRequest` class has two constructors, one default and one for copying from another `GetFromFamilyImageRequest` object, and includes properties such as `Family` and `Project` for specifying the image family and project ID, respectively."],["The class is located within the `Google.Cloud.Compute.V1` namespace and is contained in the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]