Class GenerateConfigReportResponse (2.0.0)

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

Response message for GenerateConfigReport method.

Inheritance

Object > GenerateConfigReportResponse

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

GenerateConfigReportResponse()

public GenerateConfigReportResponse()

GenerateConfigReportResponse(GenerateConfigReportResponse)

public GenerateConfigReportResponse(GenerateConfigReportResponse other)
Parameter
NameDescription
otherGenerateConfigReportResponse

Properties

ChangeReports

public RepeatedField<ChangeReport> ChangeReports { get; }

list of ChangeReport, each corresponding to comparison between two service configurations.

Property Value
TypeDescription
RepeatedField<ChangeReport>

Diagnostics

public RepeatedField<Diagnostic> Diagnostics { get; }

Errors / Linter warnings associated with the service definition this report belongs to.

Property Value
TypeDescription
RepeatedField<Diagnostic>

Id

public string Id { get; set; }

ID of the service configuration this report belongs to.

Property Value
TypeDescription
String

ServiceName

public string ServiceName { get; set; }

Name of the service this report belongs to.

Property Value
TypeDescription
String