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

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

Response message for UserLicenseService.BatchUpdateUserLicenses method.

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

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ user_licenses array<UserLicense>

UserLicenses successfully updated.

↳ error_samples array<Google\Rpc\Status>

A sample of errors encountered while processing the request.

getUserLicenses

UserLicenses successfully updated.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUserLicenses

UserLicenses successfully updated.

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

getErrorSamples

A sample of errors encountered while processing the request.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setErrorSamples

A sample of errors encountered while processing the request.

Parameter
Name Description
var array<Google\Rpc\Status>
Returns
Type Description
$this