Reference documentation and code samples for the Service Control API V1 API class Google::Cloud::ServiceControl::V1::AllocateQuotaRequest.
Request message for the AllocateQuota method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allocate_operation
def allocate_operation() -> ::Google::Cloud::ServiceControl::V1::QuotaOperation
- (::Google::Cloud::ServiceControl::V1::QuotaOperation) — Operation that describes the quota allocation.
#allocate_operation=
def allocate_operation=(value) -> ::Google::Cloud::ServiceControl::V1::QuotaOperation
- value (::Google::Cloud::ServiceControl::V1::QuotaOperation) — Operation that describes the quota allocation.
- (::Google::Cloud::ServiceControl::V1::QuotaOperation) — Operation that describes the quota allocation.
#service_config_id
def service_config_id() -> ::String
- (::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.
#service_config_id=
def service_config_id=(value) -> ::String
- value (::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.
- (::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.
#service_name
def service_name() -> ::String
-
(::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.
#service_name=
def service_name=(value) -> ::String
-
value (::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.
-
(::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.