Reference documentation and code samples for the Google Cloud Cloud Controls Partner V1beta Client class UpdateCustomerRequest.
Request to update a customer
Generated from protobuf message google.cloud.cloudcontrolspartner.v1beta.UpdateCustomerRequest
Namespace
Google \ Cloud \ CloudControlsPartner \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ customer |
Customer
Required. The customer to update Format: |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. The list of fields to update |
getCustomer
Required. The customer to update
Format:
organizations/{organization}/locations/{location}/customers/{customer}
| Returns | |
|---|---|
| Type | Description |
Customer|null |
|
hasCustomer
clearCustomer
setCustomer
Required. The customer to update
Format:
organizations/{organization}/locations/{location}/customers/{customer}
| Parameter | |
|---|---|
| Name | Description |
var |
Customer
|
| 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 |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
customer |
Customer
Required. The customer to update
Format:
|
updateMask |
Google\Protobuf\FieldMask
Optional. The list of fields to update |
| Returns | |
|---|---|
| Type | Description |
UpdateCustomerRequest |
|