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-04-17 UTC."],[[["The `GetCompanyRequest` class is used to request a specific company by its name in the Google Cloud Talent V4 API."],["This class is part of the `Google.Cloud.Talent.V4` namespace and is available in the `Google.Cloud.Talent.V4.dll` assembly, and the latest version of this class is 2.7.0."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support message handling, comparison, deep cloning, and buffer operations."],["The class has properties like `CompanyName` and `Name`, the latter being the required resource name in a specific format, used to identify the company to retrieve."],["There are two constructors available for `GetCompanyRequest`, one default and one to initialize an object from an existing `GetCompanyRequest`."]]],[]]