Service Control v1 API - Class ReportRequest (2.3.0)

public sealed class ReportRequest : IMessage<ReportRequest>, IEquatable<ReportRequest>, IDeepCloneable<ReportRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Service Control v1 API class ReportRequest.

Request message for the Report method.

Inheritance

object > ReportRequest

Namespace

Google.Cloud.ServiceControl.V1

Assembly

Google.Cloud.ServiceControl.V1.dll

Constructors

ReportRequest()

public ReportRequest()

ReportRequest(ReportRequest)

public ReportRequest(ReportRequest other)
Parameter
NameDescription
otherReportRequest

Properties

Operations

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.

Property Value
TypeDescription
RepeatedFieldOperation

ServiceConfigId

public string ServiceConfigId { get; set; }

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.

Property Value
TypeDescription
string

ServiceName

public string ServiceName { get; set; }

The service name as specified in its service configuration. For example, "pubsub.googleapis.com".

See google.api.Service for the definition of a service name.

Property Value
TypeDescription
string