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.v2.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, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, 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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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 MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public DateShiftConfig.MethodCase getMethodCase()
getMethodCase
in interface DateShiftConfigOrBuilder
public 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 DateShiftConfigOrBuilder
public 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 DateShiftConfigOrBuilder
public 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.v2.FieldId context = 3;
hasContext
in interface DateShiftConfigOrBuilder
public 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.v2.FieldId context = 3;
getContext
in interface DateShiftConfigOrBuilder
public 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.v2.FieldId context = 3;
getContextOrBuilder
in interface DateShiftConfigOrBuilder
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.
.google.privacy.dlp.v2.CryptoKey crypto_key = 4;
hasCryptoKey
in interface DateShiftConfigOrBuilder
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.
.google.privacy.dlp.v2.CryptoKey crypto_key = 4;
getCryptoKey
in interface DateShiftConfigOrBuilder
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.
.google.privacy.dlp.v2.CryptoKey crypto_key = 4;
getCryptoKeyOrBuilder
in interface DateShiftConfigOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static DateShiftConfig parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DateShiftConfig parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DateShiftConfig parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DateShiftConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DateShiftConfig parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DateShiftConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DateShiftConfig parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static DateShiftConfig parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DateShiftConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static DateShiftConfig parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DateShiftConfig parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static DateShiftConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public DateShiftConfig.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static DateShiftConfig.Builder newBuilder()
public static DateShiftConfig.Builder newBuilder(DateShiftConfig prototype)
public DateShiftConfig.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected DateShiftConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static DateShiftConfig getDefaultInstance()
public static Parser<DateShiftConfig> parser()
public Parser<DateShiftConfig> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public DateShiftConfig getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder