public sealed class SystemTimestamps : IMessage<SystemTimestamps>, IEquatable<SystemTimestamps>, IDeepCloneable<SystemTimestamps>, IBufferMessage, IMessage
Timestamps about this resource according to a particular system.
Implements
IMessage<SystemTimestamps>, IEquatable<SystemTimestamps>, IDeepCloneable<SystemTimestamps>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
SystemTimestamps()
public SystemTimestamps()
SystemTimestamps(SystemTimestamps)
public SystemTimestamps(SystemTimestamps other)
Parameter | |
---|---|
Name | Description |
other | SystemTimestamps |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
The creation time of the resource within the given system.
Property Value | |
---|---|
Type | Description |
Timestamp |
ExpireTime
public Timestamp ExpireTime { get; set; }
Output only. The expiration time of the resource within the given system. Currently only apllicable to BigQuery resources.
Property Value | |
---|---|
Type | Description |
Timestamp |
UpdateTime
public Timestamp UpdateTime { get; set; }
The last-modified time of the resource within the given system.
Property Value | |
---|---|
Type | Description |
Timestamp |