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 Type
    Method
    Description
    The description line.
    com.google.protobuf.ByteString
    The description line.
    The headline of the ad.
    com.google.protobuf.ByteString
    The headline of the ad.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.