Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::ListApplicationsRequest.
List applications for which the client has ACL visibility.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
- (::Integer) — The maximum number of applications to be returned, at most 100. Default is 100 if a non-positive number is provided.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — The maximum number of applications to be returned, at most 100. Default is 100 if a non-positive number is provided.
- (::Integer) — The maximum number of applications to be returned, at most 100. Default is 100 if a non-positive number is provided.
#page_token
def page_token() -> ::String
- (::String) — The starting indicator from which to return results.
#page_token=
def page_token=(value) -> ::String
- value (::String) — The starting indicator from which to return results.
- (::String) — The starting indicator from which to return results.
#parent
def parent() -> ::String
-
(::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".
#parent=
def parent=(value) -> ::String
-
value (::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".
-
(::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".