车讯:日内瓦车展亮相 丰田新YARiS性能版官图

百度 传统的城市规划注重通过城市空间结构的拓展来提升和完善城市功能,当把以人为本、尊重自然、传承历史、绿色低碳等理念融入城市规划全过程,城市规划也随之应当从宏观视角逐步聚焦中观、微观层次,突出在底线约束的前提下,在规划上优化宜居空间布局,推动城市走上优化结构、集约发展、品质提升的转型之路。
public sealed class TransformationDetails : IMessage<TransformationDetails>, IEquatable<TransformationDetails>, IDeepCloneable<TransformationDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TransformationDetails.

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.

Inheritance

object > TransformationDetails

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

TransformationDetails()

public TransformationDetails()

TransformationDetails(TransformationDetails)

public TransformationDetails(TransformationDetails other)
Parameter
Name Description
other TransformationDetails

Properties

ContainerName

public string ContainerName { get; set; }

The top level name of the container where the transformation is located (this will be the source file name or table name).

Property Value
Type Description
string

ResourceName

public string ResourceName { get; set; }

The name of the job that completed the transformation.

Property Value
Type Description
string

StatusDetails

public TransformationResultStatus StatusDetails { get; set; }

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.

Property Value
Type Description
TransformationResultStatus

Transformation

public RepeatedField<TransformationDescription> Transformation { get; }

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.

Property Value
Type Description
RepeatedFieldTransformationDescription

TransformationLocation

public TransformationLocation TransformationLocation { get; set; }

The precise location of the transformed content in the original container.

Property Value
Type Description
TransformationLocation

TransformedBytes

public long TransformedBytes { get; set; }

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.

Property Value
Type Description
long