Uses of Class
io.envoyproxy.envoy.service.status.v3.ClientConfigStatus
-
Packages that use ClientConfigStatus Package Description io.envoyproxy.envoy.service.status.v3 -
-
Uses of ClientConfigStatus in io.envoyproxy.envoy.service.status.v3
Fields in io.envoyproxy.envoy.service.status.v3 declared as ClientConfigStatus Modifier and Type Field Description private static ClientConfigStatus[]
ClientConfigStatus. VALUES
Fields in io.envoyproxy.envoy.service.status.v3 with type parameters of type ClientConfigStatus Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<ClientConfigStatus>
ClientConfigStatus. internalValueMap
Methods in io.envoyproxy.envoy.service.status.v3 that return ClientConfigStatus Modifier and Type Method Description static ClientConfigStatus
ClientConfigStatus. forNumber(int value)
ClientConfigStatus
PerXdsConfig.Builder. getClientStatus()
Deprecated.envoy.service.status.v3.PerXdsConfig.client_status is deprecated.ClientConfigStatus
PerXdsConfig. getClientStatus()
Deprecated.envoy.service.status.v3.PerXdsConfig.client_status is deprecated.ClientConfigStatus
PerXdsConfigOrBuilder. getClientStatus()
Deprecated.envoy.service.status.v3.PerXdsConfig.client_status is deprecated.static ClientConfigStatus
ClientConfigStatus. valueOf(int value)
Deprecated.static ClientConfigStatus
ClientConfigStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ClientConfigStatus
ClientConfigStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ClientConfigStatus[]
ClientConfigStatus. 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 ClientConfigStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ClientConfigStatus>
ClientConfigStatus. internalGetValueMap()
Methods in io.envoyproxy.envoy.service.status.v3 with parameters of type ClientConfigStatus Modifier and Type Method Description PerXdsConfig.Builder
PerXdsConfig.Builder. setClientStatus(ClientConfigStatus value)
Deprecated.envoy.service.status.v3.PerXdsConfig.client_status is deprecated.
-