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
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.
attributes google.rpc.context.attribute_context_pb2.AttributeContext
Describes attributes about the operation being executed by the service.
resources Sequence[google.cloud.servicecontrol_v2.types.ResourceInfo]
Describes the resources and the policies applied to each resource.
flags str
Optional. Contains a comma-separated list of flags.

Inheritance

builtins.object > proto.message.Message > CheckRequest