Class ChangeReport (1.5.0)

public sealed class ChangeReport : IMessage<ChangeReport>, IEquatable<ChangeReport>, IDeepCloneable<ChangeReport>, IBufferMessage, IMessage

Change report associated with a particular service configuration.

It contains a list of ConfigChanges based on the comparison between two service configurations.

Inheritance

Object > ChangeReport

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

ChangeReport()

public ChangeReport()

ChangeReport(ChangeReport)

public ChangeReport(ChangeReport other)
Parameter
NameDescription
otherChangeReport

Properties

ConfigChanges

public RepeatedField<ConfigChange> ConfigChanges { get; }

List of changes between two service configurations. The changes will be alphabetically sorted based on the identifier of each change. A ConfigChange identifier is a dot separated path to the configuration. Example: visibility.rules[selector='LibraryService.CreateBook'].restriction

Property Value
TypeDescription
RepeatedField<ConfigChange>