Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 Client class ListTenantsRequest.
List tenants for which the client has ACL visibility.
Generated from protobuf message google.cloud.talent.v4beta1.ListTenantsRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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".
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. Resource name of the project under which the tenant is created.
The format is "projects/{project_id}", for example, "projects/foo".
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
The starting indicator from which to return results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
The starting indicator from which to return results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
The maximum number of tenants to be returned, at most 100.
Default is 100 if a non-positive number is provided.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
The maximum number of tenants to be returned, at most 100.
Default is 100 if a non-positive number is provided.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|