Interface Recommendation.ResponsiveSearchAdAssetRecommendationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Recommendation.ResponsiveSearchAdAssetRecommendation, Recommendation.ResponsiveSearchAdAssetRecommendation.Builder
Enclosing class:
Recommendation

public static interface Recommendation.ResponsiveSearchAdAssetRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    Output only.
    Output only.
    Output only.
    boolean
    Output only.
    boolean
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasCurrentAd

      boolean hasCurrentAd()
       Output only. The current ad to be updated.
       
      .google.ads.googleads.v18.resources.Ad current_ad = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the currentAd field is set.
    • getCurrentAd

      Ad getCurrentAd()
       Output only. The current ad to be updated.
       
      .google.ads.googleads.v18.resources.Ad current_ad = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The currentAd.
    • getCurrentAdOrBuilder

      AdOrBuilder getCurrentAdOrBuilder()
       Output only. The current ad to be updated.
       
      .google.ads.googleads.v18.resources.Ad current_ad = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • hasRecommendedAssets

      boolean hasRecommendedAssets()
       Output only. The recommended assets. This is populated only with the new
       headlines and/or descriptions, and is otherwise empty.
       
      .google.ads.googleads.v18.resources.Ad recommended_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the recommendedAssets field is set.
    • getRecommendedAssets

      Ad getRecommendedAssets()
       Output only. The recommended assets. This is populated only with the new
       headlines and/or descriptions, and is otherwise empty.
       
      .google.ads.googleads.v18.resources.Ad recommended_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The recommendedAssets.
    • getRecommendedAssetsOrBuilder

      AdOrBuilder getRecommendedAssetsOrBuilder()
       Output only. The recommended assets. This is populated only with the new
       headlines and/or descriptions, and is otherwise empty.
       
      .google.ads.googleads.v18.resources.Ad recommended_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];