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

com.google.ads.googleads.v17.common.AppEngagementAdInfoOrBuilder 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 AppEngagementAdInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.AppEngagementAdInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * List of text assets for headlines. When the ad serves the headlines will
   * be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ java.util.List getHeadlinesList(); /** *
   * List of text assets for headlines. When the ad serves the headlines will
   * be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ com.google.ads.googleads.v17.common.AdTextAsset getHeadlines(int index); /** *
   * List of text assets for headlines. When the ad serves the headlines will
   * be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ int getHeadlinesCount(); /** *
   * List of text assets for headlines. When the ad serves the headlines will
   * be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ java.util.List getHeadlinesOrBuilderList(); /** *
   * List of text assets for headlines. When the ad serves the headlines will
   * be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ com.google.ads.googleads.v17.common.AdTextAssetOrBuilder getHeadlinesOrBuilder( int index); /** *
   * List of text assets for descriptions. When the ad serves the descriptions
   * will be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ java.util.List getDescriptionsList(); /** *
   * List of text assets for descriptions. When the ad serves the descriptions
   * will be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ com.google.ads.googleads.v17.common.AdTextAsset getDescriptions(int index); /** *
   * List of text assets for descriptions. When the ad serves the descriptions
   * will be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ int getDescriptionsCount(); /** *
   * List of text assets for descriptions. When the ad serves the descriptions
   * will be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ java.util.List getDescriptionsOrBuilderList(); /** *
   * List of text assets for descriptions. When the ad serves the descriptions
   * will be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ com.google.ads.googleads.v17.common.AdTextAssetOrBuilder getDescriptionsOrBuilder( int index); /** *
   * List of image assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ java.util.List getImagesList(); /** *
   * List of image assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ com.google.ads.googleads.v17.common.AdImageAsset getImages(int index); /** *
   * List of image assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ int getImagesCount(); /** *
   * List of image assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ java.util.List getImagesOrBuilderList(); /** *
   * List of image assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ com.google.ads.googleads.v17.common.AdImageAssetOrBuilder getImagesOrBuilder( int index); /** *
   * List of video assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ java.util.List getVideosList(); /** *
   * List of video assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ com.google.ads.googleads.v17.common.AdVideoAsset getVideos(int index); /** *
   * List of video assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ int getVideosCount(); /** *
   * List of video assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ java.util.List getVideosOrBuilderList(); /** *
   * List of video assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ com.google.ads.googleads.v17.common.AdVideoAssetOrBuilder getVideosOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy