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
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ customer |
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 |
Customer|null |
|
hasCustomer
clearCustomer
setCustomer
Required. New contents of the customer.
| Parameter | |
|---|---|
| Name | Description |
var |
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 |
|