Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.Tracing.OperationName
-
Packages that use HttpConnectionManager.Tracing.OperationName Package Description io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 -
-
Uses of HttpConnectionManager.Tracing.OperationName in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 declared as HttpConnectionManager.Tracing.OperationName Modifier and Type Field Description private static HttpConnectionManager.Tracing.OperationName[]
HttpConnectionManager.Tracing.OperationName. VALUES
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type HttpConnectionManager.Tracing.OperationName Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<HttpConnectionManager.Tracing.OperationName>
HttpConnectionManager.Tracing.OperationName. internalValueMap
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager.Tracing.OperationName Modifier and Type Method Description static HttpConnectionManager.Tracing.OperationName
HttpConnectionManager.Tracing.OperationName. forNumber(int value)
static HttpConnectionManager.Tracing.OperationName
HttpConnectionManager.Tracing.OperationName. valueOf(int value)
Deprecated.static HttpConnectionManager.Tracing.OperationName
HttpConnectionManager.Tracing.OperationName. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static HttpConnectionManager.Tracing.OperationName
HttpConnectionManager.Tracing.OperationName. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpConnectionManager.Tracing.OperationName[]
HttpConnectionManager.Tracing.OperationName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type HttpConnectionManager.Tracing.OperationName Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<HttpConnectionManager.Tracing.OperationName>
HttpConnectionManager.Tracing.OperationName. internalGetValueMap()
-