[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eCompanyService.CompanyServiceBase\u003c/code\u003e class in the Google Cloud Talent Solution v4 API, available within the \u003ccode\u003eGoogle.Cloud.Talent.V4\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCompanyService.CompanyServiceBase\u003c/code\u003e class is an abstract base for server-side implementations of the CompanyService and inherits from the .NET \u003ccode\u003eobject\u003c/code\u003e class, offering inherited methods like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe document outlines five key methods within \u003ccode\u003eCompanyService.CompanyServiceBase\u003c/code\u003e: \u003ccode\u003eCreateCompany\u003c/code\u003e, \u003ccode\u003eDeleteCompany\u003c/code\u003e, \u003ccode\u003eGetCompany\u003c/code\u003e, \u003ccode\u003eListCompanies\u003c/code\u003e, and \u003ccode\u003eUpdateCompany\u003c/code\u003e, each handling different operations on company entities.\u003c/p\u003e\n"],["\u003cp\u003eEach of the aforementioned methods takes a request and a \u003ccode\u003eServerCallContext\u003c/code\u003e as parameters and returns a Task that wraps the response, such as \u003ccode\u003eCompany\u003c/code\u003e, \u003ccode\u003eListCompaniesResponse\u003c/code\u003e, or \u003ccode\u003eEmpty\u003c/code\u003e, and each has the links to where you can find more information about its properties.\u003c/p\u003e\n"],["\u003cp\u003eThe document lists various versions of the documentation ranging from version 1.0.0 to 2.7.0 with the latter being the latest version.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4 API - Class CompanyService.CompanyServiceBase (2.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4.CompanyService.CompanyServiceBase)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.6.0/Google.Cloud.Talent.V4.CompanyService.CompanyServiceBase)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.5.0/Google.Cloud.Talent.V4.CompanyService.CompanyServiceBase)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.4.0/Google.Cloud.Talent.V4.CompanyService.CompanyServiceBase)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.3.0/Google.Cloud.Talent.V4.CompanyService.CompanyServiceBase)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.2.0/Google.Cloud.Talent.V4.CompanyService.CompanyServiceBase)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.1.0/Google.Cloud.Talent.V4.CompanyService.CompanyServiceBase)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.0.0/Google.Cloud.Talent.V4.CompanyService.CompanyServiceBase)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.4.0/Google.Cloud.Talent.V4.CompanyService.CompanyServiceBase)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.3.0/Google.Cloud.Talent.V4.CompanyService.CompanyServiceBase)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.2.0/Google.Cloud.Talent.V4.CompanyService.CompanyServiceBase)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.1.0/Google.Cloud.Talent.V4.CompanyService.CompanyServiceBase)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.0.0/Google.Cloud.Talent.V4.CompanyService.CompanyServiceBase) \n\n [BindServiceMethod(typeof(CompanyService), \"BindService\")]\n public abstract class CompanyService.CompanyServiceBase\n\nReference documentation and code samples for the Google Cloud Talent Solution v4 API class CompanyService.CompanyServiceBase.\n\nBase class for server-side implementations of CompanyService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CompanyService.CompanyServiceBase \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Talent.V4](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4.dll\n\nMethods\n-------\n\n### CreateCompany(CreateCompanyRequest, ServerCallContext)\n\n public virtual Task\u003cCompany\u003e CreateCompany(CreateCompanyRequest request, ServerCallContext context)\n\nCreates a new company entity.\n\n### DeleteCompany(DeleteCompanyRequest, ServerCallContext)\n\n public virtual Task\u003cEmpty\u003e DeleteCompany(DeleteCompanyRequest request, ServerCallContext context)\n\nDeletes specified company.\nPrerequisite: The company has no jobs associated with it.\n\n### GetCompany(GetCompanyRequest, ServerCallContext)\n\n public virtual Task\u003cCompany\u003e GetCompany(GetCompanyRequest request, ServerCallContext context)\n\nRetrieves specified company.\n\n### ListCompanies(ListCompaniesRequest, ServerCallContext)\n\n public virtual Task\u003cListCompaniesResponse\u003e ListCompanies(ListCompaniesRequest request, ServerCallContext context)\n\nLists all companies associated with the project.\n\n### UpdateCompany(UpdateCompanyRequest, ServerCallContext)\n\n public virtual Task\u003cCompany\u003e UpdateCompany(UpdateCompanyRequest request, ServerCallContext context)\n\nUpdates specified company."]]