generateConfigReport method
ResponseFuture<GenerateConfigReportResponse>
generateConfigReport(
- GenerateConfigReportRequest request, {
- CallOptions? options,
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.
Implementation
$grpc.ResponseFuture<$0.GenerateConfigReportResponse> generateConfigReport(
$0.GenerateConfigReportRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$generateConfigReport, request, options: options);
}