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
:ref:`/config_dump <operations_admin_interface_config_dump>` endpoint.
|
Map<String,com.google.protobuf.Any> |
getConfigs()
Deprecated.
|
int |
getConfigsCount()
This map is serialized and dumped in its entirety at the
:ref:`/config_dump <operations_admin_interface_config_dump>` endpoint.
|
Map<String,com.google.protobuf.Any> |
getConfigsMap()
This map is serialized and dumped in its entirety at the
:ref:`/config_dump <operations_admin_interface_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
:ref:`/config_dump <operations_admin_interface_config_dump>` endpoint.
|
com.google.protobuf.Any |
getConfigsOrThrow(String key)
This map is serialized and dumped in its entirety at the
:ref:`/config_dump <operations_admin_interface_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 :ref:`/config_dump <operations_admin_interface_config_dump>` endpoint. Keys are a short descriptor of the config object they map to. The following keys (and the messages they map to) are currently supported: * *bootstrap*: :ref:`BootstrapConfigDump <envoy_api_msg_admin.v2alpha.BootstrapConfigDump>` * *listeners*: :ref:`ListenersConfigDump <envoy_api_msg_admin.v2alpha.ListenersConfigDump>` * *clusters*: :ref:`ClustersConfigDump <envoy_api_msg_admin.v2alpha.ClustersConfigDump>` * *routes*: :ref:`RoutesConfigDump <envoy_api_msg_admin.v2alpha.RoutesConfigDump>`
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 :ref:`/config_dump <operations_admin_interface_config_dump>` endpoint. Keys are a short descriptor of the config object they map to. The following keys (and the messages they map to) are currently supported: * *bootstrap*: :ref:`BootstrapConfigDump <envoy_api_msg_admin.v2alpha.BootstrapConfigDump>` * *listeners*: :ref:`ListenersConfigDump <envoy_api_msg_admin.v2alpha.ListenersConfigDump>` * *clusters*: :ref:`ClustersConfigDump <envoy_api_msg_admin.v2alpha.ClustersConfigDump>` * *routes*: :ref:`RoutesConfigDump <envoy_api_msg_admin.v2alpha.RoutesConfigDump>`
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 :ref:`/config_dump <operations_admin_interface_config_dump>` endpoint. Keys are a short descriptor of the config object they map to. The following keys (and the messages they map to) are currently supported: * *bootstrap*: :ref:`BootstrapConfigDump <envoy_api_msg_admin.v2alpha.BootstrapConfigDump>` * *listeners*: :ref:`ListenersConfigDump <envoy_api_msg_admin.v2alpha.ListenersConfigDump>` * *clusters*: :ref:`ClustersConfigDump <envoy_api_msg_admin.v2alpha.ClustersConfigDump>` * *routes*: :ref:`RoutesConfigDump <envoy_api_msg_admin.v2alpha.RoutesConfigDump>`
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 :ref:`/config_dump <operations_admin_interface_config_dump>` endpoint. Keys are a short descriptor of the config object they map to. The following keys (and the messages they map to) are currently supported: * *bootstrap*: :ref:`BootstrapConfigDump <envoy_api_msg_admin.v2alpha.BootstrapConfigDump>` * *listeners*: :ref:`ListenersConfigDump <envoy_api_msg_admin.v2alpha.ListenersConfigDump>` * *clusters*: :ref:`ClustersConfigDump <envoy_api_msg_admin.v2alpha.ClustersConfigDump>` * *routes*: :ref:`RoutesConfigDump <envoy_api_msg_admin.v2alpha.RoutesConfigDump>`
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 :ref:`/config_dump <operations_admin_interface_config_dump>` endpoint. Keys are a short descriptor of the config object they map to. The following keys (and the messages they map to) are currently supported: * *bootstrap*: :ref:`BootstrapConfigDump <envoy_api_msg_admin.v2alpha.BootstrapConfigDump>` * *listeners*: :ref:`ListenersConfigDump <envoy_api_msg_admin.v2alpha.ListenersConfigDump>` * *clusters*: :ref:`ClustersConfigDump <envoy_api_msg_admin.v2alpha.ClustersConfigDump>` * *routes*: :ref:`RoutesConfigDump <envoy_api_msg_admin.v2alpha.RoutesConfigDump>`
map<string, .google.protobuf.Any> configs = 1 [(.gogoproto.nullable) = false];Copyright © 2018 The Envoy Project. All rights reserved.