Uses of Class
io.envoyproxy.envoy.type.v3.CodecClientType
-
Packages that use CodecClientType Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.type.v3 -
-
Uses of CodecClientType in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return CodecClientType Modifier and Type Method Description CodecClientType
HealthCheck.HttpHealthCheck.Builder. getCodecClientType()
Use specified application protocol for health checks.CodecClientType
HealthCheck.HttpHealthCheck. getCodecClientType()
Use specified application protocol for health checks.CodecClientType
HealthCheck.HttpHealthCheckOrBuilder. getCodecClientType()
Use specified application protocol for health checks.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type CodecClientType Modifier and Type Method Description HealthCheck.HttpHealthCheck.Builder
HealthCheck.HttpHealthCheck.Builder. setCodecClientType(CodecClientType value)
Use specified application protocol for health checks. -
Uses of CodecClientType in io.envoyproxy.envoy.type.v3
Fields in io.envoyproxy.envoy.type.v3 declared as CodecClientType Modifier and Type Field Description private static CodecClientType[]
CodecClientType. VALUES
Fields in io.envoyproxy.envoy.type.v3 with type parameters of type CodecClientType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<CodecClientType>
CodecClientType. internalValueMap
Methods in io.envoyproxy.envoy.type.v3 that return CodecClientType Modifier and Type Method Description static CodecClientType
CodecClientType. forNumber(int value)
static CodecClientType
CodecClientType. valueOf(int value)
Deprecated.static CodecClientType
CodecClientType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CodecClientType
CodecClientType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CodecClientType[]
CodecClientType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.type.v3 that return types with arguments of type CodecClientType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CodecClientType>
CodecClientType. internalGetValueMap()
-