Class: Google::Cloud::Talent::V4beta1::ListCompaniesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::ListCompaniesRequest
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb
Overview
List companies for which the client has ACL visibility.
Instance Attribute Summary collapse
-
#page_size ⇒ Integer
The maximum number of companies to be returned, at most 100.
-
#page_token ⇒ String
The starting indicator from which to return results.
-
#parent ⇒ String
Required.
-
#require_open_jobs ⇒ true, false
Set to true if the companies requested must have open jobs.
Instance Attribute Details
#page_size ⇒ Integer
Returns The maximum number of companies to be returned, at most 100. Default is 100 if a non-positive number is provided.
105 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb', line 105 class ListCompaniesRequest; end |
#page_token ⇒ String
Returns The starting indicator from which to return results.
105 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb', line 105 class ListCompaniesRequest; end |
#parent ⇒ String
Returns 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/tenant/bar".
If tenant id is unspecified, the default tenant will be used, for example, "projects/foo".
105 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb', line 105 class ListCompaniesRequest; end |
#require_open_jobs ⇒ true, false
Returns 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.
105 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb', line 105 class ListCompaniesRequest; end |