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."],[[["\u003cp\u003eThe \u003ccode\u003eReportRequest\u003c/code\u003e class is used to send a request message for the Report method, which is defined in the \u003ccode\u003eGoogle.Cloud.ServiceControl.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<ReportRequest>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<ReportRequest>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e, indicating its capabilities for handling message operations, equality checks, deep cloning, and buffer-based messaging.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReportRequest\u003c/code\u003e class has two constructors: one default and one that allows creating a new \u003ccode\u003eReportRequest\u003c/code\u003e object based on an existing \u003ccode\u003eReportRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOperations\u003c/code\u003e property is a \u003ccode\u003eRepeatedField\u003c/code\u003e of type \u003ccode\u003eOperation\u003c/code\u003e which represents the operations to be reported, with a suggestion of reporting one operation per request, although multiple operations are allowed within a size limit of 1MB per request.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes \u003ccode\u003eServiceName\u003c/code\u003e and \u003ccode\u003eServiceConfigId\u003c/code\u003e properties, allowing it to specify the associated service and its configuration version for processing the request.\u003c/p\u003e\n"]]],[],null,[]]