Reference documentation and code samples for the Google Shopping Css V1 Client class UpdateAccountLabelRequest.
Request message for the UpdateAccountLabel method.
Generated from protobuf message google.shopping.css.v1.UpdateAccountLabelRequest
Namespace
Google \ Shopping \ Css \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ account_label |
AccountLabel
Required. The updated label. All fields must be provided. |
getAccountLabel
Required. The updated label. All fields must be provided.
| Returns | |
|---|---|
| Type | Description |
AccountLabel|null |
|
hasAccountLabel
clearAccountLabel
setAccountLabel
Required. The updated label. All fields must be provided.
| Parameter | |
|---|---|
| Name | Description |
var |
AccountLabel
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
accountLabel |
AccountLabel
Required. The updated label. All fields must be provided. |
| Returns | |
|---|---|
| Type | Description |
UpdateAccountLabelRequest |
|