- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class TransformationDetails.Builder extends 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 type google.privacy.dlp.v2.TransformationDetails
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TransformationDetails.BuilderImplements
TransformationDetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllTransformation(Iterable<? extends TransformationDescription> values)
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;
Name | Description |
values | Iterable<? extends com.google.privacy.dlp.v2.TransformationDescription> |
Type | Description |
TransformationDetails.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TransformationDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TransformationDetails.Builder |
addTransformation(TransformationDescription value)
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;
Name | Description |
value | TransformationDescription |
Type | Description |
TransformationDetails.Builder |
addTransformation(TransformationDescription.Builder builderForValue)
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;
Name | Description |
builderForValue | TransformationDescription.Builder |
Type | Description |
TransformationDetails.Builder |
addTransformation(int index, TransformationDescription value)
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;
Name | Description |
index | int |
value | TransformationDescription |
Type | Description |
TransformationDetails.Builder |
addTransformation(int index, TransformationDescription.Builder builderForValue)
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;
Name | Description |
index | int |
builderForValue | TransformationDescription.Builder |
Type | Description |
TransformationDetails.Builder |
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;
Type | Description |
TransformationDescription.Builder |
addTransformationBuilder(int index)
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;
Name | Description |
index | int |
Type | Description |
TransformationDescription.Builder |
build()
public TransformationDetails build()
Type | Description |
TransformationDetails |
buildPartial()
public TransformationDetails buildPartial()
Type | Description |
TransformationDetails |
clear()
public TransformationDetails.Builder clear()
Type | Description |
TransformationDetails.Builder |
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;
Type | Description |
TransformationDetails.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public TransformationDetails.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
TransformationDetails.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TransformationDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
TransformationDetails.Builder |
clearResourceName()
public TransformationDetails.Builder clearResourceName()
The name of the job that completed the transformation.
string resource_name = 1;
Type | Description |
TransformationDetails.Builder | This builder for chaining. |
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;
Type | Description |
TransformationDetails.Builder |
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;
Type | Description |
TransformationDetails.Builder |
clearTransformationLocation()
public TransformationDetails.Builder clearTransformationLocation()
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;
Type | Description |
TransformationDetails.Builder |
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;
Type | Description |
TransformationDetails.Builder | This builder for chaining. |
clone()
public TransformationDetails.Builder clone()
Type | Description |
TransformationDetails.Builder |
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;
Type | Description |
String | The containerName. |
getContainerNameBytes()
public 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;
Type | Description |
ByteString | The bytes for containerName. |
getDefaultInstanceForType()
public TransformationDetails getDefaultInstanceForType()
Type | Description |
TransformationDetails |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getResourceName()
public String getResourceName()
The name of the job that completed the transformation.
string resource_name = 1;
Type | Description |
String | The resourceName. |
getResourceNameBytes()
public ByteString getResourceNameBytes()
The name of the job that completed the transformation.
string resource_name = 1;
Type | Description |
ByteString | The bytes for resourceName. |
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;
Type | Description |
TransformationResultStatus | The statusDetails. |
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;
Type | Description |
TransformationResultStatus.Builder |
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;
Type | Description |
TransformationResultStatusOrBuilder |
getTransformation(int index)
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;
Name | Description |
index | int |
Type | Description |
TransformationDescription |
getTransformationBuilder(int index)
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;
Name | Description |
index | int |
Type | Description |
TransformationDescription.Builder |
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;
Type | Description |
List<Builder> |
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;
Type | Description |
int |
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;
Type | Description |
List<TransformationDescription> |
getTransformationLocation()
public TransformationLocation getTransformationLocation()
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;
Type | Description |
TransformationLocation | The transformationLocation. |
getTransformationLocationBuilder()
public TransformationLocation.Builder getTransformationLocationBuilder()
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;
Type | Description |
TransformationLocation.Builder |
getTransformationLocationOrBuilder()
public TransformationLocationOrBuilder getTransformationLocationOrBuilder()
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;
Type | Description |
TransformationLocationOrBuilder |
getTransformationOrBuilder(int index)
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;
Name | Description |
index | int |
Type | Description |
TransformationDescriptionOrBuilder |
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;
Type | Description |
List<? extends com.google.privacy.dlp.v2.TransformationDescriptionOrBuilder> |
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;
Type | Description |
long | The transformedBytes. |
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;
Type | Description |
boolean | Whether the statusDetails field is set. |
hasTransformationLocation()
public boolean hasTransformationLocation()
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;
Type | Description |
boolean | Whether the transformationLocation field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(TransformationDetails other)
public TransformationDetails.Builder mergeFrom(TransformationDetails other)
Name | Description |
other | TransformationDetails |
Type | Description |
TransformationDetails.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TransformationDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TransformationDetails.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public TransformationDetails.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
TransformationDetails.Builder |
mergeStatusDetails(TransformationResultStatus value)
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;
Name | Description |
value | TransformationResultStatus |
Type | Description |
TransformationDetails.Builder |
mergeTransformationLocation(TransformationLocation value)
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;
Name | Description |
value | TransformationLocation |
Type | Description |
TransformationDetails.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TransformationDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TransformationDetails.Builder |
removeTransformation(int index)
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;
Name | Description |
index | int |
Type | Description |
TransformationDetails.Builder |
setContainerName(String value)
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;
Name | Description |
value | String The containerName to set. |
Type | Description |
TransformationDetails.Builder | This builder for chaining. |
setContainerNameBytes(ByteString value)
public TransformationDetails.Builder setContainerNameBytes(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;
Name | Description |
value | ByteString The bytes for containerName to set. |
Type | Description |
TransformationDetails.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public TransformationDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TransformationDetails.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TransformationDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
TransformationDetails.Builder |
setResourceName(String value)
public TransformationDetails.Builder setResourceName(String value)
The name of the job that completed the transformation.
string resource_name = 1;
Name | Description |
value | String The resourceName to set. |
Type | Description |
TransformationDetails.Builder | This builder for chaining. |
setResourceNameBytes(ByteString value)
public TransformationDetails.Builder setResourceNameBytes(ByteString value)
The name of the job that completed the transformation.
string resource_name = 1;
Name | Description |
value | ByteString The bytes for resourceName to set. |
Type | Description |
TransformationDetails.Builder | This builder for chaining. |
setStatusDetails(TransformationResultStatus value)
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;
Name | Description |
value | TransformationResultStatus |
Type | Description |
TransformationDetails.Builder |
setStatusDetails(TransformationResultStatus.Builder builderForValue)
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;
Name | Description |
builderForValue | TransformationResultStatus.Builder |
Type | Description |
TransformationDetails.Builder |
setTransformation(int index, TransformationDescription value)
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;
Name | Description |
index | int |
value | TransformationDescription |
Type | Description |
TransformationDetails.Builder |
setTransformation(int index, TransformationDescription.Builder builderForValue)
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;
Name | Description |
index | int |
builderForValue | TransformationDescription.Builder |
Type | Description |
TransformationDetails.Builder |
setTransformationLocation(TransformationLocation value)
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;
Name | Description |
value | TransformationLocation |
Type | Description |
TransformationDetails.Builder |
setTransformationLocation(TransformationLocation.Builder builderForValue)
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;
Name | Description |
builderForValue | TransformationLocation.Builder |
Type | Description |
TransformationDetails.Builder |
setTransformedBytes(long value)
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;
Name | Description |
value | long The transformedBytes to set. |
Type | Description |
TransformationDetails.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final TransformationDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TransformationDetails.Builder |