Reference documentation and code samples for the Google Cloud Commerce Consumer Procurement V1 Client class EnumerateLicensedUsersRequest.
Request message for LicenseManagementService.EnumerateLicensedUsers.
Generated from protobuf message google.cloud.commerce.consumer.procurement.v1.EnumerateLicensedUsersRequest
Namespace
Google \ Cloud \ Commerce \ Consumer \ Procurement \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. License pool name. |
↳ page_size |
int
Optional. The maximum number of users to return. The service may return fewer than this value. |
↳ page_token |
string
Optional. A page token, received from a previous |
getParent
Required. License pool name.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. License pool name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. The maximum number of users to return. The service may return fewer than this value.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. The maximum number of users to return. The service may return fewer than this value.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Optional. A page token, received from a previous EnumerateLicensedUsers
call. Provide this to retrieve the subsequent page.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. A page token, received from a previous EnumerateLicensedUsers
call. Provide this to retrieve the subsequent page.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. License pool name. |
Returns | |
---|---|
Type | Description |
EnumerateLicensedUsersRequest |