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."],[[["This webpage details the `GetCompanyRequest` class within the `Google.Cloud.Talent.V4` namespace, which is a request object used for retrieving company information."],["The `GetCompanyRequest` class is part of the Google Cloud Talent V4 API and is accessible via the `Google.Cloud.Talent.V4.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered message operations."],["The `GetCompanyRequest` class has two constructors, a default one and one that accepts another `GetCompanyRequest` object, as well as two properties, `CompanyName` and `Name`."],["The latest version for this class is 2.7.0, but there is a list of versions spanning back to version 1.0.0 that can be accessed via the provided links."]]],[]]