Package com.google.privacy.dlp.v2
Class PrimitiveTransformation
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.privacy.dlp.v2.PrimitiveTransformation
-
- All Implemented Interfaces:
PrimitiveTransformationOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class PrimitiveTransformation extends com.google.protobuf.GeneratedMessageV3 implements PrimitiveTransformationOrBuilder
A rule for transforming a value.
Protobuf typegoogle.privacy.dlp.v2.PrimitiveTransformation
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrimitiveTransformation.Builder
A rule for transforming a value.static class
PrimitiveTransformation.TransformationCase
-
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
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUCKETING_CONFIG_FIELD_NUMBER
static int
CHARACTER_MASK_CONFIG_FIELD_NUMBER
static int
CRYPTO_DETERMINISTIC_CONFIG_FIELD_NUMBER
static int
CRYPTO_HASH_CONFIG_FIELD_NUMBER
static int
CRYPTO_REPLACE_FFX_FPE_CONFIG_FIELD_NUMBER
static int
DATE_SHIFT_CONFIG_FIELD_NUMBER
static int
FIXED_SIZE_BUCKETING_CONFIG_FIELD_NUMBER
static int
REDACT_CONFIG_FIELD_NUMBER
static int
REPLACE_CONFIG_FIELD_NUMBER
static int
REPLACE_DICTIONARY_CONFIG_FIELD_NUMBER
static int
REPLACE_WITH_INFO_TYPE_CONFIG_FIELD_NUMBER
static int
TIME_PART_CONFIG_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
REPLACE_CONFIG_FIELD_NUMBER
public static final int REPLACE_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REDACT_CONFIG_FIELD_NUMBER
public static final int REDACT_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CHARACTER_MASK_CONFIG_FIELD_NUMBER
public static final int CHARACTER_MASK_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CRYPTO_REPLACE_FFX_FPE_CONFIG_FIELD_NUMBER
public static final int CRYPTO_REPLACE_FFX_FPE_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FIXED_SIZE_BUCKETING_CONFIG_FIELD_NUMBER
public static final int FIXED_SIZE_BUCKETING_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BUCKETING_CONFIG_FIELD_NUMBER
public static final int BUCKETING_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPLACE_WITH_INFO_TYPE_CONFIG_FIELD_NUMBER
public static final int REPLACE_WITH_INFO_TYPE_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIME_PART_CONFIG_FIELD_NUMBER
public static final int TIME_PART_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CRYPTO_HASH_CONFIG_FIELD_NUMBER
public static final int CRYPTO_HASH_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATE_SHIFT_CONFIG_FIELD_NUMBER
public static final int DATE_SHIFT_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CRYPTO_DETERMINISTIC_CONFIG_FIELD_NUMBER
public static final int CRYPTO_DETERMINISTIC_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPLACE_DICTIONARY_CONFIG_FIELD_NUMBER
public static final int REPLACE_DICTIONARY_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.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 classcom.google.protobuf.GeneratedMessageV3
-
getTransformationCase
public PrimitiveTransformation.TransformationCase getTransformationCase()
- Specified by:
getTransformationCase
in interfacePrimitiveTransformationOrBuilder
-
hasReplaceConfig
public boolean hasReplaceConfig()
Replace with a specified value.
.google.privacy.dlp.v2.ReplaceValueConfig replace_config = 1;
- Specified by:
hasReplaceConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- Whether the replaceConfig field is set.
-
getReplaceConfig
public ReplaceValueConfig getReplaceConfig()
Replace with a specified value.
.google.privacy.dlp.v2.ReplaceValueConfig replace_config = 1;
- Specified by:
getReplaceConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- The replaceConfig.
-
getReplaceConfigOrBuilder
public ReplaceValueConfigOrBuilder getReplaceConfigOrBuilder()
Replace with a specified value.
.google.privacy.dlp.v2.ReplaceValueConfig replace_config = 1;
- Specified by:
getReplaceConfigOrBuilder
in interfacePrimitiveTransformationOrBuilder
-
hasRedactConfig
public boolean hasRedactConfig()
Redact
.google.privacy.dlp.v2.RedactConfig redact_config = 2;
- Specified by:
hasRedactConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- Whether the redactConfig field is set.
-
getRedactConfig
public RedactConfig getRedactConfig()
Redact
.google.privacy.dlp.v2.RedactConfig redact_config = 2;
- Specified by:
getRedactConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- The redactConfig.
-
getRedactConfigOrBuilder
public RedactConfigOrBuilder getRedactConfigOrBuilder()
Redact
.google.privacy.dlp.v2.RedactConfig redact_config = 2;
- Specified by:
getRedactConfigOrBuilder
in interfacePrimitiveTransformationOrBuilder
-
hasCharacterMaskConfig
public boolean hasCharacterMaskConfig()
Mask
.google.privacy.dlp.v2.CharacterMaskConfig character_mask_config = 3;
- Specified by:
hasCharacterMaskConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- Whether the characterMaskConfig field is set.
-
getCharacterMaskConfig
public CharacterMaskConfig getCharacterMaskConfig()
Mask
.google.privacy.dlp.v2.CharacterMaskConfig character_mask_config = 3;
- Specified by:
getCharacterMaskConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- The characterMaskConfig.
-
getCharacterMaskConfigOrBuilder
public CharacterMaskConfigOrBuilder getCharacterMaskConfigOrBuilder()
Mask
.google.privacy.dlp.v2.CharacterMaskConfig character_mask_config = 3;
- Specified by:
getCharacterMaskConfigOrBuilder
in interfacePrimitiveTransformationOrBuilder
-
hasCryptoReplaceFfxFpeConfig
public boolean hasCryptoReplaceFfxFpeConfig()
Ffx-Fpe
.google.privacy.dlp.v2.CryptoReplaceFfxFpeConfig crypto_replace_ffx_fpe_config = 4;
- Specified by:
hasCryptoReplaceFfxFpeConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- Whether the cryptoReplaceFfxFpeConfig field is set.
-
getCryptoReplaceFfxFpeConfig
public CryptoReplaceFfxFpeConfig getCryptoReplaceFfxFpeConfig()
Ffx-Fpe
.google.privacy.dlp.v2.CryptoReplaceFfxFpeConfig crypto_replace_ffx_fpe_config = 4;
- Specified by:
getCryptoReplaceFfxFpeConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- The cryptoReplaceFfxFpeConfig.
-
getCryptoReplaceFfxFpeConfigOrBuilder
public CryptoReplaceFfxFpeConfigOrBuilder getCryptoReplaceFfxFpeConfigOrBuilder()
Ffx-Fpe
.google.privacy.dlp.v2.CryptoReplaceFfxFpeConfig crypto_replace_ffx_fpe_config = 4;
- Specified by:
getCryptoReplaceFfxFpeConfigOrBuilder
in interfacePrimitiveTransformationOrBuilder
-
hasFixedSizeBucketingConfig
public boolean hasFixedSizeBucketingConfig()
Fixed size bucketing
.google.privacy.dlp.v2.FixedSizeBucketingConfig fixed_size_bucketing_config = 5;
- Specified by:
hasFixedSizeBucketingConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- Whether the fixedSizeBucketingConfig field is set.
-
getFixedSizeBucketingConfig
public FixedSizeBucketingConfig getFixedSizeBucketingConfig()
Fixed size bucketing
.google.privacy.dlp.v2.FixedSizeBucketingConfig fixed_size_bucketing_config = 5;
- Specified by:
getFixedSizeBucketingConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- The fixedSizeBucketingConfig.
-
getFixedSizeBucketingConfigOrBuilder
public FixedSizeBucketingConfigOrBuilder getFixedSizeBucketingConfigOrBuilder()
Fixed size bucketing
.google.privacy.dlp.v2.FixedSizeBucketingConfig fixed_size_bucketing_config = 5;
- Specified by:
getFixedSizeBucketingConfigOrBuilder
in interfacePrimitiveTransformationOrBuilder
-
hasBucketingConfig
public boolean hasBucketingConfig()
Bucketing
.google.privacy.dlp.v2.BucketingConfig bucketing_config = 6;
- Specified by:
hasBucketingConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- Whether the bucketingConfig field is set.
-
getBucketingConfig
public BucketingConfig getBucketingConfig()
Bucketing
.google.privacy.dlp.v2.BucketingConfig bucketing_config = 6;
- Specified by:
getBucketingConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- The bucketingConfig.
-
getBucketingConfigOrBuilder
public BucketingConfigOrBuilder getBucketingConfigOrBuilder()
Bucketing
.google.privacy.dlp.v2.BucketingConfig bucketing_config = 6;
- Specified by:
getBucketingConfigOrBuilder
in interfacePrimitiveTransformationOrBuilder
-
hasReplaceWithInfoTypeConfig
public boolean hasReplaceWithInfoTypeConfig()
Replace with infotype
.google.privacy.dlp.v2.ReplaceWithInfoTypeConfig replace_with_info_type_config = 7;
- Specified by:
hasReplaceWithInfoTypeConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- Whether the replaceWithInfoTypeConfig field is set.
-
getReplaceWithInfoTypeConfig
public ReplaceWithInfoTypeConfig getReplaceWithInfoTypeConfig()
Replace with infotype
.google.privacy.dlp.v2.ReplaceWithInfoTypeConfig replace_with_info_type_config = 7;
- Specified by:
getReplaceWithInfoTypeConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- The replaceWithInfoTypeConfig.
-
getReplaceWithInfoTypeConfigOrBuilder
public ReplaceWithInfoTypeConfigOrBuilder getReplaceWithInfoTypeConfigOrBuilder()
Replace with infotype
.google.privacy.dlp.v2.ReplaceWithInfoTypeConfig replace_with_info_type_config = 7;
- Specified by:
getReplaceWithInfoTypeConfigOrBuilder
in interfacePrimitiveTransformationOrBuilder
-
hasTimePartConfig
public boolean hasTimePartConfig()
Time extraction
.google.privacy.dlp.v2.TimePartConfig time_part_config = 8;
- Specified by:
hasTimePartConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- Whether the timePartConfig field is set.
-
getTimePartConfig
public TimePartConfig getTimePartConfig()
Time extraction
.google.privacy.dlp.v2.TimePartConfig time_part_config = 8;
- Specified by:
getTimePartConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- The timePartConfig.
-
getTimePartConfigOrBuilder
public TimePartConfigOrBuilder getTimePartConfigOrBuilder()
Time extraction
.google.privacy.dlp.v2.TimePartConfig time_part_config = 8;
- Specified by:
getTimePartConfigOrBuilder
in interfacePrimitiveTransformationOrBuilder
-
hasCryptoHashConfig
public boolean hasCryptoHashConfig()
Crypto
.google.privacy.dlp.v2.CryptoHashConfig crypto_hash_config = 9;
- Specified by:
hasCryptoHashConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- Whether the cryptoHashConfig field is set.
-
getCryptoHashConfig
public CryptoHashConfig getCryptoHashConfig()
Crypto
.google.privacy.dlp.v2.CryptoHashConfig crypto_hash_config = 9;
- Specified by:
getCryptoHashConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- The cryptoHashConfig.
-
getCryptoHashConfigOrBuilder
public CryptoHashConfigOrBuilder getCryptoHashConfigOrBuilder()
Crypto
.google.privacy.dlp.v2.CryptoHashConfig crypto_hash_config = 9;
- Specified by:
getCryptoHashConfigOrBuilder
in interfacePrimitiveTransformationOrBuilder
-
hasDateShiftConfig
public boolean hasDateShiftConfig()
Date Shift
.google.privacy.dlp.v2.DateShiftConfig date_shift_config = 11;
- Specified by:
hasDateShiftConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- Whether the dateShiftConfig field is set.
-
getDateShiftConfig
public DateShiftConfig getDateShiftConfig()
Date Shift
.google.privacy.dlp.v2.DateShiftConfig date_shift_config = 11;
- Specified by:
getDateShiftConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- The dateShiftConfig.
-
getDateShiftConfigOrBuilder
public DateShiftConfigOrBuilder getDateShiftConfigOrBuilder()
Date Shift
.google.privacy.dlp.v2.DateShiftConfig date_shift_config = 11;
- Specified by:
getDateShiftConfigOrBuilder
in interfacePrimitiveTransformationOrBuilder
-
hasCryptoDeterministicConfig
public boolean hasCryptoDeterministicConfig()
Deterministic Crypto
.google.privacy.dlp.v2.CryptoDeterministicConfig crypto_deterministic_config = 12;
- Specified by:
hasCryptoDeterministicConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- Whether the cryptoDeterministicConfig field is set.
-
getCryptoDeterministicConfig
public CryptoDeterministicConfig getCryptoDeterministicConfig()
Deterministic Crypto
.google.privacy.dlp.v2.CryptoDeterministicConfig crypto_deterministic_config = 12;
- Specified by:
getCryptoDeterministicConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- The cryptoDeterministicConfig.
-
getCryptoDeterministicConfigOrBuilder
public CryptoDeterministicConfigOrBuilder getCryptoDeterministicConfigOrBuilder()
Deterministic Crypto
.google.privacy.dlp.v2.CryptoDeterministicConfig crypto_deterministic_config = 12;
- Specified by:
getCryptoDeterministicConfigOrBuilder
in interfacePrimitiveTransformationOrBuilder
-
hasReplaceDictionaryConfig
public boolean hasReplaceDictionaryConfig()
Replace with a value randomly drawn (with replacement) from a dictionary.
.google.privacy.dlp.v2.ReplaceDictionaryConfig replace_dictionary_config = 13;
- Specified by:
hasReplaceDictionaryConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- Whether the replaceDictionaryConfig field is set.
-
getReplaceDictionaryConfig
public ReplaceDictionaryConfig getReplaceDictionaryConfig()
Replace with a value randomly drawn (with replacement) from a dictionary.
.google.privacy.dlp.v2.ReplaceDictionaryConfig replace_dictionary_config = 13;
- Specified by:
getReplaceDictionaryConfig
in interfacePrimitiveTransformationOrBuilder
- Returns:
- The replaceDictionaryConfig.
-
getReplaceDictionaryConfigOrBuilder
public ReplaceDictionaryConfigOrBuilder getReplaceDictionaryConfigOrBuilder()
Replace with a value randomly drawn (with replacement) from a dictionary.
.google.privacy.dlp.v2.ReplaceDictionaryConfig replace_dictionary_config = 13;
- Specified by:
getReplaceDictionaryConfigOrBuilder
in interfacePrimitiveTransformationOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static PrimitiveTransformation parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PrimitiveTransformation parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PrimitiveTransformation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PrimitiveTransformation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PrimitiveTransformation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PrimitiveTransformation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PrimitiveTransformation parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PrimitiveTransformation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PrimitiveTransformation parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PrimitiveTransformation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static PrimitiveTransformation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PrimitiveTransformation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public PrimitiveTransformation.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static PrimitiveTransformation.Builder newBuilder()
-
newBuilder
public static PrimitiveTransformation.Builder newBuilder(PrimitiveTransformation prototype)
-
toBuilder
public PrimitiveTransformation.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected PrimitiveTransformation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static PrimitiveTransformation getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<PrimitiveTransformation> parser()
-
getParserForType
public com.google.protobuf.Parser<PrimitiveTransformation> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public PrimitiveTransformation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-