Cloud Talent Solution V4beta1 API - Class Google::Cloud::Talent::V4beta1::ListApplicationsRequest (v0.4.6)

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
Returns
  • (::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
Parameter
  • value (::Integer) — 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.

#page_token

def page_token() -> ::String
Returns
  • (::String) — The starting indicator from which to return results.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — The starting indicator from which to return results.
Returns
  • (::String) — The starting indicator from which to return results.

#parent

def parent() -> ::String
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".

#parent=

def parent=(value) -> ::String
Parameter
  • 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".

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".