Uses of Class
io.envoyproxy.envoy.service.status.v3.ConfigStatus
-
Packages that use ConfigStatus Package Description io.envoyproxy.envoy.service.status.v3 -
-
Uses of ConfigStatus in io.envoyproxy.envoy.service.status.v3
Fields in io.envoyproxy.envoy.service.status.v3 declared as ConfigStatus Modifier and Type Field Description private static ConfigStatus[]
ConfigStatus. VALUES
Fields in io.envoyproxy.envoy.service.status.v3 with type parameters of type ConfigStatus Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<ConfigStatus>
ConfigStatus. internalValueMap
Methods in io.envoyproxy.envoy.service.status.v3 that return ConfigStatus Modifier and Type Method Description static ConfigStatus
ConfigStatus. forNumber(int value)
ConfigStatus
ClientConfig.GenericXdsConfig.Builder. getConfigStatus()
Per xDS resource config status.ConfigStatus
ClientConfig.GenericXdsConfig. getConfigStatus()
Per xDS resource config status.ConfigStatus
ClientConfig.GenericXdsConfigOrBuilder. getConfigStatus()
Per xDS resource config status.ConfigStatus
PerXdsConfig.Builder. getStatus()
Config status generated by management servers.ConfigStatus
PerXdsConfig. getStatus()
Config status generated by management servers.ConfigStatus
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
ConfigStatus. valueOf(java.lang.String name)
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 ConfigStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ConfigStatus>
ConfigStatus. internalGetValueMap()
Methods in io.envoyproxy.envoy.service.status.v3 with parameters of type ConfigStatus Modifier and Type Method Description ClientConfig.GenericXdsConfig.Builder
ClientConfig.GenericXdsConfig.Builder. setConfigStatus(ConfigStatus value)
Per xDS resource config status.PerXdsConfig.Builder
PerXdsConfig.Builder. setStatus(ConfigStatus value)
Config status generated by management servers.
-