@Generated(value="by GAPIC") @BetaApi public final class ConsistentHashLoadBalancerSettings extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
ConsistentHashLoadBalancerSettings.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
static ConsistentHashLoadBalancerSettings |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
ConsistentHashLoadBalancerSettingsHttpCookie |
getHttpCookie()
Hash is based on HTTP Cookie.
|
String |
getHttpHeaderName()
The hash based on the value of the specified header field.
|
String |
getMinimumRingSize()
The minimum number of virtual nodes to use for the hash ring.
|
int |
hashCode() |
static ConsistentHashLoadBalancerSettings.Builder |
newBuilder() |
static ConsistentHashLoadBalancerSettings.Builder |
newBuilder(ConsistentHashLoadBalancerSettings prototype) |
ConsistentHashLoadBalancerSettings.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 ConsistentHashLoadBalancerSettingsHttpCookie getHttpCookie()
public String getHttpHeaderName()
public String getMinimumRingSize()
public static ConsistentHashLoadBalancerSettings.Builder newBuilder()
public static ConsistentHashLoadBalancerSettings.Builder newBuilder(ConsistentHashLoadBalancerSettings prototype)
public ConsistentHashLoadBalancerSettings.Builder toBuilder()
public static ConsistentHashLoadBalancerSettings getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.