Class CheckRequest (1.5.2)

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

Request message for the Check method.

Attributes

NameDescription
service_name str
The service name as specified in its service configuration. For example, ``"pubsub.googleapis.com"``. See `google.api.Service
operation google.cloud.servicecontrol_v1.types.Operation
The operation to be checked.
service_config_id str
Specifies which version of service configuration should be used to process the request. If unspecified or no matching version can be found, the latest one will be used.

Inheritance

builtins.object > proto.message.Message > CheckRequest