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 used to request a company by its name in the Google Cloud Talent Solution v4beta1 API, serving as a data structure for retrieving company information."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["There are multiple versions of this documentation available, with 3.0.0-beta06 being the latest, followed by 3.0.0-beta05, and 2.0.0-beta07, each potentially offering distinct functionalities or fixes."],["The `GetCompanyRequest` class contains two constructors, one being parameterless and the other accepting another `GetCompanyRequest` object as a parameter, allowing for the creation of new requests or copies of existing ones."],["The `GetCompanyRequest` class includes two properties: `CompanyName`, which is a typed view of the resource name, and `Name`, which is a string representing the required resource name of the company to be retrieved, including project, tenant, and company IDs."]]],[]]