Class ValidationError.Builder

  • All Implemented Interfaces:
    ValidationErrorOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    ValidationError

    public static final class ValidationError.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
    implements ValidationErrorOrBuilder
     Represents a single validation error.
     
    Protobuf type google.cloud.dialogflow.v2beta1.ValidationError
    • 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<ValidationError.Builder>
      • clear

        public ValidationError.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationError.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<ValidationError.Builder>
      • getDefaultInstanceForType

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

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

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

        public ValidationError.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
      • setField

        public ValidationError.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
      • clearField

        public ValidationError.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
      • clearOneof

        public ValidationError.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
      • setRepeatedField

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

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

        public ValidationError.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ValidationError.Builder>
      • isInitialized

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

        public ValidationError.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws 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<ValidationError.Builder>
        Throws:
        IOException
      • getSeverityValue

        public int getSeverityValue()
         The severity of the error.
         
        .google.cloud.dialogflow.v2beta1.ValidationError.Severity severity = 1;
        Specified by:
        getSeverityValue in interface ValidationErrorOrBuilder
        Returns:
        The enum numeric value on the wire for severity.
      • setSeverityValue

        public ValidationError.Builder setSeverityValue​(int value)
         The severity of the error.
         
        .google.cloud.dialogflow.v2beta1.ValidationError.Severity severity = 1;
        Parameters:
        value - The enum numeric value on the wire for severity to set.
        Returns:
        This builder for chaining.
      • setSeverity

        public ValidationError.Builder setSeverity​(ValidationError.Severity value)
         The severity of the error.
         
        .google.cloud.dialogflow.v2beta1.ValidationError.Severity severity = 1;
        Parameters:
        value - The severity to set.
        Returns:
        This builder for chaining.
      • clearSeverity

        public ValidationError.Builder clearSeverity()
         The severity of the error.
         
        .google.cloud.dialogflow.v2beta1.ValidationError.Severity severity = 1;
        Returns:
        This builder for chaining.
      • getEntriesList

        public com.google.protobuf.ProtocolStringList getEntriesList()
         The names of the entries that the error is associated with.
         Format:
        
         - `projects/<Project ID>/agent`, if the error is associated with the entire
         agent.
         - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is
         associated with certain intents.
         - `projects/<Project ID>/agent/intents/<Intent
         Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with
         certain intent training phrases.
         - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter
         ID>`, if the error is associated with certain intent parameters.
         - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is
         associated with certain entities.
         
        repeated string entries = 3;
        Specified by:
        getEntriesList in interface ValidationErrorOrBuilder
        Returns:
        A list containing the entries.
      • getEntriesCount

        public int getEntriesCount()
         The names of the entries that the error is associated with.
         Format:
        
         - `projects/<Project ID>/agent`, if the error is associated with the entire
         agent.
         - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is
         associated with certain intents.
         - `projects/<Project ID>/agent/intents/<Intent
         Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with
         certain intent training phrases.
         - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter
         ID>`, if the error is associated with certain intent parameters.
         - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is
         associated with certain entities.
         
        repeated string entries = 3;
        Specified by:
        getEntriesCount in interface ValidationErrorOrBuilder
        Returns:
        The count of entries.
      • getEntries

        public String getEntries​(int index)
         The names of the entries that the error is associated with.
         Format:
        
         - `projects/<Project ID>/agent`, if the error is associated with the entire
         agent.
         - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is
         associated with certain intents.
         - `projects/<Project ID>/agent/intents/<Intent
         Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with
         certain intent training phrases.
         - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter
         ID>`, if the error is associated with certain intent parameters.
         - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is
         associated with certain entities.
         
        repeated string entries = 3;
        Specified by:
        getEntries in interface ValidationErrorOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The entries at the given index.
      • getEntriesBytes

        public com.google.protobuf.ByteString getEntriesBytes​(int index)
         The names of the entries that the error is associated with.
         Format:
        
         - `projects/<Project ID>/agent`, if the error is associated with the entire
         agent.
         - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is
         associated with certain intents.
         - `projects/<Project ID>/agent/intents/<Intent
         Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with
         certain intent training phrases.
         - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter
         ID>`, if the error is associated with certain intent parameters.
         - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is
         associated with certain entities.
         
        repeated string entries = 3;
        Specified by:
        getEntriesBytes in interface ValidationErrorOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the entries at the given index.
      • setEntries

        public ValidationError.Builder setEntries​(int index,
                                                  String value)
         The names of the entries that the error is associated with.
         Format:
        
         - `projects/<Project ID>/agent`, if the error is associated with the entire
         agent.
         - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is
         associated with certain intents.
         - `projects/<Project ID>/agent/intents/<Intent
         Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with
         certain intent training phrases.
         - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter
         ID>`, if the error is associated with certain intent parameters.
         - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is
         associated with certain entities.
         
        repeated string entries = 3;
        Parameters:
        index - The index to set the value at.
        value - The entries to set.
        Returns:
        This builder for chaining.
      • addEntries

        public ValidationError.Builder addEntries​(String value)
         The names of the entries that the error is associated with.
         Format:
        
         - `projects/<Project ID>/agent`, if the error is associated with the entire
         agent.
         - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is
         associated with certain intents.
         - `projects/<Project ID>/agent/intents/<Intent
         Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with
         certain intent training phrases.
         - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter
         ID>`, if the error is associated with certain intent parameters.
         - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is
         associated with certain entities.
         
        repeated string entries = 3;
        Parameters:
        value - The entries to add.
        Returns:
        This builder for chaining.
      • addAllEntries

        public ValidationError.Builder addAllEntries​(Iterable<String> values)
         The names of the entries that the error is associated with.
         Format:
        
         - `projects/<Project ID>/agent`, if the error is associated with the entire
         agent.
         - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is
         associated with certain intents.
         - `projects/<Project ID>/agent/intents/<Intent
         Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with
         certain intent training phrases.
         - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter
         ID>`, if the error is associated with certain intent parameters.
         - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is
         associated with certain entities.
         
        repeated string entries = 3;
        Parameters:
        values - The entries to add.
        Returns:
        This builder for chaining.
      • clearEntries

        public ValidationError.Builder clearEntries()
         The names of the entries that the error is associated with.
         Format:
        
         - `projects/<Project ID>/agent`, if the error is associated with the entire
         agent.
         - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is
         associated with certain intents.
         - `projects/<Project ID>/agent/intents/<Intent
         Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with
         certain intent training phrases.
         - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter
         ID>`, if the error is associated with certain intent parameters.
         - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is
         associated with certain entities.
         
        repeated string entries = 3;
        Returns:
        This builder for chaining.
      • addEntriesBytes

        public ValidationError.Builder addEntriesBytes​(com.google.protobuf.ByteString value)
         The names of the entries that the error is associated with.
         Format:
        
         - `projects/<Project ID>/agent`, if the error is associated with the entire
         agent.
         - `projects/<Project ID>/agent/intents/<Intent ID>`, if the error is
         associated with certain intents.
         - `projects/<Project ID>/agent/intents/<Intent
         Id>/trainingPhrases/<Training Phrase ID>`, if the error is associated with
         certain intent training phrases.
         - `projects/<Project ID>/agent/intents/<Intent Id>/parameters/<Parameter
         ID>`, if the error is associated with certain intent parameters.
         - `projects/<Project ID>/agent/entities/<Entity ID>`, if the error is
         associated with certain entities.
         
        repeated string entries = 3;
        Parameters:
        value - The bytes of the entries to add.
        Returns:
        This builder for chaining.
      • getErrorMessageBytes

        public com.google.protobuf.ByteString getErrorMessageBytes()
         The detailed error message.
         
        string error_message = 4;
        Specified by:
        getErrorMessageBytes in interface ValidationErrorOrBuilder
        Returns:
        The bytes for errorMessage.
      • setErrorMessage

        public ValidationError.Builder setErrorMessage​(String value)
         The detailed error message.
         
        string error_message = 4;
        Parameters:
        value - The errorMessage to set.
        Returns:
        This builder for chaining.
      • clearErrorMessage

        public ValidationError.Builder clearErrorMessage()
         The detailed error message.
         
        string error_message = 4;
        Returns:
        This builder for chaining.
      • setErrorMessageBytes

        public ValidationError.Builder setErrorMessageBytes​(com.google.protobuf.ByteString value)
         The detailed error message.
         
        string error_message = 4;
        Parameters:
        value - The bytes for errorMessage to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ValidationError.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>
      • mergeUnknownFields

        public final ValidationError.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ValidationError.Builder>