Show / Hide Table of Contents

Class GenerateConfigReportResponse

Response message for GenerateConfigReport method.

Inheritance
object
GenerateConfigReportResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceManagement.v1.Data
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class GenerateConfigReportResponse : IDirectResponseSchema

Properties

ChangeReports

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

Declaration
[JsonProperty("changeReports")]
public virtual IList<ChangeReport> ChangeReports { get; set; }
Property Value
Type Description
IList<ChangeReport>

Diagnostics

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

Declaration
[JsonProperty("diagnostics")]
public virtual IList<Diagnostic> Diagnostics { get; set; }
Property Value
Type Description
IList<Diagnostic>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

ID of the service configuration this report belongs to.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

ServiceName

Name of the service this report belongs to.

Declaration
[JsonProperty("serviceName")]
public virtual string ServiceName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX