Uses of Class
io.envoyproxy.envoy.service.status.v2.ConfigStatus
-
Packages that use ConfigStatus Package Description io.envoyproxy.envoy.service.status.v2 -
-
Uses of ConfigStatus in io.envoyproxy.envoy.service.status.v2
Methods in io.envoyproxy.envoy.service.status.v2 that return ConfigStatus Modifier and Type Method Description static ConfigStatusConfigStatus. forNumber(int value)ConfigStatusPerXdsConfig.Builder. getStatus().envoy.service.status.v2.ConfigStatus status = 1;ConfigStatusPerXdsConfig. getStatus().envoy.service.status.v2.ConfigStatus status = 1;ConfigStatusPerXdsConfigOrBuilder. getStatus().envoy.service.status.v2.ConfigStatus status = 1;static ConfigStatusConfigStatus. valueOf(int value)Deprecated.static ConfigStatusConfigStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ConfigStatusConfigStatus. valueOf(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.v2 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.v2 with parameters of type ConfigStatus Modifier and Type Method Description PerXdsConfig.BuilderPerXdsConfig.Builder. setStatus(ConfigStatus value).envoy.service.status.v2.ConfigStatus status = 1;
-