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 document provides reference documentation for the `GetFromFamilyImageRequest` class within the Google Compute Engine v1 API, specifically for .NET development."],["The latest version of this API is 3.6.0, with the document detailing version 2.17.0, and various other versions listed for access to previous updates."],["The `GetFromFamilyImageRequest` class is used to request an image from a specific family and project within Google Cloud, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties `Family` and `Project` which are string types, to define the family name and the project name that you want to use for searching an image."],["The document offers insights into the inheritance and implementation of the class, covering constructors, properties, and the methods inherited from the object class."]]],[]]