Interface LeadFormFieldOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    LeadFormField, LeadFormField.Builder

    public interface LeadFormFieldOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getInputTypeValue

        int getInputTypeValue()
         Describes the input type, which may be a predefined type such as
         "full name" or a pre-vetted question like "Do you own a car?".
         
        .google.ads.googleads.v10.enums.LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType input_type = 1;
        Returns:
        The enum numeric value on the wire for inputType.
      • getInputType

        LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType getInputType()
         Describes the input type, which may be a predefined type such as
         "full name" or a pre-vetted question like "Do you own a car?".
         
        .google.ads.googleads.v10.enums.LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType input_type = 1;
        Returns:
        The inputType.
      • hasSingleChoiceAnswers

        boolean hasSingleChoiceAnswers()
         Answer configuration for a single choice question. Can be set only for
         pre-vetted question fields. Minimum of 2 answers required and maximum of
         12 allowed.
         
        .google.ads.googleads.v10.common.LeadFormSingleChoiceAnswers single_choice_answers = 2;
        Returns:
        Whether the singleChoiceAnswers field is set.
      • getSingleChoiceAnswers

        LeadFormSingleChoiceAnswers getSingleChoiceAnswers()
         Answer configuration for a single choice question. Can be set only for
         pre-vetted question fields. Minimum of 2 answers required and maximum of
         12 allowed.
         
        .google.ads.googleads.v10.common.LeadFormSingleChoiceAnswers single_choice_answers = 2;
        Returns:
        The singleChoiceAnswers.
      • getSingleChoiceAnswersOrBuilder

        LeadFormSingleChoiceAnswersOrBuilder getSingleChoiceAnswersOrBuilder()
         Answer configuration for a single choice question. Can be set only for
         pre-vetted question fields. Minimum of 2 answers required and maximum of
         12 allowed.
         
        .google.ads.googleads.v10.common.LeadFormSingleChoiceAnswers single_choice_answers = 2;