Class CloudTasksQueueRateLimits.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_tasks_queue.CloudTasksQueueRateLimits.Jsii$Proxy
-
- All Implemented Interfaces:
CloudTasksQueueRateLimits,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudTasksQueueRateLimits
@Stability(Stable) @Internal public static final class CloudTasksQueueRateLimits.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudTasksQueueRateLimits
An implementation forCloudTasksQueueRateLimits
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.cloud_tasks_queue.CloudTasksQueueRateLimits
CloudTasksQueueRateLimits.Builder, CloudTasksQueueRateLimits.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudTasksQueueRateLimits.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudTasksQueueRateLimits.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetMaxConcurrentDispatches()The maximum number of concurrent tasks that Cloud Tasks allows to be dispatched for this queue.NumbergetMaxDispatchesPerSecond()The maximum rate at which tasks are dispatched from this queue.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CloudTasksQueueRateLimits.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudTasksQueueRateLimits.Builder.
-
-
Method Detail
-
getMaxConcurrentDispatches
public final Number getMaxConcurrentDispatches()
Description copied from interface:CloudTasksQueueRateLimitsThe maximum number of concurrent tasks that Cloud Tasks allows to be dispatched for this queue.After this threshold has been reached, Cloud Tasks stops dispatching tasks until the number of concurrent requests decreases. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_tasks_queue#max_concurrent_dispatches CloudTasksQueue#max_concurrent_dispatches}
- Specified by:
getMaxConcurrentDispatchesin interfaceCloudTasksQueueRateLimits
-
getMaxDispatchesPerSecond
public final Number getMaxDispatchesPerSecond()
Description copied from interface:CloudTasksQueueRateLimitsThe maximum rate at which tasks are dispatched from this queue.If unspecified when the queue is created, Cloud Tasks will pick the default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_tasks_queue#max_dispatches_per_second CloudTasksQueue#max_dispatches_per_second}
- Specified by:
getMaxDispatchesPerSecondin interfaceCloudTasksQueueRateLimits
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-