Interface HtmlAdResourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HtmlAdResource
,HtmlAdResource.Builder
public interface HtmlAdResourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHtmlSource()
The HTML to display for the ad resource.com.google.protobuf.ByteString
getHtmlSourceBytes()
The HTML to display for the ad resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHtmlSource
String getHtmlSource()
The HTML to display for the ad resource.
string html_source = 1;
- Returns:
- The htmlSource.
-
getHtmlSourceBytes
com.google.protobuf.ByteString getHtmlSourceBytes()
The HTML to display for the ad resource.
string html_source = 1;
- Returns:
- The bytes for htmlSource.
-
-