Class ReportRequest
Request message for the Report method.
Implements
Inherited Members
Namespace: Google.Apis.ServiceControl.v1.Data
Assembly: Google.Apis.ServiceControl.v1.dll
Syntax
public class ReportRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Operations
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 for partial failure behavior.
Declaration
[JsonProperty("operations")]
public virtual IList<Operation> Operations { get; set; }
Property Value
Type | Description |
---|---|
IList<Operation> |
ServiceConfigId
Specifies which version of service config should be used to process the request. If unspecified or no matching version can be found, the latest one will be used.
Declaration
[JsonProperty("serviceConfigId")]
public virtual string ServiceConfigId { get; set; }
Property Value
Type | Description |
---|---|
string |