Interface SmartCampaignSetting.AdOptimizedBusinessProfileSettingOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
      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.
      • 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 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.