Google Cloud Commerce Consumer Procurement V1 Client - Class EnumerateLicensedUsersResponse (1.3.3)

Reference documentation and code samples for the Google Cloud Commerce Consumer Procurement V1 Client class EnumerateLicensedUsersResponse.

Response message for LicenseManagementService.EnumerateLicensedUsers.

Generated from protobuf message google.cloud.commerce.consumer.procurement.v1.EnumerateLicensedUsersResponse

Namespace

Google \ Cloud \ Commerce \ Consumer \ Procurement \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ licensed_users array<LicensedUser>

The list of licensed users.

↳ next_page_token string

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getLicensedUsers

The list of licensed users.

Returns
Type Description
Google\Protobuf\RepeatedField<LicensedUser>

setLicensedUsers

The list of licensed users.

Parameter
Name Description
var array<LicensedUser>
Returns
Type Description
$this

getNextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this