public sealed class GetCompanyRequest : IMessage<GetCompanyRequest>, IEquatable<GetCompanyRequest>, IDeepCloneable<GetCompanyRequest>, IBufferMessage, IMessage
[[["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 latest version available for `GetCompanyRequest` is 2.7.0, with various other versions ranging from 1.0.0 to 2.6.0 available for reference."],["`GetCompanyRequest` is a class used to request a company by its resource name, belonging to the `Google.Cloud.Talent.V4` namespace."],["The `GetCompanyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `CompanyName` and `Name`, where the `Name` property is a string representing the resource name of the company to retrieve, in the specified format."],["The class also provides two constructors, a default one, and another to create a new instance based on another given `GetCompanyRequest`."]]],[]]