Class Validate.TimestampRules.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<Validate.TimestampRules.Builder>
io.envoyproxy.pgv.validate.Validate.TimestampRules.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Validate.TimestampRulesOrBuilder, Cloneable
Enclosing class:
Validate.TimestampRules

public static final class Validate.TimestampRules.Builder extends com.google.protobuf.GeneratedMessage.Builder<Validate.TimestampRules.Builder> implements Validate.TimestampRulesOrBuilder
 TimestampRules describe the constraints applied exclusively to the
 `google.protobuf.Timestamp` well-known type
 
Protobuf type validate.TimestampRules
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    Const specifies that this field must be exactly the specified value
    Gt specifies that this field must be greater than the specified value, exclusive
    Gte specifies that this field must be greater than the specified value, inclusive
    GtNow specifies that this must be greater than the current time.
    Lt specifies that this field must be less than the specified value, exclusive
    Lte specifies that this field must be less than the specified value, inclusive
    LtNow specifies that this must be less than the current time.
    Required specifies that this field must be set
    Within specifies that this field must be within this duration of the current time.
    com.google.protobuf.Timestamp
    Const specifies that this field must be exactly the specified value
    com.google.protobuf.Timestamp.Builder
    Const specifies that this field must be exactly the specified value
    com.google.protobuf.TimestampOrBuilder
    Const specifies that this field must be exactly the specified value
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    com.google.protobuf.Descriptors.Descriptor
     
    com.google.protobuf.Timestamp
    Gt specifies that this field must be greater than the specified value, exclusive
    com.google.protobuf.Timestamp.Builder
    Gt specifies that this field must be greater than the specified value, exclusive
    com.google.protobuf.Timestamp
    Gte specifies that this field must be greater than the specified value, inclusive
    com.google.protobuf.Timestamp.Builder
    Gte specifies that this field must be greater than the specified value, inclusive
    com.google.protobuf.TimestampOrBuilder
    Gte specifies that this field must be greater than the specified value, inclusive
    boolean
    GtNow specifies that this must be greater than the current time.
    com.google.protobuf.TimestampOrBuilder
    Gt specifies that this field must be greater than the specified value, exclusive
    com.google.protobuf.Timestamp
    Lt specifies that this field must be less than the specified value, exclusive
    com.google.protobuf.Timestamp.Builder
    Lt specifies that this field must be less than the specified value, exclusive
    com.google.protobuf.Timestamp
    Lte specifies that this field must be less than the specified value, inclusive
    com.google.protobuf.Timestamp.Builder
    Lte specifies that this field must be less than the specified value, inclusive
    com.google.protobuf.TimestampOrBuilder
    Lte specifies that this field must be less than the specified value, inclusive
    boolean
    LtNow specifies that this must be less than the current time.
    com.google.protobuf.TimestampOrBuilder
    Lt specifies that this field must be less than the specified value, exclusive
    boolean
    Required specifies that this field must be set
    com.google.protobuf.Duration
    Within specifies that this field must be within this duration of the current time.
    com.google.protobuf.Duration.Builder
    Within specifies that this field must be within this duration of the current time.
    com.google.protobuf.DurationOrBuilder
    Within specifies that this field must be within this duration of the current time.
    boolean
    Const specifies that this field must be exactly the specified value
    boolean
    Gt specifies that this field must be greater than the specified value, exclusive
    boolean
    Gte specifies that this field must be greater than the specified value, inclusive
    boolean
    GtNow specifies that this must be greater than the current time.
    boolean
    Lt specifies that this field must be less than the specified value, exclusive
    boolean
    Lte specifies that this field must be less than the specified value, inclusive
    boolean
    LtNow specifies that this must be less than the current time.
    boolean
    Required specifies that this field must be set
    boolean
    Within specifies that this field must be within this duration of the current time.
    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     
    final boolean
     
    mergeConst(com.google.protobuf.Timestamp value)
    Const specifies that this field must be exactly the specified value
    mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    mergeFrom(com.google.protobuf.Message other)
     
     
    mergeGt(com.google.protobuf.Timestamp value)
    Gt specifies that this field must be greater than the specified value, exclusive
    mergeGte(com.google.protobuf.Timestamp value)
    Gte specifies that this field must be greater than the specified value, inclusive
    mergeLt(com.google.protobuf.Timestamp value)
    Lt specifies that this field must be less than the specified value, exclusive
    mergeLte(com.google.protobuf.Timestamp value)
    Lte specifies that this field must be less than the specified value, inclusive
    mergeWithin(com.google.protobuf.Duration value)
    Within specifies that this field must be within this duration of the current time.
    setConst(com.google.protobuf.Timestamp value)
    Const specifies that this field must be exactly the specified value
    setConst(com.google.protobuf.Timestamp.Builder builderForValue)
    Const specifies that this field must be exactly the specified value
    setGt(com.google.protobuf.Timestamp value)
    Gt specifies that this field must be greater than the specified value, exclusive
    setGt(com.google.protobuf.Timestamp.Builder builderForValue)
    Gt specifies that this field must be greater than the specified value, exclusive
    setGte(com.google.protobuf.Timestamp value)
    Gte specifies that this field must be greater than the specified value, inclusive
    setGte(com.google.protobuf.Timestamp.Builder builderForValue)
    Gte specifies that this field must be greater than the specified value, inclusive
    setGtNow(boolean value)
    GtNow specifies that this must be greater than the current time.
    setLt(com.google.protobuf.Timestamp value)
    Lt specifies that this field must be less than the specified value, exclusive
    setLt(com.google.protobuf.Timestamp.Builder builderForValue)
    Lt specifies that this field must be less than the specified value, exclusive
    setLte(com.google.protobuf.Timestamp value)
    Lte specifies that this field must be less than the specified value, inclusive
    setLte(com.google.protobuf.Timestamp.Builder builderForValue)
    Lte specifies that this field must be less than the specified value, inclusive
    setLtNow(boolean value)
    LtNow specifies that this must be less than the current time.
    setRequired(boolean value)
    Required specifies that this field must be set
    setWithin(com.google.protobuf.Duration value)
    Within specifies that this field must be within this duration of the current time.
    setWithin(com.google.protobuf.Duration.Builder builderForValue)
    Within specifies that this field must be within this duration of the current time.

    Methods inherited from class com.google.protobuf.GeneratedMessage.Builder

    addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, 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 Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Validate.TimestampRules.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.GeneratedMessage.Builder<Validate.TimestampRules.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.GeneratedMessage.Builder<Validate.TimestampRules.Builder>
    • getDefaultInstanceForType

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

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

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

      public Validate.TimestampRules.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<Validate.TimestampRules.Builder>
    • mergeFrom

    • isInitialized

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

      public Validate.TimestampRules.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<Validate.TimestampRules.Builder>
      Throws:
      IOException
    • hasRequired

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

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

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

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

      public boolean hasConst()
       Const specifies that this field must be exactly the specified value
       
      optional .google.protobuf.Timestamp const = 2;
      Specified by:
      hasConst in interface Validate.TimestampRulesOrBuilder
      Returns:
      Whether the const field is set.
    • getConst

      public com.google.protobuf.Timestamp getConst()
       Const specifies that this field must be exactly the specified value
       
      optional .google.protobuf.Timestamp const = 2;
      Specified by:
      getConst in interface Validate.TimestampRulesOrBuilder
      Returns:
      The const.
    • setConst

      public Validate.TimestampRules.Builder setConst(com.google.protobuf.Timestamp value)
       Const specifies that this field must be exactly the specified value
       
      optional .google.protobuf.Timestamp const = 2;
    • setConst

      public Validate.TimestampRules.Builder setConst(com.google.protobuf.Timestamp.Builder builderForValue)
       Const specifies that this field must be exactly the specified value
       
      optional .google.protobuf.Timestamp const = 2;
    • mergeConst

      public Validate.TimestampRules.Builder mergeConst(com.google.protobuf.Timestamp value)
       Const specifies that this field must be exactly the specified value
       
      optional .google.protobuf.Timestamp const = 2;
    • clearConst

      public Validate.TimestampRules.Builder clearConst()
       Const specifies that this field must be exactly the specified value
       
      optional .google.protobuf.Timestamp const = 2;
    • getConstBuilder

      public com.google.protobuf.Timestamp.Builder getConstBuilder()
       Const specifies that this field must be exactly the specified value
       
      optional .google.protobuf.Timestamp const = 2;
    • getConstOrBuilder

      public com.google.protobuf.TimestampOrBuilder getConstOrBuilder()
       Const specifies that this field must be exactly the specified value
       
      optional .google.protobuf.Timestamp const = 2;
      Specified by:
      getConstOrBuilder in interface Validate.TimestampRulesOrBuilder
    • hasLt

      public boolean hasLt()
       Lt specifies that this field must be less than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp lt = 3;
      Specified by:
      hasLt in interface Validate.TimestampRulesOrBuilder
      Returns:
      Whether the lt field is set.
    • getLt

      public com.google.protobuf.Timestamp getLt()
       Lt specifies that this field must be less than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp lt = 3;
      Specified by:
      getLt in interface Validate.TimestampRulesOrBuilder
      Returns:
      The lt.
    • setLt

      public Validate.TimestampRules.Builder setLt(com.google.protobuf.Timestamp value)
       Lt specifies that this field must be less than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp lt = 3;
    • setLt

      public Validate.TimestampRules.Builder setLt(com.google.protobuf.Timestamp.Builder builderForValue)
       Lt specifies that this field must be less than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp lt = 3;
    • mergeLt

      public Validate.TimestampRules.Builder mergeLt(com.google.protobuf.Timestamp value)
       Lt specifies that this field must be less than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp lt = 3;
    • clearLt

       Lt specifies that this field must be less than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp lt = 3;
    • getLtBuilder

      public com.google.protobuf.Timestamp.Builder getLtBuilder()
       Lt specifies that this field must be less than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp lt = 3;
    • getLtOrBuilder

      public com.google.protobuf.TimestampOrBuilder getLtOrBuilder()
       Lt specifies that this field must be less than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp lt = 3;
      Specified by:
      getLtOrBuilder in interface Validate.TimestampRulesOrBuilder
    • hasLte

      public boolean hasLte()
       Lte specifies that this field must be less than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp lte = 4;
      Specified by:
      hasLte in interface Validate.TimestampRulesOrBuilder
      Returns:
      Whether the lte field is set.
    • getLte

      public com.google.protobuf.Timestamp getLte()
       Lte specifies that this field must be less than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp lte = 4;
      Specified by:
      getLte in interface Validate.TimestampRulesOrBuilder
      Returns:
      The lte.
    • setLte

      public Validate.TimestampRules.Builder setLte(com.google.protobuf.Timestamp value)
       Lte specifies that this field must be less than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp lte = 4;
    • setLte

      public Validate.TimestampRules.Builder setLte(com.google.protobuf.Timestamp.Builder builderForValue)
       Lte specifies that this field must be less than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp lte = 4;
    • mergeLte

      public Validate.TimestampRules.Builder mergeLte(com.google.protobuf.Timestamp value)
       Lte specifies that this field must be less than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp lte = 4;
    • clearLte

       Lte specifies that this field must be less than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp lte = 4;
    • getLteBuilder

      public com.google.protobuf.Timestamp.Builder getLteBuilder()
       Lte specifies that this field must be less than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp lte = 4;
    • getLteOrBuilder

      public com.google.protobuf.TimestampOrBuilder getLteOrBuilder()
       Lte specifies that this field must be less than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp lte = 4;
      Specified by:
      getLteOrBuilder in interface Validate.TimestampRulesOrBuilder
    • hasGt

      public boolean hasGt()
       Gt specifies that this field must be greater than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp gt = 5;
      Specified by:
      hasGt in interface Validate.TimestampRulesOrBuilder
      Returns:
      Whether the gt field is set.
    • getGt

      public com.google.protobuf.Timestamp getGt()
       Gt specifies that this field must be greater than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp gt = 5;
      Specified by:
      getGt in interface Validate.TimestampRulesOrBuilder
      Returns:
      The gt.
    • setGt

      public Validate.TimestampRules.Builder setGt(com.google.protobuf.Timestamp value)
       Gt specifies that this field must be greater than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp gt = 5;
    • setGt

      public Validate.TimestampRules.Builder setGt(com.google.protobuf.Timestamp.Builder builderForValue)
       Gt specifies that this field must be greater than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp gt = 5;
    • mergeGt

      public Validate.TimestampRules.Builder mergeGt(com.google.protobuf.Timestamp value)
       Gt specifies that this field must be greater than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp gt = 5;
    • clearGt

       Gt specifies that this field must be greater than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp gt = 5;
    • getGtBuilder

      public com.google.protobuf.Timestamp.Builder getGtBuilder()
       Gt specifies that this field must be greater than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp gt = 5;
    • getGtOrBuilder

      public com.google.protobuf.TimestampOrBuilder getGtOrBuilder()
       Gt specifies that this field must be greater than the specified value,
       exclusive
       
      optional .google.protobuf.Timestamp gt = 5;
      Specified by:
      getGtOrBuilder in interface Validate.TimestampRulesOrBuilder
    • hasGte

      public boolean hasGte()
       Gte specifies that this field must be greater than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp gte = 6;
      Specified by:
      hasGte in interface Validate.TimestampRulesOrBuilder
      Returns:
      Whether the gte field is set.
    • getGte

      public com.google.protobuf.Timestamp getGte()
       Gte specifies that this field must be greater than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp gte = 6;
      Specified by:
      getGte in interface Validate.TimestampRulesOrBuilder
      Returns:
      The gte.
    • setGte

      public Validate.TimestampRules.Builder setGte(com.google.protobuf.Timestamp value)
       Gte specifies that this field must be greater than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp gte = 6;
    • setGte

      public Validate.TimestampRules.Builder setGte(com.google.protobuf.Timestamp.Builder builderForValue)
       Gte specifies that this field must be greater than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp gte = 6;
    • mergeGte

      public Validate.TimestampRules.Builder mergeGte(com.google.protobuf.Timestamp value)
       Gte specifies that this field must be greater than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp gte = 6;
    • clearGte

       Gte specifies that this field must be greater than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp gte = 6;
    • getGteBuilder

      public com.google.protobuf.Timestamp.Builder getGteBuilder()
       Gte specifies that this field must be greater than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp gte = 6;
    • getGteOrBuilder

      public com.google.protobuf.TimestampOrBuilder getGteOrBuilder()
       Gte specifies that this field must be greater than the specified value,
       inclusive
       
      optional .google.protobuf.Timestamp gte = 6;
      Specified by:
      getGteOrBuilder in interface Validate.TimestampRulesOrBuilder
    • hasLtNow

      public boolean hasLtNow()
       LtNow specifies that this must be less than the current time. LtNow
       can only be used with the Within rule.
       
      optional bool lt_now = 7;
      Specified by:
      hasLtNow in interface Validate.TimestampRulesOrBuilder
      Returns:
      Whether the ltNow field is set.
    • getLtNow

      public boolean getLtNow()
       LtNow specifies that this must be less than the current time. LtNow
       can only be used with the Within rule.
       
      optional bool lt_now = 7;
      Specified by:
      getLtNow in interface Validate.TimestampRulesOrBuilder
      Returns:
      The ltNow.
    • setLtNow

      public Validate.TimestampRules.Builder setLtNow(boolean value)
       LtNow specifies that this must be less than the current time. LtNow
       can only be used with the Within rule.
       
      optional bool lt_now = 7;
      Parameters:
      value - The ltNow to set.
      Returns:
      This builder for chaining.
    • clearLtNow

      public Validate.TimestampRules.Builder clearLtNow()
       LtNow specifies that this must be less than the current time. LtNow
       can only be used with the Within rule.
       
      optional bool lt_now = 7;
      Returns:
      This builder for chaining.
    • hasGtNow

      public boolean hasGtNow()
       GtNow specifies that this must be greater than the current time. GtNow
       can only be used with the Within rule.
       
      optional bool gt_now = 8;
      Specified by:
      hasGtNow in interface Validate.TimestampRulesOrBuilder
      Returns:
      Whether the gtNow field is set.
    • getGtNow

      public boolean getGtNow()
       GtNow specifies that this must be greater than the current time. GtNow
       can only be used with the Within rule.
       
      optional bool gt_now = 8;
      Specified by:
      getGtNow in interface Validate.TimestampRulesOrBuilder
      Returns:
      The gtNow.
    • setGtNow

      public Validate.TimestampRules.Builder setGtNow(boolean value)
       GtNow specifies that this must be greater than the current time. GtNow
       can only be used with the Within rule.
       
      optional bool gt_now = 8;
      Parameters:
      value - The gtNow to set.
      Returns:
      This builder for chaining.
    • clearGtNow

      public Validate.TimestampRules.Builder clearGtNow()
       GtNow specifies that this must be greater than the current time. GtNow
       can only be used with the Within rule.
       
      optional bool gt_now = 8;
      Returns:
      This builder for chaining.
    • hasWithin

      public boolean hasWithin()
       Within specifies that this field must be within this duration of the
       current time. This constraint can be used alone or with the LtNow and
       GtNow rules.
       
      optional .google.protobuf.Duration within = 9;
      Specified by:
      hasWithin in interface Validate.TimestampRulesOrBuilder
      Returns:
      Whether the within field is set.
    • getWithin

      public com.google.protobuf.Duration getWithin()
       Within specifies that this field must be within this duration of the
       current time. This constraint can be used alone or with the LtNow and
       GtNow rules.
       
      optional .google.protobuf.Duration within = 9;
      Specified by:
      getWithin in interface Validate.TimestampRulesOrBuilder
      Returns:
      The within.
    • setWithin

      public Validate.TimestampRules.Builder setWithin(com.google.protobuf.Duration value)
       Within specifies that this field must be within this duration of the
       current time. This constraint can be used alone or with the LtNow and
       GtNow rules.
       
      optional .google.protobuf.Duration within = 9;
    • setWithin

      public Validate.TimestampRules.Builder setWithin(com.google.protobuf.Duration.Builder builderForValue)
       Within specifies that this field must be within this duration of the
       current time. This constraint can be used alone or with the LtNow and
       GtNow rules.
       
      optional .google.protobuf.Duration within = 9;
    • mergeWithin

      public Validate.TimestampRules.Builder mergeWithin(com.google.protobuf.Duration value)
       Within specifies that this field must be within this duration of the
       current time. This constraint can be used alone or with the LtNow and
       GtNow rules.
       
      optional .google.protobuf.Duration within = 9;
    • clearWithin

      public Validate.TimestampRules.Builder clearWithin()
       Within specifies that this field must be within this duration of the
       current time. This constraint can be used alone or with the LtNow and
       GtNow rules.
       
      optional .google.protobuf.Duration within = 9;
    • getWithinBuilder

      public com.google.protobuf.Duration.Builder getWithinBuilder()
       Within specifies that this field must be within this duration of the
       current time. This constraint can be used alone or with the LtNow and
       GtNow rules.
       
      optional .google.protobuf.Duration within = 9;
    • getWithinOrBuilder

      public com.google.protobuf.DurationOrBuilder getWithinOrBuilder()
       Within specifies that this field must be within this duration of the
       current time. This constraint can be used alone or with the LtNow and
       GtNow rules.
       
      optional .google.protobuf.Duration within = 9;
      Specified by:
      getWithinOrBuilder in interface Validate.TimestampRulesOrBuilder