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 is part of the Google Cloud Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class is used as a request message for the `Images.GetFromFamily` method, designed to retrieve details about an image from a specific image family."],["The class `GetFromFamilyImageRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors, a parameterless constructor and one that takes another `GetFromFamilyImageRequest` object, and contains properties `Family` and `Project` allowing you to set the necessary values for your request."],["Multiple versions of the `GetFromFamilyImageRequest` class are documented, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest, and version 2.5.0 being the main focal point."]]],[]]