Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::ListCompaniesRequest.
List companies for which the client has ACL visibility.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
- (::Integer) — The maximum number of companies to be returned, at most 100. Default is 100 if a non-positive number is provided.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — The maximum number of companies to be returned, at most 100. Default is 100 if a non-positive number is provided.
- (::Integer) — The maximum number of companies to be returned, at most 100. Default is 100 if a non-positive number is provided.
#page_token
def page_token() -> ::String
- (::String) — The starting indicator from which to return results.
#page_token=
def page_token=(value) -> ::String
- value (::String) — The starting indicator from which to return results.
- (::String) — The starting indicator from which to return results.
#parent
def parent() -> ::String
-
(::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".
#parent=
def parent=(value) -> ::String
-
value (::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".
-
(::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".
#require_open_jobs
def require_open_jobs() -> ::Boolean
-
(::Boolean) — 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.
#require_open_jobs=
def require_open_jobs=(value) -> ::Boolean
-
value (::Boolean) — 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.
-
(::Boolean) — 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.