public static interface LoadBalancingPolicy.PolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getConfig()
Deprecated.
|
com.google.protobuf.StructOrBuilder |
getConfigOrBuilder()
Deprecated.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
com.google.protobuf.Any |
getTypedConfig()
.google.protobuf.Any typed_config = 3; |
com.google.protobuf.AnyOrBuilder |
getTypedConfigOrBuilder()
.google.protobuf.Any typed_config = 3; |
boolean |
hasConfig()
Deprecated.
|
boolean |
hasTypedConfig()
.google.protobuf.Any typed_config = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the LB policy.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Required. The name of the LB policy.
string name = 1;@Deprecated boolean hasConfig()
Optional config for the LB policy. No more than one of these two fields may be populated.
.google.protobuf.Struct config = 2 [deprecated = true];@Deprecated com.google.protobuf.Struct getConfig()
Optional config for the LB policy. No more than one of these two fields may be populated.
.google.protobuf.Struct config = 2 [deprecated = true];@Deprecated com.google.protobuf.StructOrBuilder getConfigOrBuilder()
Optional config for the LB policy. No more than one of these two fields may be populated.
.google.protobuf.Struct config = 2 [deprecated = true];boolean hasTypedConfig()
.google.protobuf.Any typed_config = 3;com.google.protobuf.Any getTypedConfig()
.google.protobuf.Any typed_config = 3;com.google.protobuf.AnyOrBuilder getTypedConfigOrBuilder()
.google.protobuf.Any typed_config = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.