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 Summary
Modifier and TypeMethodDescriptionRequired.Required.booleanIf true, the "Submit Lead Form" goal will be set on the target campaign.booleanRequired.booleanIf true, the "Submit Lead Form" goal will be set on the target campaign.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
ApplyRecommendationOperation.AdAssetApplyParameters 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
ApplyRecommendationOperation.AdAssetApplyParametersOrBuilder 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.
-