Class ServicesResource.GenerateConfigReportRequest
Generates and returns a report (errors, warnings and changes from existing configurations) associated with GenerateConfigReportRequest.new_value If GenerateConfigReportRequest.old_value is specified, GenerateConfigReportRequest will contain a single ChangeReport based on the comparison between GenerateConfigReportRequest.new_value and GenerateConfigReportRequest.old_value. If GenerateConfigReportRequest.old_value is not specified, this method will compare GenerateConfigReportRequest.new_value with the last pushed service configuration.
Inheritance
ServicesResource.GenerateConfigReportRequest
Inherited Members
Namespace: Google.Apis.ServiceManagement.v1
Assembly: Google.Apis.ServiceManagement.v1.dll
Syntax
public class ServicesResource.GenerateConfigReportRequest : ServiceManagementBaseServiceRequest<GenerateConfigReportResponse>, IClientServiceRequest<GenerateConfigReportResponse>, IClientServiceRequest
Constructors
GenerateConfigReportRequest(IClientService, GenerateConfigReportRequest)
Constructs a new GenerateConfigReport request.
Declaration
public GenerateConfigReportRequest(IClientService service, GenerateConfigReportRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GenerateConfigReportRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes GenerateConfigReport parameter list.
Declaration
protected override void InitParameters()