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

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

  /**
   * 
   * List of text assets, each of which corresponds to a headline when the ad
   * serves. This list consists of a minimum of 3 and up to 15 text assets.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ java.util.List getHeadlinesList(); /** *
   * List of text assets, each of which corresponds to a headline when the ad
   * serves. This list consists of a minimum of 3 and up to 15 text assets.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ com.google.ads.googleads.v17.common.AdTextAsset getHeadlines(int index); /** *
   * List of text assets, each of which corresponds to a headline when the ad
   * serves. This list consists of a minimum of 3 and up to 15 text assets.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ int getHeadlinesCount(); /** *
   * List of text assets, each of which corresponds to a headline when the ad
   * serves. This list consists of a minimum of 3 and up to 15 text assets.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ java.util.List getHeadlinesOrBuilderList(); /** *
   * List of text assets, each of which corresponds to a headline when the ad
   * serves. This list consists of a minimum of 3 and up to 15 text assets.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ com.google.ads.googleads.v17.common.AdTextAssetOrBuilder getHeadlinesOrBuilder( int index); /** *
   * List of text assets, each of which corresponds to a description when the ad
   * serves. This list consists of a minimum of 2 and up to 4 text assets.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ java.util.List getDescriptionsList(); /** *
   * List of text assets, each of which corresponds to a description when the ad
   * serves. This list consists of a minimum of 2 and up to 4 text assets.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ com.google.ads.googleads.v17.common.AdTextAsset getDescriptions(int index); /** *
   * List of text assets, each of which corresponds to a description when the ad
   * serves. This list consists of a minimum of 2 and up to 4 text assets.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ int getDescriptionsCount(); /** *
   * List of text assets, each of which corresponds to a description when the ad
   * serves. This list consists of a minimum of 2 and up to 4 text assets.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ java.util.List getDescriptionsOrBuilderList(); /** *
   * List of text assets, each of which corresponds to a description when the ad
   * serves. This list consists of a minimum of 2 and up to 4 text assets.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ com.google.ads.googleads.v17.common.AdTextAssetOrBuilder getDescriptionsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy