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

com.google.ads.googleads.v17.resources.CustomLeadFormSubmissionFieldOrBuilder Maven / Gradle / Ivy

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

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

public interface CustomLeadFormSubmissionFieldOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CustomLeadFormSubmissionField)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. Question text for custom question, maximum number of
   * characters is 300.
   * 
* * string question_text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The questionText. */ java.lang.String getQuestionText(); /** *
   * Output only. Question text for custom question, maximum number of
   * characters is 300.
   * 
* * string question_text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for questionText. */ com.google.protobuf.ByteString getQuestionTextBytes(); /** *
   * Output only. Field value for custom question response, maximum number of
   * characters is 70.
   * 
* * string field_value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The fieldValue. */ java.lang.String getFieldValue(); /** *
   * Output only. Field value for custom question response, maximum number of
   * characters is 70.
   * 
* * string field_value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for fieldValue. */ com.google.protobuf.ByteString getFieldValueBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy