Class DateShiftConfig

  • All Implemented Interfaces:
    DateShiftConfigOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class DateShiftConfig
    extends com.google.protobuf.GeneratedMessageV3
    implements DateShiftConfigOrBuilder
     Shifts dates by random number of days, with option to be consistent for the
     same context. See https://cloud.google.com/dlp/docs/concepts-date-shifting
     to learn more.
     
    Protobuf type google.privacy.dlp.v2.DateShiftConfig
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DateShiftConfig.Builder
      Shifts dates by random number of days, with option to be consistent for the same context.
      static class  DateShiftConfig.MethodCase  
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Detail

      • UPPER_BOUND_DAYS_FIELD_NUMBER

        public static final int UPPER_BOUND_DAYS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • LOWER_BOUND_DAYS_FIELD_NUMBER

        public static final int LOWER_BOUND_DAYS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CRYPTO_KEY_FIELD_NUMBER

        public static final int CRYPTO_KEY_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • getUpperBoundDays

        public int getUpperBoundDays()
         Required. Range of shift in days. Actual shift will be selected at random within this
         range (inclusive ends). Negative means shift to earlier in time. Must not
         be more than 365250 days (1000 years) each direction.
        
         For example, 3 means shift date to at most 3 days into the future.
         
        int32 upper_bound_days = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUpperBoundDays in interface DateShiftConfigOrBuilder
        Returns:
        The upperBoundDays.
      • getLowerBoundDays

        public int getLowerBoundDays()
         Required. For example, -5 means shift date to at most 5 days back in the past.
         
        int32 lower_bound_days = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getLowerBoundDays in interface DateShiftConfigOrBuilder
        Returns:
        The lowerBoundDays.
      • hasContext

        public boolean hasContext()
         Points to the field that contains the context, for example, an entity id.
         If set, must also set cryptoKey. If set, shift will be consistent for the
         given context.
         
        .google.privacy.dlp.v2.FieldId context = 3;
        Specified by:
        hasContext in interface DateShiftConfigOrBuilder
        Returns:
        Whether the context field is set.
      • getContext

        public FieldId getContext()
         Points to the field that contains the context, for example, an entity id.
         If set, must also set cryptoKey. If set, shift will be consistent for the
         given context.
         
        .google.privacy.dlp.v2.FieldId context = 3;
        Specified by:
        getContext in interface DateShiftConfigOrBuilder
        Returns:
        The context.
      • getContextOrBuilder

        public FieldIdOrBuilder getContextOrBuilder()
         Points to the field that contains the context, for example, an entity id.
         If set, must also set cryptoKey. If set, shift will be consistent for the
         given context.
         
        .google.privacy.dlp.v2.FieldId context = 3;
        Specified by:
        getContextOrBuilder in interface DateShiftConfigOrBuilder
      • hasCryptoKey

        public boolean hasCryptoKey()
         Causes the shift to be computed based on this key and the context. This
         results in the same shift for the same context and crypto_key. If
         set, must also set context. Can only be applied to table items.
         
        .google.privacy.dlp.v2.CryptoKey crypto_key = 4;
        Specified by:
        hasCryptoKey in interface DateShiftConfigOrBuilder
        Returns:
        Whether the cryptoKey field is set.
      • getCryptoKey

        public CryptoKey getCryptoKey()
         Causes the shift to be computed based on this key and the context. This
         results in the same shift for the same context and crypto_key. If
         set, must also set context. Can only be applied to table items.
         
        .google.privacy.dlp.v2.CryptoKey crypto_key = 4;
        Specified by:
        getCryptoKey in interface DateShiftConfigOrBuilder
        Returns:
        The cryptoKey.
      • getCryptoKeyOrBuilder

        public CryptoKeyOrBuilder getCryptoKeyOrBuilder()
         Causes the shift to be computed based on this key and the context. This
         results in the same shift for the same context and crypto_key. If
         set, must also set context. Can only be applied to table items.
         
        .google.privacy.dlp.v2.CryptoKey crypto_key = 4;
        Specified by:
        getCryptoKeyOrBuilder in interface DateShiftConfigOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static DateShiftConfig parseFrom​(ByteBuffer data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DateShiftConfig parseFrom​(ByteBuffer data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DateShiftConfig parseFrom​(com.google.protobuf.ByteString data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DateShiftConfig parseFrom​(com.google.protobuf.ByteString data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DateShiftConfig parseFrom​(byte[] data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DateShiftConfig parseFrom​(byte[] data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static DateShiftConfig parseFrom​(com.google.protobuf.CodedInputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws IOException
        Throws:
        IOException
      • newBuilderForType

        public DateShiftConfig.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public DateShiftConfig.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected DateShiftConfig.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • parser

        public static com.google.protobuf.Parser<DateShiftConfig> parser()
      • getParserForType

        public com.google.protobuf.Parser<DateShiftConfig> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public DateShiftConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder