Reference documentation and code samples for the Google Cloud Channel V1 Client class UpdateCustomerRequest.
Request message for CloudChannelService.UpdateCustomer.
Generated from protobuf message google.cloud.channel.v1.UpdateCustomerRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ customer |
Google\Cloud\Channel\V1\Customer
Required. New contents of the customer. |
↳ update_mask |
Google\Protobuf\FieldMask
The update mask that applies to the resource. Optional. |
getCustomer
Required. New contents of the customer.
Returns | |
---|---|
Type | Description |
Google\Cloud\Channel\V1\Customer|null |
hasCustomer
clearCustomer
setCustomer
Required. New contents of the customer.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Channel\V1\Customer
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
The update mask that applies to the resource.
Optional.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
The update mask that applies to the resource.
Optional.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |