Interface Recommendation.CalloutExtensionRecommendationOrBuilder

    • Method Detail

      • getRecommendedExtensionsList

        java.util.List<CalloutFeedItem> getRecommendedExtensionsList()
         Output only. Callout extensions recommended to be added.
         
        repeated .google.ads.googleads.v10.common.CalloutFeedItem recommended_extensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getRecommendedExtensions

        CalloutFeedItem getRecommendedExtensions​(int index)
         Output only. Callout extensions recommended to be added.
         
        repeated .google.ads.googleads.v10.common.CalloutFeedItem recommended_extensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getRecommendedExtensionsCount

        int getRecommendedExtensionsCount()
         Output only. Callout extensions recommended to be added.
         
        repeated .google.ads.googleads.v10.common.CalloutFeedItem recommended_extensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getRecommendedExtensionsOrBuilderList

        java.util.List<? extends CalloutFeedItemOrBuilder> getRecommendedExtensionsOrBuilderList()
         Output only. Callout extensions recommended to be added.
         
        repeated .google.ads.googleads.v10.common.CalloutFeedItem recommended_extensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getRecommendedExtensionsOrBuilder

        CalloutFeedItemOrBuilder getRecommendedExtensionsOrBuilder​(int index)
         Output only. Callout extensions recommended to be added.
         
        repeated .google.ads.googleads.v10.common.CalloutFeedItem recommended_extensions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];