Class Validate.MessageRules.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Validate.MessageRulesOrBuilder, java.lang.Cloneable
    Enclosing class:
    Validate.MessageRules

    public static final class Validate.MessageRules.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Validate.MessageRules.Builder>
    implements Validate.MessageRulesOrBuilder
     MessageRules describe the constraints applied to embedded message values.
     For message-type fields, validation is performed recursively.
     
    Protobuf type validate.MessageRules
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Validate.MessageRules build()  
      Validate.MessageRules buildPartial()  
      Validate.MessageRules.Builder clear()  
      Validate.MessageRules.Builder clearRequired()
      Required specifies that this field must be set
      Validate.MessageRules.Builder clearSkip()
      Skip specifies that the validation rules of this field should not be evaluated
      Validate.MessageRules getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      com.google.protobuf.Descriptors.Descriptor getDescriptorForType()  
      boolean getRequired()
      Required specifies that this field must be set
      boolean getSkip()
      Skip specifies that the validation rules of this field should not be evaluated
      boolean hasRequired()
      Required specifies that this field must be set
      boolean hasSkip()
      Skip specifies that the validation rules of this field should not be evaluated
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
      boolean isInitialized()  
      Validate.MessageRules.Builder mergeFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      Validate.MessageRules.Builder mergeFrom​(com.google.protobuf.Message other)  
      Validate.MessageRules.Builder mergeFrom​(Validate.MessageRules other)  
      Validate.MessageRules.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)  
      Validate.MessageRules.Builder setRequired​(boolean value)
      Required specifies that this field must be set
      Validate.MessageRules.Builder setSkip​(boolean value)
      Skip specifies that the validation rules of this field should not be evaluated
      Validate.MessageRules.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)  
      • Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

        addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
      • Methods inherited from class com.google.protobuf.AbstractMessage.Builder

        findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.Message.Builder

        mergeDelimitedFrom, mergeDelimitedFrom
      • Methods inherited from interface com.google.protobuf.MessageLite.Builder

        mergeFrom
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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<Validate.MessageRules.Builder>
      • clear

        public Validate.MessageRules.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<Validate.MessageRules.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<Validate.MessageRules.Builder>
      • getDefaultInstanceForType

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

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

        public Validate.MessageRules buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public Validate.MessageRules.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<Validate.MessageRules.Builder>
        Throws:
        java.io.IOException
      • hasSkip

        public boolean hasSkip()
         Skip specifies that the validation rules of this field should not be
         evaluated
         
        optional bool skip = 1;
        Specified by:
        hasSkip in interface Validate.MessageRulesOrBuilder
        Returns:
        Whether the skip field is set.
      • getSkip

        public boolean getSkip()
         Skip specifies that the validation rules of this field should not be
         evaluated
         
        optional bool skip = 1;
        Specified by:
        getSkip in interface Validate.MessageRulesOrBuilder
        Returns:
        The skip.
      • setSkip

        public Validate.MessageRules.Builder setSkip​(boolean value)
         Skip specifies that the validation rules of this field should not be
         evaluated
         
        optional bool skip = 1;
        Parameters:
        value - The skip to set.
        Returns:
        This builder for chaining.
      • clearSkip

        public Validate.MessageRules.Builder clearSkip()
         Skip specifies that the validation rules of this field should not be
         evaluated
         
        optional bool skip = 1;
        Returns:
        This builder for chaining.
      • hasRequired

        public boolean hasRequired()
         Required specifies that this field must be set
         
        optional bool required = 2;
        Specified by:
        hasRequired in interface Validate.MessageRulesOrBuilder
        Returns:
        Whether the required field is set.
      • getRequired

        public boolean getRequired()
         Required specifies that this field must be set
         
        optional bool required = 2;
        Specified by:
        getRequired in interface Validate.MessageRulesOrBuilder
        Returns:
        The required.
      • setRequired

        public Validate.MessageRules.Builder setRequired​(boolean value)
         Required specifies that this field must be set
         
        optional bool required = 2;
        Parameters:
        value - The required to set.
        Returns:
        This builder for chaining.
      • clearRequired

        public Validate.MessageRules.Builder clearRequired()
         Required specifies that this field must be set
         
        optional bool required = 2;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Validate.MessageRules.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<Validate.MessageRules.Builder>
      • mergeUnknownFields

        public final Validate.MessageRules.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<Validate.MessageRules.Builder>