public static interface Cds.Cluster.LbSubsetConfig.LbSubsetSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKeys(int index)
List of keys to match with the weighted cluster metadata.
|
com.google.protobuf.ByteString |
getKeysBytes(int index)
List of keys to match with the weighted cluster metadata.
|
int |
getKeysCount()
List of keys to match with the weighted cluster metadata.
|
List<String> |
getKeysList()
List of keys to match with the weighted cluster metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getKeysList()
List of keys to match with the weighted cluster metadata.
repeated string keys = 1;int getKeysCount()
List of keys to match with the weighted cluster metadata.
repeated string keys = 1;String getKeys(int index)
List of keys to match with the weighted cluster metadata.
repeated string keys = 1;com.google.protobuf.ByteString getKeysBytes(int index)
List of keys to match with the weighted cluster metadata.
repeated string keys = 1;Copyright © 2018 The Envoy Project. All rights reserved.