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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      The description line.
      com.google.protobuf.ByteString getDescriptionBytes()
      The description line.
      java.lang.String getHeadline()
      The headline of the ad.
      com.google.protobuf.ByteString getHeadlineBytes()
      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 Detail

      • getHeadline

        java.lang.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

        java.lang.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.