Class: Google::Cloud::Talent::V4beta1::ListTenantsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb

Overview

List tenants for which the client has ACL visibility.

Instance Attribute Summary collapse

Instance Attribute Details

#page_sizeInteger

Returns Optional.

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

Returns:

  • (Integer)

    Optional.

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



96
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb', line 96

class ListTenantsRequest; end

#page_tokenString

Returns Optional.

The starting indicator from which to return results.

Returns:

  • (String)

    Optional.

    The starting indicator from which to return results.



96
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb', line 96

class ListTenantsRequest; end

#parentString

Returns Required.

Resource name of the project under which the tenant is created.

The format is "projects/project_id", for example, "projects/api-test-project".

Returns:

  • (String)

    Required.

    Resource name of the project under which the tenant is created.

    The format is "projects/project_id", for example, "projects/api-test-project".



96
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb', line 96

class ListTenantsRequest; end