Interface StaticAdResourceOrBuilder (0.13.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface StaticAdResourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreativeType()

public abstract String getCreativeType()

Describes the MIME type of the ad resource.

string creative_type = 2;

Returns
TypeDescription
String

The creativeType.

getCreativeTypeBytes()

public abstract ByteString getCreativeTypeBytes()

Describes the MIME type of the ad resource.

string creative_type = 2;

Returns
TypeDescription
ByteString

The bytes for creativeType.

getUri()

public abstract String getUri()

URI to the static file for the ad resource.

string uri = 1;

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

URI to the static file for the ad resource.

string uri = 1;

Returns
TypeDescription
ByteString

The bytes for uri.