Show / Hide Table of Contents

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
object
ClientServiceRequest
ClientServiceRequest<GenerateConfigReportResponse>
ServiceManagementBaseServiceRequest<GenerateConfigReportResponse>
ServicesResource.GenerateConfigReportRequest
Implements
IClientServiceRequest<GenerateConfigReportResponse>
IClientServiceRequest
Inherited Members
ServiceManagementBaseServiceRequest<GenerateConfigReportResponse>.Xgafv
ServiceManagementBaseServiceRequest<GenerateConfigReportResponse>.AccessToken
ServiceManagementBaseServiceRequest<GenerateConfigReportResponse>.Alt
ServiceManagementBaseServiceRequest<GenerateConfigReportResponse>.Callback
ServiceManagementBaseServiceRequest<GenerateConfigReportResponse>.Fields
ServiceManagementBaseServiceRequest<GenerateConfigReportResponse>.Key
ServiceManagementBaseServiceRequest<GenerateConfigReportResponse>.OauthToken
ServiceManagementBaseServiceRequest<GenerateConfigReportResponse>.PrettyPrint
ServiceManagementBaseServiceRequest<GenerateConfigReportResponse>.QuotaUser
ServiceManagementBaseServiceRequest<GenerateConfigReportResponse>.UploadType
ServiceManagementBaseServiceRequest<GenerateConfigReportResponse>.UploadProtocol
ClientServiceRequest<GenerateConfigReportResponse>.Execute()
ClientServiceRequest<GenerateConfigReportResponse>.ExecuteAsStream()
ClientServiceRequest<GenerateConfigReportResponse>.ExecuteAsync()
ClientServiceRequest<GenerateConfigReportResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GenerateConfigReportResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GenerateConfigReportResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GenerateConfigReportResponse>.CreateRequest(bool?)
ClientServiceRequest<GenerateConfigReportResponse>.GenerateRequestUri()
ClientServiceRequest<GenerateConfigReportResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GenerateConfigReportResponse>.ETagAction
ClientServiceRequest<GenerateConfigReportResponse>.ModifyRequest
ClientServiceRequest<GenerateConfigReportResponse>.ValidateParameters
ClientServiceRequest<GenerateConfigReportResponse>.ApiVersion
ClientServiceRequest<GenerateConfigReportResponse>.RequestParameters
ClientServiceRequest<GenerateConfigReportResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ClientServiceRequest<GenerateConfigReportResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GenerateConfigReportResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GenerateConfigReportResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GenerateConfigReportResponse>.GetBody()

InitParameters()

Initializes GenerateConfigReport parameter list.

Declaration
protected override void InitParameters()
Overrides
ServiceManagementBaseServiceRequest<GenerateConfigReportResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX