
com.google.ads.googleads.v9.common.LeadFormFieldOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v9 Show documentation
Show all versions of google-ads-stubs-v9 Show documentation
Stubs for GAAPI version google-ads-stubs-v9
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v9/common/asset_types.proto
package com.google.ads.googleads.v9.common;
public interface LeadFormFieldOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v9.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 "Do you own a car?".
*
*
* .google.ads.googleads.v9.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 "Do you own a car?".
*
*
* .google.ads.googleads.v9.enums.LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType input_type = 1;
* @return The inputType.
*/
com.google.ads.googleads.v9.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.v9.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.v9.common.LeadFormSingleChoiceAnswers single_choice_answers = 2;
* @return The singleChoiceAnswers.
*/
com.google.ads.googleads.v9.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.v9.common.LeadFormSingleChoiceAnswers single_choice_answers = 2;
*/
com.google.ads.googleads.v9.common.LeadFormSingleChoiceAnswersOrBuilder getSingleChoiceAnswersOrBuilder();
public com.google.ads.googleads.v9.common.LeadFormField.AnswersCase getAnswersCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy