public static final class ConfigDumpOuterClass.ConfigDump.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ConfigDumpOuterClass.ConfigDump.Builder> implements ConfigDumpOuterClass.ConfigDumpOrBuilder
The /config_dump admin endpoint uses this wrapper message to maintain and serve arbitrary configuration information from any component in Envoy. TODO(jsedgwick) In the future, we may want to formalize this further with an RPC for config_dump, and perhaps even with an RPC per config type. That strategy across all endpoints will allow for more flexibility w.r.t. protocol, serialization, parameters, etc.Protobuf type
envoy.admin.v2.ConfigDump| Modifier and Type | Method and Description |
|---|---|
ConfigDumpOuterClass.ConfigDump.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ConfigDumpOuterClass.ConfigDump |
build() |
ConfigDumpOuterClass.ConfigDump |
buildPartial() |
ConfigDumpOuterClass.ConfigDump.Builder |
clear() |
ConfigDumpOuterClass.ConfigDump.Builder |
clearConfigs() |
ConfigDumpOuterClass.ConfigDump.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ConfigDumpOuterClass.ConfigDump.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ConfigDumpOuterClass.ConfigDump.Builder |
clone() |
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.
|
ConfigDumpOuterClass.ConfigDump |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Map<String,com.google.protobuf.Any> |
getMutableConfigs()
Deprecated.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
ConfigDumpOuterClass.ConfigDump.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ConfigDumpOuterClass.ConfigDump.Builder |
mergeFrom(ConfigDumpOuterClass.ConfigDump other) |
ConfigDumpOuterClass.ConfigDump.Builder |
mergeFrom(com.google.protobuf.Message other) |
ConfigDumpOuterClass.ConfigDump.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ConfigDumpOuterClass.ConfigDump.Builder |
putAllConfigs(Map<String,com.google.protobuf.Any> values)
This map is serialized and dumped in its entirety at the /config_dump endpoint.
|
ConfigDumpOuterClass.ConfigDump.Builder |
putConfigs(String key,
com.google.protobuf.Any value)
This map is serialized and dumped in its entirety at the /config_dump endpoint.
|
ConfigDumpOuterClass.ConfigDump.Builder |
removeConfigs(String key)
This map is serialized and dumped in its entirety at the /config_dump endpoint.
|
ConfigDumpOuterClass.ConfigDump.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ConfigDumpOuterClass.ConfigDump.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ConfigDumpOuterClass.ConfigDump.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigDumpOuterClass.ConfigDump.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigDumpOuterClass.ConfigDump.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigDumpOuterClass.ConfigDump.Builder>public ConfigDumpOuterClass.ConfigDump.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigDumpOuterClass.ConfigDump.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigDumpOuterClass.ConfigDump.Builder>public ConfigDumpOuterClass.ConfigDump getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ConfigDumpOuterClass.ConfigDump build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ConfigDumpOuterClass.ConfigDump buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ConfigDumpOuterClass.ConfigDump.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigDumpOuterClass.ConfigDump.Builder>public ConfigDumpOuterClass.ConfigDump.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigDumpOuterClass.ConfigDump.Builder>public ConfigDumpOuterClass.ConfigDump.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigDumpOuterClass.ConfigDump.Builder>public ConfigDumpOuterClass.ConfigDump.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigDumpOuterClass.ConfigDump.Builder>public ConfigDumpOuterClass.ConfigDump.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigDumpOuterClass.ConfigDump.Builder>public ConfigDumpOuterClass.ConfigDump.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigDumpOuterClass.ConfigDump.Builder>public ConfigDumpOuterClass.ConfigDump.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConfigDumpOuterClass.ConfigDump.Builder>public ConfigDumpOuterClass.ConfigDump.Builder mergeFrom(ConfigDumpOuterClass.ConfigDump other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigDumpOuterClass.ConfigDump.Builder>public ConfigDumpOuterClass.ConfigDump.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConfigDumpOuterClass.ConfigDump.Builder>IOExceptionpublic int getConfigsCount()
ConfigDumpOuterClass.ConfigDumpOrBuilderThis 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];getConfigsCount in interface ConfigDumpOuterClass.ConfigDumpOrBuilderpublic 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];containsConfigs in interface ConfigDumpOuterClass.ConfigDumpOrBuilder@Deprecated public Map<String,com.google.protobuf.Any> getConfigs()
getConfigsMap() instead.getConfigs in interface ConfigDumpOuterClass.ConfigDumpOrBuilderpublic 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];getConfigsMap in interface ConfigDumpOuterClass.ConfigDumpOrBuilderpublic 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];getConfigsOrDefault in interface ConfigDumpOuterClass.ConfigDumpOrBuilderpublic 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];getConfigsOrThrow in interface ConfigDumpOuterClass.ConfigDumpOrBuilderpublic ConfigDumpOuterClass.ConfigDump.Builder clearConfigs()
public ConfigDumpOuterClass.ConfigDump.Builder removeConfigs(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 public Map<String,com.google.protobuf.Any> getMutableConfigs()
public ConfigDumpOuterClass.ConfigDump.Builder putConfigs(String key, com.google.protobuf.Any value)
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];public ConfigDumpOuterClass.ConfigDump.Builder putAllConfigs(Map<String,com.google.protobuf.Any> values)
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];public final ConfigDumpOuterClass.ConfigDump.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigDumpOuterClass.ConfigDump.Builder>public final ConfigDumpOuterClass.ConfigDump.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigDumpOuterClass.ConfigDump.Builder>Copyright © 2018 The Envoy Project. All rights reserved.