
com.google.ads.googleads.v11.common.LeadFormCustomQuestionFieldOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v11 Show documentation
Show all versions of google-ads-stubs-v11 Show documentation
Stubs for GAAPI version google-ads-stubs-v11
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v11/common/asset_types.proto
package com.google.ads.googleads.v11.common;
public interface LeadFormCustomQuestionFieldOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v11.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.v11.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.v11.common.LeadFormSingleChoiceAnswers single_choice_answers = 2;
* @return The singleChoiceAnswers.
*/
com.google.ads.googleads.v11.common.LeadFormSingleChoiceAnswers getSingleChoiceAnswers();
/**
*
* Answer configuration for a single choice question.
* Minimum of 2 answers and maximum of 12 allowed.
*
*
* .google.ads.googleads.v11.common.LeadFormSingleChoiceAnswers single_choice_answers = 2;
*/
com.google.ads.googleads.v11.common.LeadFormSingleChoiceAnswersOrBuilder getSingleChoiceAnswersOrBuilder();
public com.google.ads.googleads.v11.common.LeadFormCustomQuestionField.AnswersCase getAnswersCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy