public sealed class StoredType : IMessage<StoredType>, IEquatable<StoredType>, IDeepCloneable<StoredType>, IBufferMessage, IMessage
A reference to a StoredInfoType to use with scanning.
Implements
IMessage<StoredType>, IEquatable<StoredType>, IDeepCloneable<StoredType>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
StoredType()
public StoredType()
StoredType(StoredType)
public StoredType(StoredType other)
Parameter | |
---|---|
Name | Description |
other | StoredType |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Timestamp indicating when the version of the StoredInfoType
used for
inspection was created. Output-only field, populated by the system.
Property Value | |
---|---|
Type | Description |
Timestamp |
Name
public string Name { get; set; }
Resource name of the requested StoredInfoType
, for example
organizations/433245324/storedInfoTypes/432452342
or
projects/project-id/storedInfoTypes/432452342
.
Property Value | |
---|---|
Type | Description |
String |