Interface RequestUtilizationOrBuilder (2.72.0)

publicinterface RequestUtilizationOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getTargetConcurrentRequests()

publicabstractintgetTargetConcurrentRequests()

Target number of concurrent requests.

int32 target_concurrent_requests = 2;

Returns
Type Description
int

The targetConcurrentRequests.

getTargetRequestCountPerSecond()

publicabstractintgetTargetRequestCountPerSecond()

Target requests per second.

int32 target_request_count_per_second = 1;

Returns
Type Description
int

The targetRequestCountPerSecond.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.