public interface StaticAdResourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCreativeType()
public abstract String getCreativeType()
Describes the MIME type of the ad resource.
string creative_type = 2;
Returns | |
---|---|
Type | Description |
String |
The creativeType. |
getCreativeTypeBytes()
public abstract ByteString getCreativeTypeBytes()
Describes the MIME type of the ad resource.
string creative_type = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for creativeType. |
getUri()
public abstract String getUri()
URI to the static file for the ad resource.
string uri = 1;
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
URI to the static file for the ad resource.
string uri = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |