Interface ApplyRecommendationOperation.LeadFormAssetParametersOrBuilder

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

public static interface ApplyRecommendationOperation.LeadFormAssetParametersOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasAdAssetApplyParameters

      boolean hasAdAssetApplyParameters()
       Required. Lead form assets to be added. This is a required field.
       
      .google.ads.googleads.v18.services.ApplyRecommendationOperation.AdAssetApplyParameters ad_asset_apply_parameters = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the adAssetApplyParameters field is set.
    • getAdAssetApplyParameters

       Required. Lead form assets to be added. This is a required field.
       
      .google.ads.googleads.v18.services.ApplyRecommendationOperation.AdAssetApplyParameters ad_asset_apply_parameters = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The adAssetApplyParameters.
    • getAdAssetApplyParametersOrBuilder

       Required. Lead form assets to be added. This is a required field.
       
      .google.ads.googleads.v18.services.ApplyRecommendationOperation.AdAssetApplyParameters ad_asset_apply_parameters = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasSetSubmitLeadFormAssetCampaignGoal

      boolean hasSetSubmitLeadFormAssetCampaignGoal()
       If true, the "Submit Lead Form" goal will be set on the target campaign.
       As a result, ads will be shown as lead form creative ads. If false,
       the "Submit Lead Form" goal will not be set on the campaign and ads will
       contain lead form assets.
       
      optional bool set_submit_lead_form_asset_campaign_goal = 2;
      Returns:
      Whether the setSubmitLeadFormAssetCampaignGoal field is set.
    • getSetSubmitLeadFormAssetCampaignGoal

      boolean getSetSubmitLeadFormAssetCampaignGoal()
       If true, the "Submit Lead Form" goal will be set on the target campaign.
       As a result, ads will be shown as lead form creative ads. If false,
       the "Submit Lead Form" goal will not be set on the campaign and ads will
       contain lead form assets.
       
      optional bool set_submit_lead_form_asset_campaign_goal = 2;
      Returns:
      The setSubmitLeadFormAssetCampaignGoal.