Class: Google::Cloud::Talent::V4beta1::ListApplicationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::ListApplicationsRequest
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb
Overview
List applications for which the client has ACL visibility.
Instance Attribute Summary collapse
-
#page_size ⇒ Integer
Optional.
-
#page_token ⇒ String
Optional.
-
#parent ⇒ String
Required.
Instance Attribute Details
#page_size ⇒ Integer
Returns Optional.
The maximum number of applications to be returned, at most 100. Default is 100 if a non-positive number is provided.
102 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb', line 102 class ListApplicationsRequest; end |
#page_token ⇒ String
Returns Optional.
The starting indicator from which to return results.
102 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb', line 102 class ListApplicationsRequest; 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/test-project/tenants/test-tenant/profiles/test-profile".
102 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb', line 102 class ListApplicationsRequest; end |