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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eReportRequest\u003c/code\u003e class is 2.4.0, with prior versions available from 2.3.0 down to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReportRequest\u003c/code\u003e is a class in the \u003ccode\u003eGoogle.Cloud.ServiceControl.V1\u003c/code\u003e namespace, used as a message type for the Report method within the Service Control v1 API.\u003c/p\u003e\n"],["\u003cp\u003eIt implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<ReportRequest>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<ReportRequest>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReportRequest\u003c/code\u003e includes properties like \u003ccode\u003eOperations\u003c/code\u003e, which is a collection of operations to be reported, \u003ccode\u003eServiceConfigId\u003c/code\u003e to specify the service configuration version, and \u003ccode\u003eServiceName\u003c/code\u003e to define the service being used.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOperations\u003c/code\u003e property within \u003ccode\u003eReportRequest\u003c/code\u003e allows for reporting multiple operations in a single request, but the total size should not exceed 1MB.\u003c/p\u003e\n"]]],[],null,[]]