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

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

The newest version!
// 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 LeadFormSingleChoiceAnswersOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.LeadFormSingleChoiceAnswers)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * List of choices for a single question field. The order of entries defines
   * UI order. Minimum of 2 answers required and maximum of 12 allowed.
   * 
* * repeated string answers = 1; * @return A list containing the answers. */ java.util.List getAnswersList(); /** *
   * List of choices for a single question field. The order of entries defines
   * UI order. Minimum of 2 answers required and maximum of 12 allowed.
   * 
* * repeated string answers = 1; * @return The count of answers. */ int getAnswersCount(); /** *
   * List of choices for a single question field. The order of entries defines
   * UI order. Minimum of 2 answers required and maximum of 12 allowed.
   * 
* * repeated string answers = 1; * @param index The index of the element to return. * @return The answers at the given index. */ java.lang.String getAnswers(int index); /** *
   * List of choices for a single question field. The order of entries defines
   * UI order. Minimum of 2 answers required and maximum of 12 allowed.
   * 
* * repeated string answers = 1; * @param index The index of the value to return. * @return The bytes of the answers at the given index. */ com.google.protobuf.ByteString getAnswersBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy