public sealed class GetCompanyRequest : IMessage<GetCompanyRequest>, IEquatable<GetCompanyRequest>, IDeepCloneable<GetCompanyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class GetCompanyRequest.
[[["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 `GetCompanyRequest` class is part of the Google Cloud Talent Solution v4beta1 API and is used to request a company's information by its name."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for diverse functionality like message handling, equality comparison, deep cloning, and buffer management."],["The `GetCompanyRequest` class has two constructors: one default and another that accepts another `GetCompanyRequest` object as a parameter."],["It includes two properties, `CompanyName` of type `CompanyName`, and `Name` of type string, which is required and represents the resource name of the company to be retrieved, including project, tenant, and company IDs."],["The latest version available of the GetCompanyRequest class is 3.0.0-beta06."]]],[]]