GDC Hardware Management v1alpha API - Class ChangeLogEntry (1.0.0-alpha01)

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.

Inheritance

object > ChangeLogEntry

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

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