Google Cloud Data Loss Prevention v2 API - Class StoredInfoTypeVersion (4.8.0)

public sealed class StoredInfoTypeVersion : IMessage<StoredInfoTypeVersion>, IEquatable<StoredInfoTypeVersion>, IDeepCloneable<StoredInfoTypeVersion>, IBufferMessage, IMessage

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

Version of a StoredInfoType, including the configuration used to build it, create timestamp, and current state.

Inheritance

object > StoredInfoTypeVersion

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

StoredInfoTypeVersion()

public StoredInfoTypeVersion()

StoredInfoTypeVersion(StoredInfoTypeVersion)

public StoredInfoTypeVersion(StoredInfoTypeVersion other)
Parameter
NameDescription
otherStoredInfoTypeVersion

Properties

Config

public StoredInfoTypeConfig Config { get; set; }

StoredInfoType configuration.

Property Value
TypeDescription
StoredInfoTypeConfig

CreateTime

public Timestamp CreateTime { get; set; }

Create timestamp of the version. Read-only, determined by the system when the version is created.

Property Value
TypeDescription
Timestamp

Errors

public RepeatedField<Error> Errors { get; }

Errors that occurred when creating this storedInfoType version, or anomalies detected in the storedInfoType data that render it unusable. Only the five most recent errors will be displayed, with the most recent error appearing first.

For example, some of the data for stored custom dictionaries is put in the user's Cloud Storage bucket, and if this data is modified or deleted by the user or another system, the dictionary becomes invalid.

If any errors occur, fix the problem indicated by the error message and use the UpdateStoredInfoType API method to create another version of the storedInfoType to continue using it, reusing the same config if it was not the source of the error.

Property Value
TypeDescription
RepeatedFieldError

State

public StoredInfoTypeState State { get; set; }

Stored info type version state. Read-only, updated by the system during dictionary creation.

Property Value
TypeDescription
StoredInfoTypeState

Stats

public StoredInfoTypeStats Stats { get; set; }

Statistics about this storedInfoType version.

Property Value
TypeDescription
StoredInfoTypeStats