public sealed class GetCompanyRequest : IMessage<GetCompanyRequest>, IEquatable<GetCompanyRequest>, IDeepCloneable<GetCompanyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 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-04-09 UTC."],[[["The `GetCompanyRequest` class is used to retrieve a company by its name in the Google Cloud Talent Solution v4 API."],["This class is part of the `Google.Cloud.Talent.V4` namespace and is available in the `Google.Cloud.Talent.V4.dll` assembly, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetCompanyRequest` class has two constructors: a default constructor and one that takes another `GetCompanyRequest` instance as a parameter for copying."],["It includes two properties, `CompanyName` (a `CompanyName`-typed view) and `Name`, which is a required string representing the resource name of the company to retrieve, formatted as \"projects/{project_id}/tenants/{tenant_id}/companies/{company_id}\"."],["The latest version available is 2.7.0, with previous versions also accessible, going as far back as 1.0.0."]]],[]]