Interface CustomLeadFormSubmissionFieldOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getFieldValue()
      Output only.
      com.google.protobuf.ByteString getFieldValueBytes()
      Output only.
      java.lang.String getQuestionText()
      Output only.
      com.google.protobuf.ByteString getQuestionTextBytes()
      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 Detail

      • getQuestionText

        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];
        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

        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];
        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.