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 the `GetFromFamilyImageRequest` is 3.6.0, while a range of prior versions are available, starting from version 1.0.0."],["`GetFromFamilyImageRequest` is a request message used for the `Images.GetFromFamily` method within the `Google.Cloud.Compute.V1` namespace."],["The `GetFromFamilyImageRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one default and one that takes another `GetFromFamilyImageRequest` as a parameter."],["The request contains two properties : `Family`, a string for the image family name and `Project`, a string for the project ID."]]],[]]