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

com.google.ads.googleads.v17.common.LeadFormCustomQuestionFieldOrBuilder Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface LeadFormCustomQuestionFieldOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.LeadFormCustomQuestionField)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The exact custom question field text (for example, "What kind of vehicle
   * do you have?").
   * 
* * string custom_question_text = 1; * @return The customQuestionText. */ java.lang.String getCustomQuestionText(); /** *
   * The exact custom question field text (for example, "What kind of vehicle
   * do you have?").
   * 
* * string custom_question_text = 1; * @return The bytes for customQuestionText. */ com.google.protobuf.ByteString getCustomQuestionTextBytes(); /** *
   * Answer configuration for a single choice question.
   * Minimum of 2 answers and maximum of 12 allowed.
   * 
* * .google.ads.googleads.v17.common.LeadFormSingleChoiceAnswers single_choice_answers = 2; * @return Whether the singleChoiceAnswers field is set. */ boolean hasSingleChoiceAnswers(); /** *
   * Answer configuration for a single choice question.
   * Minimum of 2 answers and maximum of 12 allowed.
   * 
* * .google.ads.googleads.v17.common.LeadFormSingleChoiceAnswers single_choice_answers = 2; * @return The singleChoiceAnswers. */ com.google.ads.googleads.v17.common.LeadFormSingleChoiceAnswers getSingleChoiceAnswers(); /** *
   * Answer configuration for a single choice question.
   * Minimum of 2 answers and maximum of 12 allowed.
   * 
* * .google.ads.googleads.v17.common.LeadFormSingleChoiceAnswers single_choice_answers = 2; */ com.google.ads.googleads.v17.common.LeadFormSingleChoiceAnswersOrBuilder getSingleChoiceAnswersOrBuilder(); /** *
   * Answer configuration for location question. If true, campaign/account
   * level location data (state, city, business name etc) will be rendered on
   * the Lead Form.
   * Starting V13.1, has_location_answer can only be set for "What is your
   * preferred dealership?" question, for advertisers with Location Assets
   * setup at campaign/account level.
   * 
* * bool has_location_answer = 3; * @return Whether the hasLocationAnswer field is set. */ boolean hasHasLocationAnswer(); /** *
   * Answer configuration for location question. If true, campaign/account
   * level location data (state, city, business name etc) will be rendered on
   * the Lead Form.
   * Starting V13.1, has_location_answer can only be set for "What is your
   * preferred dealership?" question, for advertisers with Location Assets
   * setup at campaign/account level.
   * 
* * bool has_location_answer = 3; * @return The hasLocationAnswer. */ boolean getHasLocationAnswer(); com.google.ads.googleads.v17.common.LeadFormCustomQuestionField.AnswersCase getAnswersCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy