public sealed class GetFromFamilyImageRequest : IMessage<GetFromFamilyImageRequest>, IEquatable<GetFromFamilyImageRequest>, IDeepCloneable<GetFromFamilyImageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetFromFamilyImageRequest.
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 in the Compute Engine v1 API allows you to retrieve images from a specified family."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is available in the `Google.Cloud.Compute.V1.dll` assembly, with the most current version being 3.6.0."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffer operations."],["The class includes properties `Family` and `Project`, which are both strings and represent the name of the image family and the project ID, respectively, for the image search."],["The webpage provides a history of past versions of the `GetFromFamilyImageRequest` class, going as far back as version 1.0.0, for reference."]]],[]]