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 specified family, as part of the `Google.Cloud.Compute.V1` API."],["The latest available version is 3.6.0, with several prior versions available including all the way back to version 1.0.0 for the `GetFromFamilyImageRequest`."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetFromFamilyImageRequest` class has two constructors, one default and one that takes another `GetFromFamilyImageRequest` object as a parameter, allowing the user to duplicate an already existing request."],["It contains two main properties: `Family` to specify the image family name, and `Project` to designate the project ID for the request."]]],[]]