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 latest version of `GetFromFamilyImageRequest` is 3.6.0, with several prior versions available, ranging from 1.0.0 to 3.5.0."],["`GetFromFamilyImageRequest` is a request message used for `Images.GetFromFamily` within the Google.Cloud.Compute.V1 namespace."],["It inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with offering members from `Object` like `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`."],["The `GetFromFamilyImageRequest` class includes properties for `Family` and `Project`, which are both strings, representing the image family and project ID."],["There are two constructors offered for the `GetFromFamilyImageRequest` class: a parameterless one, and one that takes another `GetFromFamilyImageRequest` as an argument."]]],[]]