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 Google.Cloud.Compute.V1 API provides a way to request an image based on its family name."],["This API class has multiple versions available, ranging from version 1.0.0 to the latest version, 3.6.0."],["`GetFromFamilyImageRequest` implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, as well as inheriting from Object."],["The class contains two properties: `Family` for the name of the image family, and `Project` for the project ID."],["Constructors are available for creating instances of `GetFromFamilyImageRequest` both with no parameters and by copying from another instance of the same class."]]],[]]