public sealed class GenerateConfigReportResponse : IMessage<GenerateConfigReportResponse>, IEquatable<GenerateConfigReportResponse>, IDeepCloneable<GenerateConfigReportResponse>, IBufferMessage, IMessageResponse message for GenerateConfigReport method.
Implements
IMessage<GenerateConfigReportResponse>, IEquatable<GenerateConfigReportResponse>, IDeepCloneable<GenerateConfigReportResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
GenerateConfigReportResponse()
public GenerateConfigReportResponse()GenerateConfigReportResponse(GenerateConfigReportResponse)
public GenerateConfigReportResponse(GenerateConfigReportResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateConfigReportResponse |
Properties
ChangeReports
public RepeatedField<ChangeReport> ChangeReports { get; }list of ChangeReport, each corresponding to comparison between two service configurations.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<ChangeReport> |
|
Diagnostics
public RepeatedField<Diagnostic> Diagnostics { get; }Errors / Linter warnings associated with the service definition this report belongs to.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Diagnostic> |
|
Id
public string Id { get; set; }ID of the service configuration this report belongs to.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ServiceName
public string ServiceName { get; set; }Name of the service this report belongs to.
| Property Value | |
|---|---|
| Type | Description |
String |
|