Service Management v1 API - Class ChangeReport (2.2.0)

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

Reference documentation and code samples for the Service Management v1 API class ChangeReport.

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
RepeatedFieldConfigChange