public interface ProductStructuredTitleOrBuilder 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 String getDigitalSourceType()
The digital source type, for example "trained_algorithmic_media". Following IPTC. Maximum length is 40 characters.
optional string digital_source_type = 1;
Returns | |
---|---|
Type | Description |
String |
The digitalSourceType. |
getDigitalSourceTypeBytes()
public abstract ByteString getDigitalSourceTypeBytes()
The digital source type, for example "trained_algorithmic_media". Following IPTC. Maximum length is 40 characters.
optional string digital_source_type = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes 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, for example "trained_algorithmic_media". Following IPTC. Maximum length is 40 characters.
optional string digital_source_type = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the digitalSourceType field is set. |