[[["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 page provides reference documentation for the \u003ccode\u003eCompanyService.CompanyServiceBase\u003c/code\u003e class, which is a base for server-side implementations of the Google Cloud Talent Solution v4beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API is 3.0.0-beta06, and it is in the namespace \u003ccode\u003eGoogle.Cloud.Talent.V4Beta1\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCompanyService.CompanyServiceBase\u003c/code\u003e class enables developers to interact with companies through methods such as \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.\u003c/p\u003e\n"],["\u003cp\u003eEach method requires a specific request object and a \u003ccode\u003eServerCallContext\u003c/code\u003e to interact with, and they all return responses wrapped in a \u003ccode\u003eTask\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e, and it also contains inherited members such as \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"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class CompanyService.CompanyServiceBase (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompanyService.CompanyServiceBase)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.CompanyService.CompanyServiceBase)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.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 v4beta1 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.V4Beta1](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4Beta1.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."]]