public abstract static class FlowControlSettings.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FlowControlSettings |
build() |
abstract FlowControlSettings.Builder |
setBytesOutstanding(long bytes)
The number of quota bytes that may be outstanding to the client.
|
abstract FlowControlSettings.Builder |
setMessagesOutstanding(long elements)
The number of messages that may be outstanding to the client.
|
public abstract FlowControlSettings.Builder setBytesOutstanding(long bytes)
public abstract FlowControlSettings.Builder setMessagesOutstanding(long elements)
public FlowControlSettings build() throws com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.ApiExceptionCopyright © 2023 Google LLC. All rights reserved.