Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class ListCompaniesRequest.
List companies for which the client has ACL visibility.
Generated from protobuf message google.cloud.talent.v4.ListCompaniesRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Resource name of the tenant under which the company is created. The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".
↳ page_token
string
The starting indicator from which to return results.
↳ page_size
int
The maximum number of companies to be returned, at most 100. Default is 100 if a non-positive number is provided.
↳ require_open_jobs
bool
Set to true if the companies requested must have open jobs. Defaults to false. If true, at most page_size of companies are fetched, among which only those with open jobs are returned.
getParent
Required. Resource name of the tenant under which the company is created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".
string
setParent
Required. Resource name of the tenant under which the company is created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".
var
string
$this
getPageToken
The starting indicator from which to return results.
string
setPageToken
The starting indicator from which to return results.
var
string
$this
getPageSize
The maximum number of companies to be returned, at most 100.
Default is 100 if a non-positive number is provided.
int
setPageSize
The maximum number of companies to be returned, at most 100.
Default is 100 if a non-positive number is provided.
var
int
$this
getRequireOpenJobs
Set to true if the companies requested must have open jobs.
Defaults to false. If true, at most page_size of companies are fetched, among which only those with open jobs are returned.
bool
setRequireOpenJobs
Set to true if the companies requested must have open jobs.
Defaults to false. If true, at most page_size of companies are fetched, among which only those with open jobs are returned.
var
bool
$this

