report method

ResponseFuture<ReportResponse> report(
  1. ReportRequest request, {
  2. CallOptions? options,
})

Private Preview. This feature is only available for approved services.

This method provides telemetry reporting for services that are integrated with Service Infrastructure. It reports a list of operations that have occurred on a service. It must be called after the operations have been executed. For more information, see Telemetry Reporting.

NOTE: The telemetry reporting has a hard limit of 1000 operations and 1MB per Report call. It is recommended to have no more than 100 operations per call.

This method requires the servicemanagement.services.report permission on the specified service. For more information, see Service Control API Access Control.

Implementation

$grpc.ResponseFuture<$0.ReportResponse> report(
  $0.ReportRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$report, request, options: options);
}