Class: Google::Cloud::ServiceControl::V1::AllocateQuotaRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#allocate_operation::Google::Cloud::ServiceControl::V1::QuotaOperation

Returns Operation that describes the quota allocation.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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