Class AllocateQuotaRequest (1.5.2)

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

Request message for the AllocateQuota method.

Attributes

NameDescription
service_name str
Name of the service as specified in the service configuration. For example, ``"pubsub.googleapis.com"``. See `google.api.Service][google.api.Service]` for the definition of a service name.
allocate_operation google.cloud.servicecontrol_v1.types.QuotaOperation
Operation that describes the quota allocation.
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 > AllocateQuotaRequest