public interface TransformationDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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).
|
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.
|
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.
|
int |
getTransformationCount()
Description of transformation.
|
List<TransformationDescription> |
getTransformationList()
Description of transformation.
|
TransformationLocation |
getTransformationLocation()
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getResourceName()
The name of the job that completed the transformation.
string resource_name = 1;com.google.protobuf.ByteString getResourceNameBytes()
The name of the job that completed the transformation.
string resource_name = 1;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;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;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;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;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;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;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;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;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;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;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;boolean hasTransformationLocation()
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;TransformationLocation getTransformationLocation()
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;TransformationLocationOrBuilder getTransformationLocationOrBuilder()
The precise location of the transformed content in the original container.
.google.privacy.dlp.v2.TransformationLocation transformation_location = 6;Copyright © 2022 Google LLC. All rights reserved.