Interface HtmlAdResourceOrBuilder (0.18.0)

public interface HtmlAdResourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHtmlSource()

public abstract String getHtmlSource()

The HTML to display for the ad resource.

string html_source = 1;

Returns
TypeDescription
String

The htmlSource.

getHtmlSourceBytes()

public abstract ByteString getHtmlSourceBytes()

The HTML to display for the ad resource.

string html_source = 1;

Returns
TypeDescription
ByteString

The bytes for htmlSource.