Class: Google::Cloud::Talent::V4beta1::ListApplicationsRequest

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

List applications for which the client has ACL visibility.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

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

Returns:

  • (::Integer)

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



99
100
101
102
# File 'proto_docs/google/cloud/talent/v4beta1/application_service.rb', line 99

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



99
100
101
102
# File 'proto_docs/google/cloud/talent/v4beta1/application_service.rb', line 99

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

#parent::String

Returns Required. Resource name of the profile under which the application is created.

The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for example, "projects/foo/tenants/bar/profiles/baz".

Returns:

  • (::String)

    Required. Resource name of the profile under which the application is created.

    The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for example, "projects/foo/tenants/bar/profiles/baz".



99
100
101
102
# File 'proto_docs/google/cloud/talent/v4beta1/application_service.rb', line 99

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