Class: Google::Cloud::Talent::V4::ListCompaniesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4/company_service.rb

Overview

List companies for which the client has ACL visibility.

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)

    The maximum number of companies to be returned, at most 100. Default is 100 if a non-positive number is provided.



110
111
112
113
# File 'proto_docs/google/cloud/talent/v4/company_service.rb', line 110

class ListCompaniesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns The starting indicator from which to return results.

Returns:

  • (::String)

    The starting indicator from which to return results.



110
111
112
113
# File 'proto_docs/google/cloud/talent/v4/company_service.rb', line 110

class ListCompaniesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
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/tenants/bar".

Returns:

  • (::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".



110
111
112
113
# File 'proto_docs/google/cloud/talent/v4/company_service.rb', line 110

class ListCompaniesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#require_open_jobs::Boolean

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.

Returns:

  • (::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.



110
111
112
113
# File 'proto_docs/google/cloud/talent/v4/company_service.rb', line 110

class ListCompaniesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end