Class AppFeedItem.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<AppFeedItem.Builder>
com.google.ads.googleads.v18.common.AppFeedItem.Builder
All Implemented Interfaces:
AppFeedItemOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
AppFeedItem

public static final class AppFeedItem.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AppFeedItem.Builder> implements AppFeedItemOrBuilder
 Represents an App extension.
 
Protobuf type google.ads.googleads.v18.common.AppFeedItem
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AppFeedItem.Builder>
    • clear

      public AppFeedItem.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<AppFeedItem.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AppFeedItem.Builder>
    • getDefaultInstanceForType

      public AppFeedItem getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public AppFeedItem build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public AppFeedItem buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public AppFeedItem.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<AppFeedItem.Builder>
    • setField

      public AppFeedItem.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<AppFeedItem.Builder>
    • clearField

      public AppFeedItem.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<AppFeedItem.Builder>
    • clearOneof

      public AppFeedItem.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AppFeedItem.Builder>
    • setRepeatedField

      public AppFeedItem.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AppFeedItem.Builder>
    • addRepeatedField

      public AppFeedItem.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AppFeedItem.Builder>
    • mergeFrom

      public AppFeedItem.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AppFeedItem.Builder>
    • mergeFrom

      public AppFeedItem.Builder mergeFrom(AppFeedItem other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AppFeedItem.Builder>
    • mergeFrom

      public AppFeedItem.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AppFeedItem.Builder>
      Throws:
      IOException
    • hasLinkText

      public 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;
      Specified by:
      hasLinkText in interface AppFeedItemOrBuilder
      Returns:
      Whether the linkText field is set.
    • getLinkText

      public 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;
      Specified by:
      getLinkText in interface AppFeedItemOrBuilder
      Returns:
      The linkText.
    • getLinkTextBytes

      public com.google.protobuf.ByteString getLinkTextBytes()
       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;
      Specified by:
      getLinkTextBytes in interface AppFeedItemOrBuilder
      Returns:
      The bytes for linkText.
    • setLinkText

      public AppFeedItem.Builder setLinkText(String value)
       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;
      Parameters:
      value - The linkText to set.
      Returns:
      This builder for chaining.
    • clearLinkText

      public AppFeedItem.Builder clearLinkText()
       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;
      Returns:
      This builder for chaining.
    • setLinkTextBytes

      public AppFeedItem.Builder setLinkTextBytes(com.google.protobuf.ByteString value)
       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;
      Parameters:
      value - The bytes for linkText to set.
      Returns:
      This builder for chaining.
    • hasAppId

      public boolean hasAppId()
       The store-specific ID for the target application.
       This string must not be empty.
       
      optional string app_id = 10;
      Specified by:
      hasAppId in interface AppFeedItemOrBuilder
      Returns:
      Whether the appId field is set.
    • getAppId

      public String getAppId()
       The store-specific ID for the target application.
       This string must not be empty.
       
      optional string app_id = 10;
      Specified by:
      getAppId in interface AppFeedItemOrBuilder
      Returns:
      The appId.
    • getAppIdBytes

      public com.google.protobuf.ByteString getAppIdBytes()
       The store-specific ID for the target application.
       This string must not be empty.
       
      optional string app_id = 10;
      Specified by:
      getAppIdBytes in interface AppFeedItemOrBuilder
      Returns:
      The bytes for appId.
    • setAppId

      public AppFeedItem.Builder setAppId(String value)
       The store-specific ID for the target application.
       This string must not be empty.
       
      optional string app_id = 10;
      Parameters:
      value - The appId to set.
      Returns:
      This builder for chaining.
    • clearAppId

      public AppFeedItem.Builder clearAppId()
       The store-specific ID for the target application.
       This string must not be empty.
       
      optional string app_id = 10;
      Returns:
      This builder for chaining.
    • setAppIdBytes

      public AppFeedItem.Builder setAppIdBytes(com.google.protobuf.ByteString value)
       The store-specific ID for the target application.
       This string must not be empty.
       
      optional string app_id = 10;
      Parameters:
      value - The bytes for appId to set.
      Returns:
      This builder for chaining.
    • getAppStoreValue

      public int getAppStoreValue()
       The application store that the target application belongs to.
       This field is required.
       
      .google.ads.googleads.v18.enums.AppStoreEnum.AppStore app_store = 3;
      Specified by:
      getAppStoreValue in interface AppFeedItemOrBuilder
      Returns:
      The enum numeric value on the wire for appStore.
    • setAppStoreValue

      public AppFeedItem.Builder setAppStoreValue(int value)
       The application store that the target application belongs to.
       This field is required.
       
      .google.ads.googleads.v18.enums.AppStoreEnum.AppStore app_store = 3;
      Parameters:
      value - The enum numeric value on the wire for appStore to set.
      Returns:
      This builder for chaining.
    • getAppStore

      public AppStoreEnum.AppStore getAppStore()
       The application store that the target application belongs to.
       This field is required.
       
      .google.ads.googleads.v18.enums.AppStoreEnum.AppStore app_store = 3;
      Specified by:
      getAppStore in interface AppFeedItemOrBuilder
      Returns:
      The appStore.
    • setAppStore

      public AppFeedItem.Builder setAppStore(AppStoreEnum.AppStore value)
       The application store that the target application belongs to.
       This field is required.
       
      .google.ads.googleads.v18.enums.AppStoreEnum.AppStore app_store = 3;
      Parameters:
      value - The appStore to set.
      Returns:
      This builder for chaining.
    • clearAppStore

      public AppFeedItem.Builder clearAppStore()
       The application store that the target application belongs to.
       This field is required.
       
      .google.ads.googleads.v18.enums.AppStoreEnum.AppStore app_store = 3;
      Returns:
      This builder for chaining.
    • getFinalUrlsList

      public com.google.protobuf.ProtocolStringList getFinalUrlsList()
       A list of possible final URLs after all cross domain redirects.
       This list must not be empty.
       
      repeated string final_urls = 11;
      Specified by:
      getFinalUrlsList in interface AppFeedItemOrBuilder
      Returns:
      A list containing the finalUrls.
    • getFinalUrlsCount

      public int getFinalUrlsCount()
       A list of possible final URLs after all cross domain redirects.
       This list must not be empty.
       
      repeated string final_urls = 11;
      Specified by:
      getFinalUrlsCount in interface AppFeedItemOrBuilder
      Returns:
      The count of finalUrls.
    • getFinalUrls

      public 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;
      Specified by:
      getFinalUrls in interface AppFeedItemOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The finalUrls at the given index.
    • getFinalUrlsBytes

      public com.google.protobuf.ByteString getFinalUrlsBytes(int index)
       A list of possible final URLs after all cross domain redirects.
       This list must not be empty.
       
      repeated string final_urls = 11;
      Specified by:
      getFinalUrlsBytes in interface AppFeedItemOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the finalUrls at the given index.
    • setFinalUrls

      public AppFeedItem.Builder setFinalUrls(int index, String value)
       A list of possible final URLs after all cross domain redirects.
       This list must not be empty.
       
      repeated string final_urls = 11;
      Parameters:
      index - The index to set the value at.
      value - The finalUrls to set.
      Returns:
      This builder for chaining.
    • addFinalUrls

      public AppFeedItem.Builder addFinalUrls(String value)
       A list of possible final URLs after all cross domain redirects.
       This list must not be empty.
       
      repeated string final_urls = 11;
      Parameters:
      value - The finalUrls to add.
      Returns:
      This builder for chaining.
    • addAllFinalUrls

      public AppFeedItem.Builder addAllFinalUrls(Iterable<String> values)
       A list of possible final URLs after all cross domain redirects.
       This list must not be empty.
       
      repeated string final_urls = 11;
      Parameters:
      values - The finalUrls to add.
      Returns:
      This builder for chaining.
    • clearFinalUrls

      public AppFeedItem.Builder clearFinalUrls()
       A list of possible final URLs after all cross domain redirects.
       This list must not be empty.
       
      repeated string final_urls = 11;
      Returns:
      This builder for chaining.
    • addFinalUrlsBytes

      public AppFeedItem.Builder addFinalUrlsBytes(com.google.protobuf.ByteString value)
       A list of possible final URLs after all cross domain redirects.
       This list must not be empty.
       
      repeated string final_urls = 11;
      Parameters:
      value - The bytes of the finalUrls to add.
      Returns:
      This builder for chaining.
    • getFinalMobileUrlsList

      public com.google.protobuf.ProtocolStringList getFinalMobileUrlsList()
       A list of possible final mobile URLs after all cross domain redirects.
       
      repeated string final_mobile_urls = 12;
      Specified by:
      getFinalMobileUrlsList in interface AppFeedItemOrBuilder
      Returns:
      A list containing the finalMobileUrls.
    • getFinalMobileUrlsCount

      public int getFinalMobileUrlsCount()
       A list of possible final mobile URLs after all cross domain redirects.
       
      repeated string final_mobile_urls = 12;
      Specified by:
      getFinalMobileUrlsCount in interface AppFeedItemOrBuilder
      Returns:
      The count of finalMobileUrls.
    • getFinalMobileUrls

      public String getFinalMobileUrls(int index)
       A list of possible final mobile URLs after all cross domain redirects.
       
      repeated string final_mobile_urls = 12;
      Specified by:
      getFinalMobileUrls in interface AppFeedItemOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The finalMobileUrls at the given index.
    • getFinalMobileUrlsBytes

      public com.google.protobuf.ByteString getFinalMobileUrlsBytes(int index)
       A list of possible final mobile URLs after all cross domain redirects.
       
      repeated string final_mobile_urls = 12;
      Specified by:
      getFinalMobileUrlsBytes in interface AppFeedItemOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the finalMobileUrls at the given index.
    • setFinalMobileUrls

      public AppFeedItem.Builder setFinalMobileUrls(int index, String value)
       A list of possible final mobile URLs after all cross domain redirects.
       
      repeated string final_mobile_urls = 12;
      Parameters:
      index - The index to set the value at.
      value - The finalMobileUrls to set.
      Returns:
      This builder for chaining.
    • addFinalMobileUrls

      public AppFeedItem.Builder addFinalMobileUrls(String value)
       A list of possible final mobile URLs after all cross domain redirects.
       
      repeated string final_mobile_urls = 12;
      Parameters:
      value - The finalMobileUrls to add.
      Returns:
      This builder for chaining.
    • addAllFinalMobileUrls

      public AppFeedItem.Builder addAllFinalMobileUrls(Iterable<String> values)
       A list of possible final mobile URLs after all cross domain redirects.
       
      repeated string final_mobile_urls = 12;
      Parameters:
      values - The finalMobileUrls to add.
      Returns:
      This builder for chaining.
    • clearFinalMobileUrls

      public AppFeedItem.Builder clearFinalMobileUrls()
       A list of possible final mobile URLs after all cross domain redirects.
       
      repeated string final_mobile_urls = 12;
      Returns:
      This builder for chaining.
    • addFinalMobileUrlsBytes

      public AppFeedItem.Builder addFinalMobileUrlsBytes(com.google.protobuf.ByteString value)
       A list of possible final mobile URLs after all cross domain redirects.
       
      repeated string final_mobile_urls = 12;
      Parameters:
      value - The bytes of the finalMobileUrls to add.
      Returns:
      This builder for chaining.
    • hasTrackingUrlTemplate

      public boolean hasTrackingUrlTemplate()
       URL template for constructing a tracking URL. Default value is "{lpurl}".
       
      optional string tracking_url_template = 13;
      Specified by:
      hasTrackingUrlTemplate in interface AppFeedItemOrBuilder
      Returns:
      Whether the trackingUrlTemplate field is set.
    • getTrackingUrlTemplate

      public String getTrackingUrlTemplate()
       URL template for constructing a tracking URL. Default value is "{lpurl}".
       
      optional string tracking_url_template = 13;
      Specified by:
      getTrackingUrlTemplate in interface AppFeedItemOrBuilder
      Returns:
      The trackingUrlTemplate.
    • getTrackingUrlTemplateBytes

      public com.google.protobuf.ByteString getTrackingUrlTemplateBytes()
       URL template for constructing a tracking URL. Default value is "{lpurl}".
       
      optional string tracking_url_template = 13;
      Specified by:
      getTrackingUrlTemplateBytes in interface AppFeedItemOrBuilder
      Returns:
      The bytes for trackingUrlTemplate.
    • setTrackingUrlTemplate

      public AppFeedItem.Builder setTrackingUrlTemplate(String value)
       URL template for constructing a tracking URL. Default value is "{lpurl}".
       
      optional string tracking_url_template = 13;
      Parameters:
      value - The trackingUrlTemplate to set.
      Returns:
      This builder for chaining.
    • clearTrackingUrlTemplate

      public AppFeedItem.Builder clearTrackingUrlTemplate()
       URL template for constructing a tracking URL. Default value is "{lpurl}".
       
      optional string tracking_url_template = 13;
      Returns:
      This builder for chaining.
    • setTrackingUrlTemplateBytes

      public AppFeedItem.Builder setTrackingUrlTemplateBytes(com.google.protobuf.ByteString value)
       URL template for constructing a tracking URL. Default value is "{lpurl}".
       
      optional string tracking_url_template = 13;
      Parameters:
      value - The bytes for trackingUrlTemplate to set.
      Returns:
      This builder for chaining.
    • getUrlCustomParametersList

      public List<CustomParameter> 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.v18.common.CustomParameter url_custom_parameters = 7;
      Specified by:
      getUrlCustomParametersList in interface AppFeedItemOrBuilder
    • getUrlCustomParametersCount

      public 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.v18.common.CustomParameter url_custom_parameters = 7;
      Specified by:
      getUrlCustomParametersCount in interface AppFeedItemOrBuilder
    • getUrlCustomParameters

      public 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.v18.common.CustomParameter url_custom_parameters = 7;
      Specified by:
      getUrlCustomParameters in interface AppFeedItemOrBuilder
    • setUrlCustomParameters

      public AppFeedItem.Builder setUrlCustomParameters(int index, CustomParameter value)
       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.v18.common.CustomParameter url_custom_parameters = 7;
    • setUrlCustomParameters

      public AppFeedItem.Builder setUrlCustomParameters(int index, CustomParameter.Builder builderForValue)
       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.v18.common.CustomParameter url_custom_parameters = 7;
    • addUrlCustomParameters

      public AppFeedItem.Builder addUrlCustomParameters(CustomParameter value)
       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.v18.common.CustomParameter url_custom_parameters = 7;
    • addUrlCustomParameters

      public AppFeedItem.Builder addUrlCustomParameters(int index, CustomParameter value)
       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.v18.common.CustomParameter url_custom_parameters = 7;
    • addUrlCustomParameters

      public AppFeedItem.Builder addUrlCustomParameters(CustomParameter.Builder builderForValue)
       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.v18.common.CustomParameter url_custom_parameters = 7;
    • addUrlCustomParameters

      public AppFeedItem.Builder addUrlCustomParameters(int index, CustomParameter.Builder builderForValue)
       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.v18.common.CustomParameter url_custom_parameters = 7;
    • addAllUrlCustomParameters

      public AppFeedItem.Builder addAllUrlCustomParameters(Iterable<? extends CustomParameter> values)
       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.v18.common.CustomParameter url_custom_parameters = 7;
    • clearUrlCustomParameters

      public AppFeedItem.Builder clearUrlCustomParameters()
       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.v18.common.CustomParameter url_custom_parameters = 7;
    • removeUrlCustomParameters

      public AppFeedItem.Builder removeUrlCustomParameters(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.v18.common.CustomParameter url_custom_parameters = 7;
    • getUrlCustomParametersBuilder

      public CustomParameter.Builder getUrlCustomParametersBuilder(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.v18.common.CustomParameter url_custom_parameters = 7;
    • getUrlCustomParametersOrBuilder

      public CustomParameterOrBuilder getUrlCustomParametersOrBuilder(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.v18.common.CustomParameter url_custom_parameters = 7;
      Specified by:
      getUrlCustomParametersOrBuilder in interface AppFeedItemOrBuilder
    • getUrlCustomParametersOrBuilderList

      public List<? extends CustomParameterOrBuilder> 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.v18.common.CustomParameter url_custom_parameters = 7;
      Specified by:
      getUrlCustomParametersOrBuilderList in interface AppFeedItemOrBuilder
    • addUrlCustomParametersBuilder

      public CustomParameter.Builder addUrlCustomParametersBuilder()
       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.v18.common.CustomParameter url_custom_parameters = 7;
    • addUrlCustomParametersBuilder

      public CustomParameter.Builder addUrlCustomParametersBuilder(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.v18.common.CustomParameter url_custom_parameters = 7;
    • getUrlCustomParametersBuilderList

      public List<CustomParameter.Builder> getUrlCustomParametersBuilderList()
       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.v18.common.CustomParameter url_custom_parameters = 7;
    • hasFinalUrlSuffix

      public boolean hasFinalUrlSuffix()
       URL template for appending params to landing page URLs served with parallel
       tracking.
       
      optional string final_url_suffix = 14;
      Specified by:
      hasFinalUrlSuffix in interface AppFeedItemOrBuilder
      Returns:
      Whether the finalUrlSuffix field is set.
    • getFinalUrlSuffix

      public String getFinalUrlSuffix()
       URL template for appending params to landing page URLs served with parallel
       tracking.
       
      optional string final_url_suffix = 14;
      Specified by:
      getFinalUrlSuffix in interface AppFeedItemOrBuilder
      Returns:
      The finalUrlSuffix.
    • getFinalUrlSuffixBytes

      public com.google.protobuf.ByteString getFinalUrlSuffixBytes()
       URL template for appending params to landing page URLs served with parallel
       tracking.
       
      optional string final_url_suffix = 14;
      Specified by:
      getFinalUrlSuffixBytes in interface AppFeedItemOrBuilder
      Returns:
      The bytes for finalUrlSuffix.
    • setFinalUrlSuffix

      public AppFeedItem.Builder setFinalUrlSuffix(String value)
       URL template for appending params to landing page URLs served with parallel
       tracking.
       
      optional string final_url_suffix = 14;
      Parameters:
      value - The finalUrlSuffix to set.
      Returns:
      This builder for chaining.
    • clearFinalUrlSuffix

      public AppFeedItem.Builder clearFinalUrlSuffix()
       URL template for appending params to landing page URLs served with parallel
       tracking.
       
      optional string final_url_suffix = 14;
      Returns:
      This builder for chaining.
    • setFinalUrlSuffixBytes

      public AppFeedItem.Builder setFinalUrlSuffixBytes(com.google.protobuf.ByteString value)
       URL template for appending params to landing page URLs served with parallel
       tracking.
       
      optional string final_url_suffix = 14;
      Parameters:
      value - The bytes for finalUrlSuffix to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final AppFeedItem.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AppFeedItem.Builder>
    • mergeUnknownFields

      public final AppFeedItem.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AppFeedItem.Builder>