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-03-21 UTC."],[[["The latest version available for the `GetCompanyRequest` class is 2.7.0, which can be found in the provided list of versions."],["This documentation provides a reference for the `GetCompanyRequest` class within the Google Cloud Talent Solution v4 API, including code samples and details."],["`GetCompanyRequest` is a class used to request a specific company by its name, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetCompanyRequest` class has two constructors, `GetCompanyRequest()` and `GetCompanyRequest(GetCompanyRequest other)`, which allow creating new instances and creating a new instance based on another instance."],["The `GetCompanyRequest` class has properties for `CompanyName` and `Name`, where the `Name` property is a required string representing the resource name of the company to be retrieved."]]],[]]