Interface VideoOutstreamAdInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VideoOutstreamAdInfo,VideoOutstreamAdInfo.Builder
public interface VideoOutstreamAdInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe description line.com.google.protobuf.ByteStringThe description line.The headline of the ad.com.google.protobuf.ByteStringThe headline of the ad.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getHeadline
String getHeadline()The headline of the ad.
string headline = 3;- Returns:
- The headline.
-
getHeadlineBytes
com.google.protobuf.ByteString getHeadlineBytes()The headline of the ad.
string headline = 3;- Returns:
- The bytes for headline.
-
getDescription
String getDescription()The description line.
string description = 4;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()The description line.
string description = 4;- Returns:
- The bytes for description.
-