Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class ListTenantsRequest.
List tenants for which the client has ACL visibility.
Generated from protobuf message google.cloud.talent.v4.ListTenantsRequest
Namespace
Google \ Cloud \ Talent \ V4Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Resource name of the project under which the tenant is created. The format is "projects/{project_id}", for example, "projects/foo".
↳ page_token
string
The starting indicator from which to return results.
↳ page_size
int
The maximum number of tenants to be returned, at most 100. Default is 100 if a non-positive number is provided.
getParent
Required. Resource name of the project under which the tenant is created.
The format is "projects/{project_id}", for example, "projects/foo".
string
setParent
Required. Resource name of the project under which the tenant is created.
The format is "projects/{project_id}", for example, "projects/foo".
var
string
$this
getPageToken
The starting indicator from which to return results.
string
setPageToken
The starting indicator from which to return results.
var
string
$this
getPageSize
The maximum number of tenants to be returned, at most 100.
Default is 100 if a non-positive number is provided.
int
setPageSize
The maximum number of tenants to be returned, at most 100.
Default is 100 if a non-positive number is provided.
var
int
$this
static::build
parent
string
Required. Resource name of the project under which the tenant is created.
The format is "projects/{project_id}", for example, "projects/foo". Please see TenantServiceClient::projectName() for help formatting this field.

