Google Cloud Talent Solution v4beta1 API - Class GetCompanyRequest (3.0.0-beta04)

public sealed class GetCompanyRequest : IMessage<GetCompanyRequest>, IEquatable<GetCompanyRequest>, IDeepCloneable<GetCompanyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class GetCompanyRequest.

Request for getting a company by name.

Inheritance

object > GetCompanyRequest

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

GetCompanyRequest()

public GetCompanyRequest()

GetCompanyRequest(GetCompanyRequest)

public GetCompanyRequest(GetCompanyRequest other)
Parameter
NameDescription
otherGetCompanyRequest

Properties

CompanyName

public CompanyName CompanyName { get; set; }

CompanyName-typed view over the Name resource name property.

Property Value
TypeDescription
CompanyName

Name

public string Name { get; set; }

Required. The resource name of the company to be retrieved.

The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for example, "projects/api-test-project/tenants/foo/companies/bar".

If tenant id is unspecified, the default tenant is used, for example, "projects/api-test-project/companies/bar".

Property Value
TypeDescription
string