Google Cloud Discovery Engine V1 Client - Class ListUserLicensesResponse (1.6.0)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ListUserLicensesResponse.

Response message for UserLicenseService.ListUserLicenses.

Generated from protobuf message google.cloud.discoveryengine.v1.ListUserLicensesResponse

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ user_licenses array<UserLicense>

All the customer's UserLicenses.

↳ next_page_token string

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

getUserLicenses

All the customer's UserLicenses.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUserLicenses

All the customer's UserLicenses.

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

getNextPageToken

A token, which 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, which 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