Class CustomLeadFormSubmissionField.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CustomLeadFormSubmissionField.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CustomLeadFormSubmissionField.Builder>
      • getDefaultInstanceForType

        public CustomLeadFormSubmissionField getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public CustomLeadFormSubmissionField build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public CustomLeadFormSubmissionField buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public CustomLeadFormSubmissionField.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      int index,
                                                                      java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CustomLeadFormSubmissionField.Builder>
      • addRepeatedField

        public CustomLeadFormSubmissionField.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CustomLeadFormSubmissionField.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CustomLeadFormSubmissionField.Builder>
      • mergeFrom

        public CustomLeadFormSubmissionField.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CustomLeadFormSubmissionField.Builder>
        Throws:
        java.io.IOException
      • getQuestionText

        public 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];
        Specified by:
        getQuestionText in interface CustomLeadFormSubmissionFieldOrBuilder
        Returns:
        The questionText.
      • getQuestionTextBytes

        public 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];
        Specified by:
        getQuestionTextBytes in interface CustomLeadFormSubmissionFieldOrBuilder
        Returns:
        The bytes for questionText.
      • setQuestionText

        public CustomLeadFormSubmissionField.Builder setQuestionText​(java.lang.String value)
         Output only. Question text for custom question, maximum number of
         characters is 300.
         
        string question_text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The questionText to set.
        Returns:
        This builder for chaining.
      • clearQuestionText

        public CustomLeadFormSubmissionField.Builder clearQuestionText()
         Output only. Question text for custom question, maximum number of
         characters is 300.
         
        string question_text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setQuestionTextBytes

        public CustomLeadFormSubmissionField.Builder setQuestionTextBytes​(com.google.protobuf.ByteString value)
         Output only. Question text for custom question, maximum number of
         characters is 300.
         
        string question_text = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for questionText to set.
        Returns:
        This builder for chaining.
      • getFieldValue

        public 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];
        Specified by:
        getFieldValue in interface CustomLeadFormSubmissionFieldOrBuilder
        Returns:
        The fieldValue.
      • getFieldValueBytes

        public 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];
        Specified by:
        getFieldValueBytes in interface CustomLeadFormSubmissionFieldOrBuilder
        Returns:
        The bytes for fieldValue.
      • setFieldValue

        public CustomLeadFormSubmissionField.Builder setFieldValue​(java.lang.String value)
         Output only. Field value for custom question response, maximum number of
         characters is 70.
         
        string field_value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The fieldValue to set.
        Returns:
        This builder for chaining.
      • clearFieldValue

        public CustomLeadFormSubmissionField.Builder clearFieldValue()
         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:
        This builder for chaining.
      • setFieldValueBytes

        public CustomLeadFormSubmissionField.Builder setFieldValueBytes​(com.google.protobuf.ByteString value)
         Output only. Field value for custom question response, maximum number of
         characters is 70.
         
        string field_value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for fieldValue to set.
        Returns:
        This builder for chaining.