Uses of Enum
io.envoyproxy.envoy.service.status.v3.ConfigStatus
Packages that use ConfigStatus
-
Uses of ConfigStatus in io.envoyproxy.envoy.service.status.v3
Fields in io.envoyproxy.envoy.service.status.v3 declared as ConfigStatusFields in io.envoyproxy.envoy.service.status.v3 with type parameters of type ConfigStatusModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<ConfigStatus> ConfigStatus.internalValueMap
Methods in io.envoyproxy.envoy.service.status.v3 that return ConfigStatusModifier and TypeMethodDescriptionstatic ConfigStatus
ConfigStatus.forNumber
(int value) ClientConfig.GenericXdsConfig.Builder.getConfigStatus()
Per xDS resource config status.ClientConfig.GenericXdsConfig.getConfigStatus()
Per xDS resource config status.ClientConfig.GenericXdsConfigOrBuilder.getConfigStatus()
Per xDS resource config status.PerXdsConfig.Builder.getStatus()
Config status generated by management servers.PerXdsConfig.getStatus()
Config status generated by management servers.PerXdsConfigOrBuilder.getStatus()
Config status generated by management servers.static ConfigStatus
ConfigStatus.valueOf
(int value) Deprecated.static ConfigStatus
ConfigStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ConfigStatus
Returns the enum constant of this type with the specified name.static ConfigStatus[]
ConfigStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.service.status.v3 that return types with arguments of type ConfigStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<ConfigStatus> ConfigStatus.internalGetValueMap()
Methods in io.envoyproxy.envoy.service.status.v3 with parameters of type ConfigStatusModifier and TypeMethodDescriptionClientConfig.GenericXdsConfig.Builder.setConfigStatus
(ConfigStatus value) Per xDS resource config status.PerXdsConfig.Builder.setStatus
(ConfigStatus value) Config status generated by management servers.