Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.HTTPAccessLogEntry.HTTPVersion
-
Packages that use HTTPAccessLogEntry.HTTPVersion Package Description io.envoyproxy.envoy.data.accesslog.v3 -
-
Uses of HTTPAccessLogEntry.HTTPVersion in io.envoyproxy.envoy.data.accesslog.v3
Fields in io.envoyproxy.envoy.data.accesslog.v3 declared as HTTPAccessLogEntry.HTTPVersion Modifier and Type Field Description private static HTTPAccessLogEntry.HTTPVersion[]
HTTPAccessLogEntry.HTTPVersion. VALUES
Fields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type HTTPAccessLogEntry.HTTPVersion Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<HTTPAccessLogEntry.HTTPVersion>
HTTPAccessLogEntry.HTTPVersion. internalValueMap
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return HTTPAccessLogEntry.HTTPVersion Modifier and Type Method Description static HTTPAccessLogEntry.HTTPVersion
HTTPAccessLogEntry.HTTPVersion. forNumber(int value)
HTTPAccessLogEntry.HTTPVersion
HTTPAccessLogEntry.Builder. getProtocolVersion()
.envoy.data.accesslog.v3.HTTPAccessLogEntry.HTTPVersion protocol_version = 2;
HTTPAccessLogEntry.HTTPVersion
HTTPAccessLogEntry. getProtocolVersion()
.envoy.data.accesslog.v3.HTTPAccessLogEntry.HTTPVersion protocol_version = 2;
HTTPAccessLogEntry.HTTPVersion
HTTPAccessLogEntryOrBuilder. getProtocolVersion()
.envoy.data.accesslog.v3.HTTPAccessLogEntry.HTTPVersion protocol_version = 2;
static HTTPAccessLogEntry.HTTPVersion
HTTPAccessLogEntry.HTTPVersion. valueOf(int value)
Deprecated.static HTTPAccessLogEntry.HTTPVersion
HTTPAccessLogEntry.HTTPVersion. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static HTTPAccessLogEntry.HTTPVersion
HTTPAccessLogEntry.HTTPVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HTTPAccessLogEntry.HTTPVersion[]
HTTPAccessLogEntry.HTTPVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type HTTPAccessLogEntry.HTTPVersion Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<HTTPAccessLogEntry.HTTPVersion>
HTTPAccessLogEntry.HTTPVersion. internalGetValueMap()
Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type HTTPAccessLogEntry.HTTPVersion Modifier and Type Method Description HTTPAccessLogEntry.Builder
HTTPAccessLogEntry.Builder. setProtocolVersion(HTTPAccessLogEntry.HTTPVersion value)
.envoy.data.accesslog.v3.HTTPAccessLogEntry.HTTPVersion protocol_version = 2;
-