Interface SmartCampaignSetting.AdOptimizedBusinessProfileSettingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SmartCampaignSetting.AdOptimizedBusinessProfileSetting,SmartCampaignSetting.AdOptimizedBusinessProfileSetting.Builder
- Enclosing class:
- SmartCampaignSetting
public static interface SmartCampaignSetting.AdOptimizedBusinessProfileSettingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetIncludeLeadForm()Enabling a lead form on your business profile enables prospective customers to contact your business by filling out a simple form, and you'll receive their information through email.booleanhasIncludeLeadForm()Enabling a lead form on your business profile enables prospective customers to contact your business by filling out a simple form, and you'll receive their information through email.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIncludeLeadForm
boolean hasIncludeLeadForm()
Enabling a lead form on your business profile enables prospective customers to contact your business by filling out a simple form, and you'll receive their information through email.
optional bool include_lead_form = 1;- Returns:
- Whether the includeLeadForm field is set.
-
getIncludeLeadForm
boolean getIncludeLeadForm()
Enabling a lead form on your business profile enables prospective customers to contact your business by filling out a simple form, and you'll receive their information through email.
optional bool include_lead_form = 1;- Returns:
- The includeLeadForm.
-
-