Package com.google.privacy.dlp.v2
Class TransformationDetails.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<TransformationDetails.Builder>
-
- com.google.privacy.dlp.v2.TransformationDetails.Builder
-
- All Implemented Interfaces:
TransformationDetailsOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- TransformationDetails
public static final class TransformationDetails.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TransformationDetails.Builder> implements TransformationDetailsOrBuilder
Details about a single transformation. This object contains a description of the transformation, information about whether the transformation was successfully applied, and the precise location where the transformation occurred. These details are stored in a user-specified BigQuery table.
Protobuf typegoogle.privacy.dlp.v2.TransformationDetails
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TransformationDetails.Builder
addAllTransformation(Iterable<? extends TransformationDescription> values)
Description of transformation.TransformationDetails.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TransformationDetails.Builder
addTransformation(int index, TransformationDescription value)
Description of transformation.TransformationDetails.Builder
addTransformation(int index, TransformationDescription.Builder builderForValue)
Description of transformation.TransformationDetails.Builder
addTransformation(TransformationDescription value)
Description of transformation.TransformationDetails.Builder
addTransformation(TransformationDescription.Builder builderForValue)
Description of transformation.TransformationDescription.Builder
addTransformationBuilder()
Description of transformation.TransformationDescription.Builder
addTransformationBuilder(int index)
Description of transformation.TransformationDetails
build()
TransformationDetails
buildPartial()
TransformationDetails.Builder
clear()
TransformationDetails.Builder
clearContainerName()
The top level name of the container where the transformation is located (this will be the source file name or table name).TransformationDetails.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
TransformationDetails.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
TransformationDetails.Builder
clearResourceName()
The name of the job that completed the transformation.TransformationDetails.Builder
clearStatusDetails()
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.TransformationDetails.Builder
clearTransformation()
Description of transformation.TransformationDetails.Builder
clearTransformationLocation()
The precise location of the transformed content in the original container.TransformationDetails.Builder
clearTransformedBytes()
The number of bytes that were transformed.TransformationDetails.Builder
clone()
String
getContainerName()
The top level name of the container where the transformation is located (this will be the source file name or table name).com.google.protobuf.ByteString
getContainerNameBytes()
The top level name of the container where the transformation is located (this will be the source file name or table name).TransformationDetails
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getResourceName()
The name of the job that completed the transformation.com.google.protobuf.ByteString
getResourceNameBytes()
The name of the job that completed the transformation.TransformationResultStatus
getStatusDetails()
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.TransformationResultStatus.Builder
getStatusDetailsBuilder()
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.TransformationResultStatusOrBuilder
getStatusDetailsOrBuilder()
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.TransformationDescription
getTransformation(int index)
Description of transformation.TransformationDescription.Builder
getTransformationBuilder(int index)
Description of transformation.List<TransformationDescription.Builder>
getTransformationBuilderList()
Description of transformation.int
getTransformationCount()
Description of transformation.List<TransformationDescription>
getTransformationList()
Description of transformation.TransformationLocation
getTransformationLocation()
The precise location of the transformed content in the original container.TransformationLocation.Builder
getTransformationLocationBuilder()
The precise location of the transformed content in the original container.TransformationLocationOrBuilder
getTransformationLocationOrBuilder()
The precise location of the transformed content in the original container.TransformationDescriptionOrBuilder
getTransformationOrBuilder(int index)
Description of transformation.List<? extends TransformationDescriptionOrBuilder>
getTransformationOrBuilderList()
Description of transformation.long
getTransformedBytes()
The number of bytes that were transformed.boolean
hasStatusDetails()
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.boolean
hasTransformationLocation()
The precise location of the transformed content in the original container.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
TransformationDetails.Builder
mergeFrom(TransformationDetails other)
TransformationDetails.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TransformationDetails.Builder
mergeFrom(com.google.protobuf.Message other)
TransformationDetails.Builder
mergeStatusDetails(TransformationResultStatus value)
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.TransformationDetails.Builder
mergeTransformationLocation(TransformationLocation value)
The precise location of the transformed content in the original container.TransformationDetails.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
TransformationDetails.Builder
removeTransformation(int index)
Description of transformation.TransformationDetails.Builder
setContainerName(String value)
The top level name of the container where the transformation is located (this will be the source file name or table name).TransformationDetails.Builder
setContainerNameBytes(com.google.protobuf.ByteString value)
The top level name of the container where the transformation is located (this will be the source file name or table name).TransformationDetails.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TransformationDetails.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
TransformationDetails.Builder
setResourceName(String value)
The name of the job that completed the transformation.TransformationDetails.Builder
setResourceNameBytes(com.google.protobuf.ByteString value)
The name of the job that completed the transformation.TransformationDetails.Builder
setStatusDetails(TransformationResultStatus value)
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.TransformationDetails.Builder
setStatusDetails(TransformationResultStatus.Builder builderForValue)
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.TransformationDetails.Builder
setTransformation(int index, TransformationDescription value)
Description of transformation.TransformationDetails.Builder
setTransformation(int index, TransformationDescription.Builder builderForValue)
Description of transformation.TransformationDetails.Builder
setTransformationLocation(TransformationLocation value)
The precise location of the transformed content in the original container.TransformationDetails.Builder
setTransformationLocation(TransformationLocation.Builder builderForValue)
The precise location of the transformed content in the original container.TransformationDetails.Builder
setTransformedBytes(long value)
The number of bytes that were transformed.TransformationDetails.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
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.Builder<TransformationDetails.Builder>
-
clear
public TransformationDetails.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationDetails.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationDetails.Builder>
-
getDefaultInstanceForType
public TransformationDetails getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public TransformationDetails build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TransformationDetails buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public TransformationDetails.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationDetails.Builder>
-
setField
public TransformationDetails.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationDetails.Builder>
-
clearField
public TransformationDetails.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationDetails.Builder>
-
clearOneof
public TransformationDetails.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationDetails.Builder>
-
setRepeatedField
public TransformationDetails.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationDetails.Builder>
-
addRepeatedField
public TransformationDetails.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationDetails.Builder>
-
mergeFrom
public TransformationDetails.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TransformationDetails.Builder>
-
mergeFrom
public TransformationDetails.Builder mergeFrom(TransformationDetails other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationDetails.Builder>
-
mergeFrom
public TransformationDetails.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TransformationDetails.Builder>
- Throws:
IOException
-
getResourceName
public String getResourceName()
The name of the job that completed the transformation.
string resource_name = 1;
- Specified by:
getResourceName
in interfaceTransformationDetailsOrBuilder
- Returns:
- The resourceName.
-
getResourceNameBytes
public com.google.protobuf.ByteString getResourceNameBytes()
The name of the job that completed the transformation.
string resource_name = 1;
- Specified by:
getResourceNameBytes
in interfaceTransformationDetailsOrBuilder
- Returns:
- The bytes for resourceName.
-
setResourceName
public TransformationDetails.Builder setResourceName(String value)
The name of the job that completed the transformation.
string resource_name = 1;
- Parameters:
value
- The resourceName to set.- Returns:
- This builder for chaining.
-
clearResourceName
public TransformationDetails.Builder clearResourceName()
The name of the job that completed the transformation.
string resource_name = 1;
- Returns:
- This builder for chaining.
-
setResourceNameBytes
public TransformationDetails.Builder setResourceNameBytes(com.google.protobuf.ByteString value)
The name of the job that completed the transformation.
string resource_name = 1;
- Parameters:
value
- The bytes for resourceName to set.- Returns:
- This builder for chaining.
-
getContainerName
public String getContainerName()
The top level name of the container where the transformation is located (this will be the source file name or table name).
string container_name = 2;
- Specified by:
getContainerName
in interfaceTransformationDetailsOrBuilder
- Returns:
- The containerName.
-
getContainerNameBytes
public com.google.protobuf.ByteString getContainerNameBytes()
The top level name of the container where the transformation is located (this will be the source file name or table name).
string container_name = 2;
- Specified by:
getContainerNameBytes
in interfaceTransformationDetailsOrBuilder
- Returns:
- The bytes for containerName.
-
setContainerName
public TransformationDetails.Builder setContainerName(String value)
The top level name of the container where the transformation is located (this will be the source file name or table name).
string container_name = 2;
- Parameters:
value
- The containerName to set.- Returns:
- This builder for chaining.
-
clearContainerName
public TransformationDetails.Builder clearContainerName()
The top level name of the container where the transformation is located (this will be the source file name or table name).
string container_name = 2;
- Returns:
- This builder for chaining.
-
setContainerNameBytes
public TransformationDetails.Builder setContainerNameBytes(com.google.protobuf.ByteString value)
The top level name of the container where the transformation is located (this will be the source file name or table name).
string container_name = 2;
- Parameters:
value
- The bytes for containerName to set.- Returns:
- This builder for chaining.
-
getTransformationList
public List<TransformationDescription> getTransformationList()
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
- Specified by:
getTransformationList
in interfaceTransformationDetailsOrBuilder
-
getTransformationCount
public int getTransformationCount()
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
- Specified by:
getTransformationCount
in interfaceTransformationDetailsOrBuilder
-
getTransformation
public TransformationDescription getTransformation(int index)
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
- Specified by:
getTransformation
in interfaceTransformationDetailsOrBuilder
-
setTransformation
public TransformationDetails.Builder setTransformation(int index, TransformationDescription value)
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
-
setTransformation
public TransformationDetails.Builder setTransformation(int index, TransformationDescription.Builder builderForValue)
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
-
addTransformation
public TransformationDetails.Builder addTransformation(TransformationDescription value)
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
-
addTransformation
public TransformationDetails.Builder addTransformation(int index, TransformationDescription value)
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
-
addTransformation
public TransformationDetails.Builder addTransformation(TransformationDescription.Builder builderForValue)
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
-
addTransformation
public TransformationDetails.Builder addTransformation(int index, TransformationDescription.Builder builderForValue)
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
-
addAllTransformation
public TransformationDetails.Builder addAllTransformation(Iterable<? extends TransformationDescription> values)
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
-
clearTransformation
public TransformationDetails.Builder clearTransformation()
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
-
removeTransformation
public TransformationDetails.Builder removeTransformation(int index)
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
-
getTransformationBuilder
public TransformationDescription.Builder getTransformationBuilder(int index)
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
-
getTransformationOrBuilder
public TransformationDescriptionOrBuilder getTransformationOrBuilder(int index)
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
- Specified by:
getTransformationOrBuilder
in interfaceTransformationDetailsOrBuilder
-
getTransformationOrBuilderList
public List<? extends TransformationDescriptionOrBuilder> getTransformationOrBuilderList()
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
- Specified by:
getTransformationOrBuilderList
in interfaceTransformationDetailsOrBuilder
-
addTransformationBuilder
public TransformationDescription.Builder addTransformationBuilder()
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
-
addTransformationBuilder
public TransformationDescription.Builder addTransformationBuilder(int index)
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
-
getTransformationBuilderList
public List<TransformationDescription.Builder> getTransformationBuilderList()
Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
repeated .google.privacy.dlp.v2.TransformationDescription transformation = 3;
-
hasStatusDetails
public boolean hasStatusDetails()
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.
.google.privacy.dlp.v2.TransformationResultStatus status_details = 4;
- Specified by:
hasStatusDetails
in interfaceTransformationDetailsOrBuilder
- Returns:
- Whether the statusDetails field is set.
-
getStatusDetails
public TransformationResultStatus getStatusDetails()
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.
.google.privacy.dlp.v2.TransformationResultStatus status_details = 4;
- Specified by:
getStatusDetails
in interfaceTransformationDetailsOrBuilder
- Returns:
- The statusDetails.
-
setStatusDetails
public TransformationDetails.Builder setStatusDetails(TransformationResultStatus value)
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.
.google.privacy.dlp.v2.TransformationResultStatus status_details = 4;
-
setStatusDetails
public TransformationDetails.Builder setStatusDetails(TransformationResultStatus.Builder builderForValue)
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.
.google.privacy.dlp.v2.TransformationResultStatus status_details = 4;
-
mergeStatusDetails
public TransformationDetails.Builder mergeStatusDetails(TransformationResultStatus value)
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.
.google.privacy.dlp.v2.TransformationResultStatus status_details = 4;
-
clearStatusDetails
public TransformationDetails.Builder clearStatusDetails()
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.
.google.privacy.dlp.v2.TransformationResultStatus status_details = 4;
-
getStatusDetailsBuilder
public TransformationResultStatus.Builder getStatusDetailsBuilder()
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.
.google.privacy.dlp.v2.TransformationResultStatus status_details = 4;
-
getStatusDetailsOrBuilder
public TransformationResultStatusOrBuilder getStatusDetailsOrBuilder()
Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.
.google.privacy.dlp.v2.TransformationResultStatus status_details = 4;
- Specified by:
getStatusDetailsOrBuilder
in interfaceTransformationDetailsOrBuilder
-
getTransformedBytes
public long getTransformedBytes()
The number of bytes that were transformed. If transformation was unsuccessful or did not take place because there was no content to transform, this will be zero.
int64 transformed_bytes = 5;
- Specified by:
getTransformedBytes
in interfaceTransformationDetailsOrBuilder
- Returns:
- The transformedBytes.
-
setTransformedBytes
public TransformationDetails.Builder setTransformedBytes(long value)
The number of bytes that were transformed. If transformation was unsuccessful or did not take place because there was no content to transform, this will be zero.
int64 transformed_bytes = 5;
- Parameters:
value
- The transformedBytes to set.- Returns:
- This builder for chaining.
-
clearTransformedBytes
public TransformationDetails.Builder clearTransformedBytes()
The number of bytes that were transformed. If transformation was unsuccessful or did not take place because there was no content to transform, this will be zero.
int64 transformed_bytes = 5;
- Returns:
- This builder for chaining.
-
hasTransformationLocation
public boolean hasTransformationLocation()
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;
- Specified by:
hasTransformationLocation
in interfaceTransformationDetailsOrBuilder
- Returns:
- Whether the transformationLocation field is set.
-
getTransformationLocation
public TransformationLocation getTransformationLocation()
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;
- Specified by:
getTransformationLocation
in interfaceTransformationDetailsOrBuilder
- Returns:
- The transformationLocation.
-
setTransformationLocation
public TransformationDetails.Builder setTransformationLocation(TransformationLocation value)
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;
-
setTransformationLocation
public TransformationDetails.Builder setTransformationLocation(TransformationLocation.Builder builderForValue)
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;
-
mergeTransformationLocation
public TransformationDetails.Builder mergeTransformationLocation(TransformationLocation value)
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;
-
clearTransformationLocation
public TransformationDetails.Builder clearTransformationLocation()
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;
-
getTransformationLocationBuilder
public TransformationLocation.Builder getTransformationLocationBuilder()
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;
-
getTransformationLocationOrBuilder
public TransformationLocationOrBuilder getTransformationLocationOrBuilder()
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;
- Specified by:
getTransformationLocationOrBuilder
in interfaceTransformationDetailsOrBuilder
-
setUnknownFields
public final TransformationDetails.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationDetails.Builder>
-
mergeUnknownFields
public final TransformationDetails.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TransformationDetails.Builder>
-
-