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 |
Google\Shopping\Css\V1\AccountLabel
Required. The updated label. All fields must be provided. |
getAccountLabel
Required. The updated label. All fields must be provided.
Returns | |
---|---|
Type | Description |
Google\Shopping\Css\V1\AccountLabel|null |
hasAccountLabel
clearAccountLabel
setAccountLabel
Required. The updated label. All fields must be provided.
Parameter | |
---|---|
Name | Description |
var |
Google\Shopping\Css\V1\AccountLabel
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
accountLabel |
Google\Shopping\Css\V1\AccountLabel
Required. The updated label. All fields must be provided. |
Returns | |
---|---|
Type | Description |
Google\Shopping\Css\V1\UpdateAccountLabelRequest |