@Generated(value="by GAPIC") @BetaApi public final class CircuitBreakers extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
CircuitBreakers.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
static CircuitBreakers |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
Integer |
getMaxConnections()
The maximum number of connections to the backend cluster.
|
Integer |
getMaxPendingRequests()
The maximum number of pending requests allowed to the backend cluster.
|
Integer |
getMaxRequests()
The maximum number of parallel requests that allowed to the backend cluster.
|
Integer |
getMaxRequestsPerConnection()
Maximum requests for a single backend connection.
|
Integer |
getMaxRetries()
The maximum number of parallel retries allowed to the backend cluster.
|
int |
hashCode() |
static CircuitBreakers.Builder |
newBuilder() |
static CircuitBreakers.Builder |
newBuilder(CircuitBreakers prototype) |
CircuitBreakers.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public Integer getMaxConnections()
public Integer getMaxPendingRequests()
public Integer getMaxRequests()
public Integer getMaxRequestsPerConnection()
public Integer getMaxRetries()
public static CircuitBreakers.Builder newBuilder()
public static CircuitBreakers.Builder newBuilder(CircuitBreakers prototype)
public CircuitBreakers.Builder toBuilder()
public static CircuitBreakers getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.