Class ReportRequest (1.5.0)

ReportRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for the Report method.

Attributes

NameDescription
service_name str
The service name as specified in its service configuration. For example, ``"pubsub.googleapis.com"``. See `google.api.Service
service_config_id str
Specifies the version of the service configuration that should be used to process the request. Must not be empty. Set this field to 'latest' to specify using the latest configuration.
operations Sequence[google.rpc.context.attribute_context_pb2.AttributeContext]
Describes the list of operations to be reported. Each operation is represented as an AttributeContext, and contains all attributes around an API access.

Inheritance

builtins.object > proto.message.Message > ReportRequest