All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.InFeedVideoAdInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/common/ad_type_infos.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface InFeedVideoAdInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.InFeedVideoAdInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The headline of the ad.
   * 
* * string headline = 1; * @return The headline. */ java.lang.String getHeadline(); /** *
   * The headline of the ad.
   * 
* * string headline = 1; * @return The bytes for headline. */ com.google.protobuf.ByteString getHeadlineBytes(); /** *
   * First text line for the ad.
   * 
* * string description1 = 2; * @return The description1. */ java.lang.String getDescription1(); /** *
   * First text line for the ad.
   * 
* * string description1 = 2; * @return The bytes for description1. */ com.google.protobuf.ByteString getDescription1Bytes(); /** *
   * Second text line for the ad.
   * 
* * string description2 = 3; * @return The description2. */ java.lang.String getDescription2(); /** *
   * Second text line for the ad.
   * 
* * string description2 = 3; * @return The bytes for description2. */ com.google.protobuf.ByteString getDescription2Bytes(); /** *
   * Video thumbnail image to use.
   * 
* * .google.ads.googleads.v17.enums.VideoThumbnailEnum.VideoThumbnail thumbnail = 4; * @return The enum numeric value on the wire for thumbnail. */ int getThumbnailValue(); /** *
   * Video thumbnail image to use.
   * 
* * .google.ads.googleads.v17.enums.VideoThumbnailEnum.VideoThumbnail thumbnail = 4; * @return The thumbnail. */ com.google.ads.googleads.v17.enums.VideoThumbnailEnum.VideoThumbnail getThumbnail(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy