Uses of Class
io.envoyproxy.pgv.validate.Validate.TimestampRules.Builder
Packages that use Validate.TimestampRules.Builder
-
Uses of Validate.TimestampRules.Builder in io.envoyproxy.pgv.validate
Methods in io.envoyproxy.pgv.validate that return Validate.TimestampRules.BuilderModifier and TypeMethodDescriptionValidate.TimestampRules.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Validate.TimestampRules.Builder.clear()Validate.TimestampRules.Builder.clearConst()Const specifies that this field must be exactly the specified valueValidate.TimestampRules.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Validate.TimestampRules.Builder.clearGt()Gt specifies that this field must be greater than the specified value, exclusiveValidate.TimestampRules.Builder.clearGte()Gte specifies that this field must be greater than the specified value, inclusiveValidate.TimestampRules.Builder.clearGtNow()GtNow specifies that this must be greater than the current time.Validate.TimestampRules.Builder.clearLt()Lt specifies that this field must be less than the specified value, exclusiveValidate.TimestampRules.Builder.clearLte()Lte specifies that this field must be less than the specified value, inclusiveValidate.TimestampRules.Builder.clearLtNow()LtNow specifies that this must be less than the current time.Validate.TimestampRules.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Validate.TimestampRules.Builder.clearRequired()Required specifies that this field must be setValidate.TimestampRules.Builder.clearWithin()Within specifies that this field must be within this duration of the current time.Validate.TimestampRules.Builder.clone()Validate.FieldRules.Builder.getTimestampBuilder().validate.TimestampRules timestamp = 22;Validate.TimestampRules.Builder.mergeConst(com.google.protobuf.Timestamp value) Const specifies that this field must be exactly the specified valueValidate.TimestampRules.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Validate.TimestampRules.Builder.mergeFrom(com.google.protobuf.Message other) Validate.TimestampRules.Builder.mergeFrom(Validate.TimestampRules other) Validate.TimestampRules.Builder.mergeGt(com.google.protobuf.Timestamp value) Gt specifies that this field must be greater than the specified value, exclusiveValidate.TimestampRules.Builder.mergeGte(com.google.protobuf.Timestamp value) Gte specifies that this field must be greater than the specified value, inclusiveValidate.TimestampRules.Builder.mergeLt(com.google.protobuf.Timestamp value) Lt specifies that this field must be less than the specified value, exclusiveValidate.TimestampRules.Builder.mergeLte(com.google.protobuf.Timestamp value) Lte specifies that this field must be less than the specified value, inclusiveValidate.TimestampRules.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Validate.TimestampRules.Builder.mergeWithin(com.google.protobuf.Duration value) Within specifies that this field must be within this duration of the current time.Validate.TimestampRules.newBuilder()Validate.TimestampRules.newBuilder(Validate.TimestampRules prototype) Validate.TimestampRules.newBuilderForType()protected Validate.TimestampRules.BuilderValidate.TimestampRules.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Validate.TimestampRules.Builder.setConst(com.google.protobuf.Timestamp value) Const specifies that this field must be exactly the specified valueValidate.TimestampRules.Builder.setConst(com.google.protobuf.Timestamp.Builder builderForValue) Const specifies that this field must be exactly the specified valueValidate.TimestampRules.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Validate.TimestampRules.Builder.setGt(com.google.protobuf.Timestamp value) Gt specifies that this field must be greater than the specified value, exclusiveValidate.TimestampRules.Builder.setGt(com.google.protobuf.Timestamp.Builder builderForValue) Gt specifies that this field must be greater than the specified value, exclusiveValidate.TimestampRules.Builder.setGte(com.google.protobuf.Timestamp value) Gte specifies that this field must be greater than the specified value, inclusiveValidate.TimestampRules.Builder.setGte(com.google.protobuf.Timestamp.Builder builderForValue) Gte specifies that this field must be greater than the specified value, inclusiveValidate.TimestampRules.Builder.setGtNow(boolean value) GtNow specifies that this must be greater than the current time.Validate.TimestampRules.Builder.setLt(com.google.protobuf.Timestamp value) Lt specifies that this field must be less than the specified value, exclusiveValidate.TimestampRules.Builder.setLt(com.google.protobuf.Timestamp.Builder builderForValue) Lt specifies that this field must be less than the specified value, exclusiveValidate.TimestampRules.Builder.setLte(com.google.protobuf.Timestamp value) Lte specifies that this field must be less than the specified value, inclusiveValidate.TimestampRules.Builder.setLte(com.google.protobuf.Timestamp.Builder builderForValue) Lte specifies that this field must be less than the specified value, inclusiveValidate.TimestampRules.Builder.setLtNow(boolean value) LtNow specifies that this must be less than the current time.Validate.TimestampRules.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Validate.TimestampRules.Builder.setRequired(boolean value) Required specifies that this field must be setValidate.TimestampRules.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Validate.TimestampRules.Builder.setWithin(com.google.protobuf.Duration value) Within specifies that this field must be within this duration of the current time.Validate.TimestampRules.Builder.setWithin(com.google.protobuf.Duration.Builder builderForValue) Within specifies that this field must be within this duration of the current time.Validate.TimestampRules.toBuilder()Methods in io.envoyproxy.pgv.validate with parameters of type Validate.TimestampRules.BuilderModifier and TypeMethodDescriptionValidate.FieldRules.Builder.setTimestamp(Validate.TimestampRules.Builder builderForValue) .validate.TimestampRules timestamp = 22;