Class: Google::Cloud::Talent::V4beta1::ListApplicationsResponse

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

Overview

The List applications response object.

Instance Attribute Summary collapse

Instance Attribute Details

#applications::Array<::Google::Cloud::Talent::V4beta1::Application>

Returns Applications for the current client.

Returns:



115
116
117
118
# File 'proto_docs/google/cloud/talent/v4beta1/application_service.rb', line 115

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

#metadata::Google::Cloud::Talent::V4beta1::ResponseMetadata

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

Returns:



115
116
117
118
# File 'proto_docs/google/cloud/talent/v4beta1/application_service.rb', line 115

class ListApplicationsResponse
  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.



115
116
117
118
# File 'proto_docs/google/cloud/talent/v4beta1/application_service.rb', line 115

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