public interface StructuredTitleOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getContent()
public abstract String getContent()
The title text Maximum length is 150 characters
optional string content = 2;
Returns | |
---|---|
Type | Description |
String |
The content. |
getContentBytes()
public abstract ByteString getContentBytes()
The title text Maximum length is 150 characters
optional string content = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for content. |
getDigitalSourceType()
public abstract DigitalSourceType getDigitalSourceType()
The digital source type. Following IPTC.
optional .google.shopping.merchant.products.v1.DigitalSourceType digital_source_type = 1;
Returns | |
---|---|
Type | Description |
DigitalSourceType |
The digitalSourceType. |
getDigitalSourceTypeValue()
public abstract int getDigitalSourceTypeValue()
The digital source type. Following IPTC.
optional .google.shopping.merchant.products.v1.DigitalSourceType digital_source_type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for digitalSourceType. |
hasContent()
public abstract boolean hasContent()
The title text Maximum length is 150 characters
optional string content = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the content field is set. |
hasDigitalSourceType()
public abstract boolean hasDigitalSourceType()
The digital source type. Following IPTC.
optional .google.shopping.merchant.products.v1.DigitalSourceType digital_source_type = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the digitalSourceType field is set. |