Class ChangeLogEntry (0.1.1)

ChangeLogEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A log entry of a change made to an order.

Attributes

Name Description
name str
Identifier. Name of this change log entry. Format: projects/{project}/locations/{location}/orders/{order}/changeLogEntries/{change_log_entry}
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when this change log entry was created.
labels MutableMapping[str, str]
Optional. Labels associated with this change log entry as key value pairs. For more information about labels, see `Create and manage labels
log str
Output only. Content of this log entry.

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.