Reference documentation and code samples for the Google Shopping Merchant Products V1 Client class StructuredTitle.
Structured title, for algorithmically (AI)-generated titles.
Generated from protobuf message google.shopping.merchant.products.v1.StructuredTitle
Namespace
Google \ Shopping \ Merchant \ Products \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ digital_source_type |
int
The digital source type. Following IPTC. |
↳ content |
string
The title text Maximum length is 150 characters |
getDigitalSourceType
The digital source type.
Following IPTC.
Returns | |
---|---|
Type | Description |
int |
hasDigitalSourceType
clearDigitalSourceType
setDigitalSourceType
The digital source type.
Following IPTC.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getContent
The title text Maximum length is 150 characters
Returns | |
---|---|
Type | Description |
string |
hasContent
clearContent
setContent
The title text Maximum length is 150 characters
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |