public static interface ConfigDumpOuterClass.ConfigDumpOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsConfigs(String key)
This map is serialized and dumped in its entirety at the /config_dump endpoint.
|
Map<String,com.google.protobuf.Any> |
getConfigs()
Deprecated.
|
int |
getConfigsCount()
This map is serialized and dumped in its entirety at the /config_dump endpoint.
|
Map<String,com.google.protobuf.Any> |
getConfigsMap()
This map is serialized and dumped in its entirety at the /config_dump endpoint.
|
com.google.protobuf.Any |
getConfigsOrDefault(String key,
com.google.protobuf.Any defaultValue)
This map is serialized and dumped in its entirety at the /config_dump endpoint.
|
com.google.protobuf.Any |
getConfigsOrThrow(String key)
This map is serialized and dumped in its entirety at the /config_dump endpoint.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getConfigsCount()
This map is serialized and dumped in its entirety at the /config_dump endpoint. Keys should be a short descriptor of the config object they map to. For example, Envoy's HTTP routing subsystem might use "routes" as the key for its config, for which it uses the message RouteConfigDump as defined below. In the future, the key will also be used to filter the output of the /config_dump endpoint.
map<string, .google.protobuf.Any> configs = 1 [(.gogoproto.nullable) = false];boolean containsConfigs(String key)
This map is serialized and dumped in its entirety at the /config_dump endpoint. Keys should be a short descriptor of the config object they map to. For example, Envoy's HTTP routing subsystem might use "routes" as the key for its config, for which it uses the message RouteConfigDump as defined below. In the future, the key will also be used to filter the output of the /config_dump endpoint.
map<string, .google.protobuf.Any> configs = 1 [(.gogoproto.nullable) = false];@Deprecated Map<String,com.google.protobuf.Any> getConfigs()
getConfigsMap() instead.Map<String,com.google.protobuf.Any> getConfigsMap()
This map is serialized and dumped in its entirety at the /config_dump endpoint. Keys should be a short descriptor of the config object they map to. For example, Envoy's HTTP routing subsystem might use "routes" as the key for its config, for which it uses the message RouteConfigDump as defined below. In the future, the key will also be used to filter the output of the /config_dump endpoint.
map<string, .google.protobuf.Any> configs = 1 [(.gogoproto.nullable) = false];com.google.protobuf.Any getConfigsOrDefault(String key, com.google.protobuf.Any defaultValue)
This map is serialized and dumped in its entirety at the /config_dump endpoint. Keys should be a short descriptor of the config object they map to. For example, Envoy's HTTP routing subsystem might use "routes" as the key for its config, for which it uses the message RouteConfigDump as defined below. In the future, the key will also be used to filter the output of the /config_dump endpoint.
map<string, .google.protobuf.Any> configs = 1 [(.gogoproto.nullable) = false];com.google.protobuf.Any getConfigsOrThrow(String key)
This map is serialized and dumped in its entirety at the /config_dump endpoint. Keys should be a short descriptor of the config object they map to. For example, Envoy's HTTP routing subsystem might use "routes" as the key for its config, for which it uses the message RouteConfigDump as defined below. In the future, the key will also be used to filter the output of the /config_dump endpoint.
map<string, .google.protobuf.Any> configs = 1 [(.gogoproto.nullable) = false];Copyright © 2018 The Envoy Project. All rights reserved.