Interface LeadFormCustomQuestionFieldOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LeadFormCustomQuestionField,LeadFormCustomQuestionField.Builder
public interface LeadFormCustomQuestionFieldOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LeadFormCustomQuestionField.AnswersCasegetAnswersCase()java.lang.StringgetCustomQuestionText()The exact custom question field text (e.g.com.google.protobuf.ByteStringgetCustomQuestionTextBytes()The exact custom question field text (e.g.LeadFormSingleChoiceAnswersgetSingleChoiceAnswers()Answer configuration for a single choice question.LeadFormSingleChoiceAnswersOrBuildergetSingleChoiceAnswersOrBuilder()Answer configuration for a single choice question.booleanhasSingleChoiceAnswers()Answer configuration for a single choice question.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCustomQuestionText
java.lang.String getCustomQuestionText()
The exact custom question field text (e.g. "Do you own a car?").
string custom_question_text = 1;- Returns:
- The customQuestionText.
-
getCustomQuestionTextBytes
com.google.protobuf.ByteString getCustomQuestionTextBytes()
The exact custom question field text (e.g. "Do you own a car?").
string custom_question_text = 1;- Returns:
- The bytes for customQuestionText.
-
hasSingleChoiceAnswers
boolean hasSingleChoiceAnswers()
Answer configuration for a single choice question. Minimum of 2 answers 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. Minimum of 2 answers 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. Minimum of 2 answers and maximum of 12 allowed.
.google.ads.googleads.v10.common.LeadFormSingleChoiceAnswers single_choice_answers = 2;
-
getAnswersCase
LeadFormCustomQuestionField.AnswersCase getAnswersCase()
-
-