public sealed class ChangeLogEntry : IMessage<ChangeLogEntry>, IEquatable<ChangeLogEntry>, IDeepCloneable<ChangeLogEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class ChangeLogEntry.
A log entry of a change made to an order.
Implements
IMessageChangeLogEntry, IEquatableChangeLogEntry, IDeepCloneableChangeLogEntry, IBufferMessage, IMessageNamespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
ChangeLogEntry()
public ChangeLogEntry()
ChangeLogEntry(ChangeLogEntry)
public ChangeLogEntry(ChangeLogEntry other)
Parameter | |
---|---|
Name | Description |
other |
ChangeLogEntry |
Properties
ChangeLogEntryName
public ChangeLogEntryName ChangeLogEntryName { get; set; }
ChangeLogEntryName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ChangeLogEntryName |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Time when this change log entry was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Labels
public MapField<string, string> Labels { get; }
Optional. Labels associated with this change log entry as key value pairs. For more information about labels, see Create and manage labels.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Log
public string Log { get; set; }
Output only. Content of this log entry.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Identifier. Name of this change log entry.
Format:
projects/{project}/locations/{location}/orders/{order}/changeLogEntries/{change_log_entry}
Property Value | |
---|---|
Type | Description |
string |