Interface CustomLeadFormSubmissionFieldOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CustomLeadFormSubmissionField, CustomLeadFormSubmissionField.Builder

public interface CustomLeadFormSubmissionFieldOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getQuestionText

      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];
      Returns:
      The questionText.
    • getQuestionTextBytes

      com.google.protobuf.ByteString getQuestionTextBytes()
       Output only. Question text for custom question, maximum number of
       characters is 300.
       
      string question_text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for questionText.
    • getFieldValue

      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];
      Returns:
      The fieldValue.
    • getFieldValueBytes

      com.google.protobuf.ByteString getFieldValueBytes()
       Output only. Field value for custom question response, maximum number of
       characters is 70.
       
      string field_value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for fieldValue.