public RepeatedField<Operation> Operations { get; }
Operations to be reported.
Typically the service should report one operation per request.
Putting multiple operations into a single request is allowed, but should
be used only when multiple operations are natually available at the time
of the report.
There is no limit on the number of operations in the same ReportRequest,
however the ReportRequest size should be no larger than 1MB. See
[ReportResponse.report_errors][google.api.servicecontrol.v1.ReportResponse.report_errors]
for partial failure behavior.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides information about the `ReportRequest` class within the `Google.Cloud.ServiceControl.V1` namespace, specifically version 1.3.0 of the library, which is a request message used for the Report method."],["The `ReportRequest` class has multiple versions available, with version 2.4.0 being the latest, and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and another that takes another `ReportRequest` object as a parameter, allowing for the cloning of existing objects."],["The `ReportRequest` class contains properties `Operations`, `ServiceConfigId`, and `ServiceName`, which are used to specify operations to be reported, the service configuration version, and the service name, respectively."],["The `ReportRequest` is designed to send data that specifies the actions that have occurred, with a suggested format of one operation per request, however it can contain multiple as long as it doesn't exceed 1MB."]]],[]]