Service Management v1 API - Class GenerateConfigReportRequest (2.1.0)

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

Reference documentation and code samples for the Service Management v1 API class GenerateConfigReportRequest.

Request message for GenerateConfigReport method.

Inheritance

Object > GenerateConfigReportRequest

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

GenerateConfigReportRequest()

public GenerateConfigReportRequest()

GenerateConfigReportRequest(GenerateConfigReportRequest)

public GenerateConfigReportRequest(GenerateConfigReportRequest other)
Parameter
NameDescription
otherGenerateConfigReportRequest

Properties

NewConfig

public Any NewConfig { get; set; }

Required. Service configuration for which we want to generate the report. For this version of API, the supported types are [google.api.servicemanagement.v1.ConfigRef][google.api.servicemanagement.v1.ConfigRef], [google.api.servicemanagement.v1.ConfigSource][google.api.servicemanagement.v1.ConfigSource], and [google.api.Service][google.api.Service]

Property Value
TypeDescription
Any

OldConfig

public Any OldConfig { get; set; }

Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are [google.api.servicemanagement.v1.ConfigRef][google.api.servicemanagement.v1.ConfigRef], [google.api.servicemanagement.v1.ConfigSource][google.api.servicemanagement.v1.ConfigSource], and [google.api.Service][google.api.Service]

Property Value
TypeDescription
Any