Class: Google::Cloud::ServiceControl::V1::AllocateQuotaRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceControl::V1::AllocateQuotaRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicecontrol/v1/quota_controller.rb
Overview
Request message for the AllocateQuota method.
Instance Attribute Summary collapse
-
#allocate_operation ⇒ ::Google::Cloud::ServiceControl::V1::QuotaOperation
Operation that describes the quota allocation.
-
#service_config_id ⇒ ::String
Specifies which version of service configuration should be used to process the request.
-
#service_name ⇒ ::String
Name of the service as specified in the service configuration.
Instance Attribute Details
#allocate_operation ⇒ ::Google::Cloud::ServiceControl::V1::QuotaOperation
Returns Operation that describes the quota allocation.
39 40 41 42 |
# File 'proto_docs/google/api/servicecontrol/v1/quota_controller.rb', line 39 class AllocateQuotaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_config_id ⇒ ::String
Returns 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.
39 40 41 42 |
# File 'proto_docs/google/api/servicecontrol/v1/quota_controller.rb', line 39 class AllocateQuotaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_name ⇒ ::String
Returns 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.
39 40 41 42 |
# File 'proto_docs/google/api/servicecontrol/v1/quota_controller.rb', line 39 class AllocateQuotaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |