public sealed class GetFromFamilyImageRequest : IMessage<GetFromFamilyImageRequest>, IEquatable<GetFromFamilyImageRequest>, IDeepCloneable<GetFromFamilyImageRequest>, IBufferMessage, IMessage
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 used to request an image from a specified family within the Google Cloud Compute V1 API, as indicated by its method description."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact within the Google Protocol Buffers framework."],["The `GetFromFamilyImageRequest` class has two constructors, one default and another to create a new object from an existing `GetFromFamilyImageRequest` object, with `other` being its parameter."],["It contains two properties: `Family`, which holds the name of the image family, and `Project`, which contains the ID of the project."],["The webpage lists the versions for the class, ranging from the latest `3.6.0` to the oldest `1.0.0`, as reference documentation for each of them."]]],[]]