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. VALUESFields 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. internalValueMapMethods in io.envoyproxy.envoy.service.status.v3 that return ConfigStatus Modifier and Type Method Description static ConfigStatusConfigStatus. forNumber(int value)ConfigStatusClientConfig.GenericXdsConfig.Builder. getConfigStatus()Per xDS resource config status.ConfigStatusClientConfig.GenericXdsConfig. getConfigStatus()Per xDS resource config status.ConfigStatusClientConfig.GenericXdsConfigOrBuilder. getConfigStatus()Per xDS resource config status.ConfigStatusPerXdsConfig.Builder. getStatus()Config status generated by management servers.ConfigStatusPerXdsConfig. getStatus()Config status generated by management servers.ConfigStatusPerXdsConfigOrBuilder. getStatus()Config status generated by management servers.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(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.BuilderClientConfig.GenericXdsConfig.Builder. setConfigStatus(ConfigStatus value)Per xDS resource config status.PerXdsConfig.BuilderPerXdsConfig.Builder. setStatus(ConfigStatus value)Config status generated by management servers.
-