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 of `GetCompanyRequest` is 2.7.0, which is part of the Google.Cloud.Talent.V4 namespace."],["`GetCompanyRequest` is a request type used for retrieving a company by its name, and it implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class includes properties such as `CompanyName` and `Name`, where `Name` represents the resource name of the company being retrieved and is required."],["The class contains multiple accessible versions, from 1.0.0 to 2.7.0, allowing users to reference specific versions if needed."],["`GetCompanyRequest` also contains multiple constructors, one which is an empty constructor, and another that takes in a `GetCompanyRequest` object as a parameter."]]],[]]