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

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

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

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

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

  /**
   * 
   * The visible text displayed when the link is rendered in an ad.
   * This string must not be empty, and the length of this string should
   * be between 1 and 25, inclusive.
   * 
* * optional string link_text = 9; * @return Whether the linkText field is set. */ boolean hasLinkText(); /** *
   * The visible text displayed when the link is rendered in an ad.
   * This string must not be empty, and the length of this string should
   * be between 1 and 25, inclusive.
   * 
* * optional string link_text = 9; * @return The linkText. */ java.lang.String getLinkText(); /** *
   * The visible text displayed when the link is rendered in an ad.
   * This string must not be empty, and the length of this string should
   * be between 1 and 25, inclusive.
   * 
* * optional string link_text = 9; * @return The bytes for linkText. */ com.google.protobuf.ByteString getLinkTextBytes(); /** *
   * The store-specific ID for the target application.
   * This string must not be empty.
   * 
* * optional string app_id = 10; * @return Whether the appId field is set. */ boolean hasAppId(); /** *
   * The store-specific ID for the target application.
   * This string must not be empty.
   * 
* * optional string app_id = 10; * @return The appId. */ java.lang.String getAppId(); /** *
   * The store-specific ID for the target application.
   * This string must not be empty.
   * 
* * optional string app_id = 10; * @return The bytes for appId. */ com.google.protobuf.ByteString getAppIdBytes(); /** *
   * The application store that the target application belongs to.
   * This field is required.
   * 
* * .google.ads.googleads.v17.enums.AppStoreEnum.AppStore app_store = 3; * @return The enum numeric value on the wire for appStore. */ int getAppStoreValue(); /** *
   * The application store that the target application belongs to.
   * This field is required.
   * 
* * .google.ads.googleads.v17.enums.AppStoreEnum.AppStore app_store = 3; * @return The appStore. */ com.google.ads.googleads.v17.enums.AppStoreEnum.AppStore getAppStore(); /** *
   * A list of possible final URLs after all cross domain redirects.
   * This list must not be empty.
   * 
* * repeated string final_urls = 11; * @return A list containing the finalUrls. */ java.util.List getFinalUrlsList(); /** *
   * A list of possible final URLs after all cross domain redirects.
   * This list must not be empty.
   * 
* * repeated string final_urls = 11; * @return The count of finalUrls. */ int getFinalUrlsCount(); /** *
   * A list of possible final URLs after all cross domain redirects.
   * This list must not be empty.
   * 
* * repeated string final_urls = 11; * @param index The index of the element to return. * @return The finalUrls at the given index. */ java.lang.String getFinalUrls(int index); /** *
   * A list of possible final URLs after all cross domain redirects.
   * This list must not be empty.
   * 
* * repeated string final_urls = 11; * @param index The index of the value to return. * @return The bytes of the finalUrls at the given index. */ com.google.protobuf.ByteString getFinalUrlsBytes(int index); /** *
   * A list of possible final mobile URLs after all cross domain redirects.
   * 
* * repeated string final_mobile_urls = 12; * @return A list containing the finalMobileUrls. */ java.util.List getFinalMobileUrlsList(); /** *
   * A list of possible final mobile URLs after all cross domain redirects.
   * 
* * repeated string final_mobile_urls = 12; * @return The count of finalMobileUrls. */ int getFinalMobileUrlsCount(); /** *
   * A list of possible final mobile URLs after all cross domain redirects.
   * 
* * repeated string final_mobile_urls = 12; * @param index The index of the element to return. * @return The finalMobileUrls at the given index. */ java.lang.String getFinalMobileUrls(int index); /** *
   * A list of possible final mobile URLs after all cross domain redirects.
   * 
* * repeated string final_mobile_urls = 12; * @param index The index of the value to return. * @return The bytes of the finalMobileUrls at the given index. */ com.google.protobuf.ByteString getFinalMobileUrlsBytes(int index); /** *
   * URL template for constructing a tracking URL. Default value is "{lpurl}".
   * 
* * optional string tracking_url_template = 13; * @return Whether the trackingUrlTemplate field is set. */ boolean hasTrackingUrlTemplate(); /** *
   * URL template for constructing a tracking URL. Default value is "{lpurl}".
   * 
* * optional string tracking_url_template = 13; * @return The trackingUrlTemplate. */ java.lang.String getTrackingUrlTemplate(); /** *
   * URL template for constructing a tracking URL. Default value is "{lpurl}".
   * 
* * optional string tracking_url_template = 13; * @return The bytes for trackingUrlTemplate. */ com.google.protobuf.ByteString getTrackingUrlTemplateBytes(); /** *
   * A list of mappings to be used for substituting URL custom parameter tags in
   * the tracking_url_template, final_urls, and/or final_mobile_urls.
   * 
* * repeated .google.ads.googleads.v17.common.CustomParameter url_custom_parameters = 7; */ java.util.List getUrlCustomParametersList(); /** *
   * A list of mappings to be used for substituting URL custom parameter tags in
   * the tracking_url_template, final_urls, and/or final_mobile_urls.
   * 
* * repeated .google.ads.googleads.v17.common.CustomParameter url_custom_parameters = 7; */ com.google.ads.googleads.v17.common.CustomParameter getUrlCustomParameters(int index); /** *
   * A list of mappings to be used for substituting URL custom parameter tags in
   * the tracking_url_template, final_urls, and/or final_mobile_urls.
   * 
* * repeated .google.ads.googleads.v17.common.CustomParameter url_custom_parameters = 7; */ int getUrlCustomParametersCount(); /** *
   * A list of mappings to be used for substituting URL custom parameter tags in
   * the tracking_url_template, final_urls, and/or final_mobile_urls.
   * 
* * repeated .google.ads.googleads.v17.common.CustomParameter url_custom_parameters = 7; */ java.util.List getUrlCustomParametersOrBuilderList(); /** *
   * A list of mappings to be used for substituting URL custom parameter tags in
   * the tracking_url_template, final_urls, and/or final_mobile_urls.
   * 
* * repeated .google.ads.googleads.v17.common.CustomParameter url_custom_parameters = 7; */ com.google.ads.googleads.v17.common.CustomParameterOrBuilder getUrlCustomParametersOrBuilder( int index); /** *
   * URL template for appending params to landing page URLs served with parallel
   * tracking.
   * 
* * optional string final_url_suffix = 14; * @return Whether the finalUrlSuffix field is set. */ boolean hasFinalUrlSuffix(); /** *
   * URL template for appending params to landing page URLs served with parallel
   * tracking.
   * 
* * optional string final_url_suffix = 14; * @return The finalUrlSuffix. */ java.lang.String getFinalUrlSuffix(); /** *
   * URL template for appending params to landing page URLs served with parallel
   * tracking.
   * 
* * optional string final_url_suffix = 14; * @return The bytes for finalUrlSuffix. */ com.google.protobuf.ByteString getFinalUrlSuffixBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy