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."],[[["This document provides reference documentation for the `GetCompanyRequest` class within the Google Cloud Talent Solution v4 API, specifically for .NET."],["`GetCompanyRequest` is a class used to request a specific company by its resource name, which follows the format \"projects/{project_id}/tenants/{tenant_id}/companies/{company_id}\"."],["The `GetCompanyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities within the API framework."],["The class has two constructors, a default constructor and another that takes a `GetCompanyRequest` object as a parameter, allowing for cloning, and the properties of `CompanyName` and `Name`."],["There are several versions of this API available, ranging from version 1.0.0 to the latest 2.7.0."]]],[]]