Get desktop application:
View/edit binary Protocol Buffers messages
ChangeLogService is a service that provides the ability to send change log entries.
SendChangeLog sends a change log entry to the change log service.
SendChangeLogRequest represents a request to send a single change log entry.
The change log entry to send as part of this request.
SendChangeLogResponse is the response returned by the ChangeLogService after a change log entry is sent. Currently, this is an empty message as the only useful information expected to sent back at this time will be through errors.
(message has no fields)
ChangeLogEntry represents a single change log entry, with detailed information about the resource that was changed.
Used in:
The timestamp at which the change occurred.
The name and version of the provider that is making the change to the resource.
The API version of the resource that was changed, e.g. Group/Version.
The kind of the resource that was changed.
The name of the resource that was changed.
The external name of the resource that was changed.
The type of operation that was performed on the resource, e.g. Create, Update, or Delete.
A full snapshot of the resource's state, as observed directly before the resource was changed.
An optional error message that describes any error encountered while performing the operation on the resource.
An optional additional details that can be provided for further context about the change.
OperationType represents the type of operation that was performed on a resource.
Used in: