Interface Recommendation.ResponsiveSearchAdRecommendationOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Output only.
    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

    • hasAd

      boolean hasAd()
       Output only. Recommended ad.
       
      .google.ads.googleads.v18.resources.Ad ad = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the ad field is set.
    • getAd

      Ad getAd()
       Output only. Recommended ad.
       
      .google.ads.googleads.v18.resources.Ad ad = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The ad.
    • getAdOrBuilder

      AdOrBuilder getAdOrBuilder()
       Output only. Recommended ad.
       
      .google.ads.googleads.v18.resources.Ad ad = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];