All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.common.LeadFormFieldOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/asset_types.proto

package com.google.ads.googleads.v10.common;

public interface LeadFormFieldOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.LeadFormField)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Describes the input type, which may be a predefined type such as "full
   * name" or a pre-vetted question like "What kind of vehicle do you have?".
   * 
* * .google.ads.googleads.v10.enums.LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType input_type = 1; * @return The enum numeric value on the wire for inputType. */ int getInputTypeValue(); /** *
   * Describes the input type, which may be a predefined type such as "full
   * name" or a pre-vetted question like "What kind of vehicle do you have?".
   * 
* * .google.ads.googleads.v10.enums.LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType input_type = 1; * @return The inputType. */ com.google.ads.googleads.v10.enums.LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType getInputType(); /** *
   * 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; * @return Whether the singleChoiceAnswers field is set. */ 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; * @return The singleChoiceAnswers. */ com.google.ads.googleads.v10.common.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; */ com.google.ads.googleads.v10.common.LeadFormSingleChoiceAnswersOrBuilder getSingleChoiceAnswersOrBuilder(); public com.google.ads.googleads.v10.common.LeadFormField.AnswersCase getAnswersCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy