Class: Google::Cloud::Talent::V4::ListJobsResponse

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

Overview

List jobs response.

Instance Attribute Summary collapse

Instance Attribute Details

#jobs::Array<::Google::Cloud::Talent::V4::Job>

Returns The Jobs for a given company.

The maximum number of items returned is based on the limit field provided in the request.

Returns:

  • (::Array<::Google::Cloud::Talent::V4::Job>)

    The Jobs for a given company.

    The maximum number of items returned is based on the limit field provided in the request.



155
156
157
158
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 155

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

#metadata::Google::Cloud::Talent::V4::ResponseMetadata

Returns Additional information for the API invocation, such as the request tracking id.

Returns:



155
156
157
158
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 155

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

#next_page_token::String

Returns A token to retrieve the next page of results.

Returns:

  • (::String)

    A token to retrieve the next page of results.



155
156
157
158
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 155

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