@Generated(value="by GAPIC") @BetaApi public final class ConnectionDraining extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
ConnectionDraining.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
static ConnectionDraining |
getDefaultInstance() |
Integer |
getDrainingTimeoutSec()
The amount of time in seconds to allow existing connections to persist while on unhealthy
backend VMs.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
int |
hashCode() |
static ConnectionDraining.Builder |
newBuilder() |
static ConnectionDraining.Builder |
newBuilder(ConnectionDraining prototype) |
ConnectionDraining.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 getDrainingTimeoutSec()
public static ConnectionDraining.Builder newBuilder()
public static ConnectionDraining.Builder newBuilder(ConnectionDraining prototype)
public ConnectionDraining.Builder toBuilder()
public static ConnectionDraining getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.