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."],[[["This webpage provides reference documentation for the `GetFromFamilyImageRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The class `GetFromFamilyImageRequest` is a request message used for the `Images.GetFromFamily` method and can be used to query for a specific version or family of images."],["The latest version available in this documentation is `3.6.0`, while `2.8.0` is the currently viewed version, and there are older versions that can be viewed in a listing from `1.0.0` onward."],["The `GetFromFamilyImageRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and it inherits from `object`."],["The class has two constructors and it contains two properties: `Family`, which is a string representing the image family name, and `Project`, which is also a string representing the image's project."]]],[]]