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-09 UTC."],[[["The latest version available for `GetCompanyRequest` is 2.7.0, with previous versions listed from 2.6.0 down to 1.0.0, and the current page's documentation focusing on version 1.4.0."],["`GetCompanyRequest` is a class designed for requesting a company by its name, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and includes properties like `CompanyName` (typed as `CompanyName`) and `Name` (typed as string), which is a required field for specifying the company's resource name."],["The class includes two constructors: a default `GetCompanyRequest()` and another that accepts an existing `GetCompanyRequest` object as a parameter to create a new one, indicating it can be used for deep copying."],["The `GetCompanyRequest` is part of the `Google.Cloud.Talent.V4` namespace and is contained within the `Google.Cloud.Talent.V4.dll` assembly."]]],[]]