Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class InlineSource.
The inline source for the input config for BatchUpdateUserLicenses method.
Generated from protobuf message google.cloud.discoveryengine.v1.BatchUpdateUserLicensesRequest.InlineSource
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ BatchUpdateUserLicensesRequestMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_licenses |
array<Google\Cloud\DiscoveryEngine\V1\UserLicense>
Required. A list of user licenses to update. Each user license must have a valid UserLicense.user_principal. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. |
getUserLicenses
Required. A list of user licenses to update. Each user license must have a valid UserLicense.user_principal.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUserLicenses
Required. A list of user licenses to update. Each user license must have a valid UserLicense.user_principal.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DiscoveryEngine\V1\UserLicense>
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Optional. The list of fields to update.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |