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
Modifier and TypeMethodDescriptionbooleanEnabling 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.booleanEnabling 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.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-