public sealed class GenerateConfigReportResponse : IMessage<GenerateConfigReportResponse>, IEquatable<GenerateConfigReportResponse>, IDeepCloneable<GenerateConfigReportResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Management v1 API class GenerateConfigReportResponse.
Response message for GenerateConfigReport method.
Implements
IMessageGenerateConfigReportResponse, IEquatableGenerateConfigReportResponse, IDeepCloneableGenerateConfigReportResponse, 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 |
RepeatedFieldChangeReport |
Diagnostics
public RepeatedField<Diagnostic> Diagnostics { get; }
Errors / Linter warnings associated with the service definition this report belongs to.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDiagnostic |
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 |