public sealed class ChangeReport : IMessage<ChangeReport>, IEquatable<ChangeReport>, IDeepCloneable<ChangeReport>, IBufferMessage, IMessageReference 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.
Implements
IMessageChangeReport, IEquatableChangeReport, IDeepCloneableChangeReport, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
ChangeReport()
public ChangeReport()ChangeReport(ChangeReport)
public ChangeReport(ChangeReport other)| Parameter | |
|---|---|
| Name | Description |
other |
ChangeReport |
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 | |
|---|---|
| Type | Description |
RepeatedFieldConfigChange |
|