public final class DateShiftConfig extends GeneratedMessageV3 implements DateShiftConfigOrBuilder
Shifts dates by random number of days, with option to be consistent for the same context.Protobuf type
google.privacy.dlp.v2beta2.DateShiftConfig| Modifier and Type | Class and 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 |
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CONTEXT_FIELD_NUMBER |
static int |
CRYPTO_KEY_FIELD_NUMBER |
static int |
LOWER_BOUND_DAYS_FIELD_NUMBER |
static int |
UPPER_BOUND_DAYS_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCodecanUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int UPPER_BOUND_DAYS_FIELD_NUMBER
public static final int LOWER_BOUND_DAYS_FIELD_NUMBER
public static final int CONTEXT_FIELD_NUMBER
public static final int CRYPTO_KEY_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public DateShiftConfig.MethodCase getMethodCase()
getMethodCase in interface DateShiftConfigOrBuilderpublic int getUpperBoundDays()
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. [Required]
int32 upper_bound_days = 1;getUpperBoundDays in interface DateShiftConfigOrBuilderpublic int getLowerBoundDays()
For example, -5 means shift date to at most 5 days back in the past. [Required]
int32 lower_bound_days = 2;getLowerBoundDays in interface DateShiftConfigOrBuilderpublic boolean hasContext()
Points to the field that contains the context, for example, an entity id. If set, must also set method. If set, shift will be consistent for the given context.
.google.privacy.dlp.v2beta2.FieldId context = 3;hasContext in interface DateShiftConfigOrBuilderpublic FieldId getContext()
Points to the field that contains the context, for example, an entity id. If set, must also set method. If set, shift will be consistent for the given context.
.google.privacy.dlp.v2beta2.FieldId context = 3;getContext in interface DateShiftConfigOrBuilderpublic FieldIdOrBuilder getContextOrBuilder()
Points to the field that contains the context, for example, an entity id. If set, must also set method. If set, shift will be consistent for the given context.
.google.privacy.dlp.v2beta2.FieldId context = 3;getContextOrBuilder in interface DateShiftConfigOrBuilderpublic 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.
.google.privacy.dlp.v2beta2.CryptoKey crypto_key = 4;hasCryptoKey in interface DateShiftConfigOrBuilderpublic 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.
.google.privacy.dlp.v2beta2.CryptoKey crypto_key = 4;getCryptoKey in interface DateShiftConfigOrBuilderpublic 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.
.google.privacy.dlp.v2beta2.CryptoKey crypto_key = 4;getCryptoKeyOrBuilder in interface DateShiftConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static DateShiftConfig parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static DateShiftConfig parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static DateShiftConfig parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static DateShiftConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static DateShiftConfig parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static DateShiftConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static DateShiftConfig parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static DateShiftConfig parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static DateShiftConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static DateShiftConfig parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static DateShiftConfig parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static DateShiftConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic DateShiftConfig.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static DateShiftConfig.Builder newBuilder()
public static DateShiftConfig.Builder newBuilder(DateShiftConfig prototype)
public DateShiftConfig.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected DateShiftConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static DateShiftConfig getDefaultInstance()
public static Parser<DateShiftConfig> parser()
public Parser<DateShiftConfig> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public DateShiftConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder