Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.HTTPRequestProperties
-
Packages that use HTTPRequestProperties Package Description io.envoyproxy.envoy.data.accesslog.v3 -
-
Uses of HTTPRequestProperties in io.envoyproxy.envoy.data.accesslog.v3
Fields in io.envoyproxy.envoy.data.accesslog.v3 declared as HTTPRequestProperties Modifier and Type Field Description private static HTTPRequestProperties
HTTPRequestProperties. DEFAULT_INSTANCE
private HTTPRequestProperties
HTTPAccessLogEntry.Builder. request_
private HTTPRequestProperties
HTTPAccessLogEntry. request_
Fields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type HTTPRequestProperties Modifier and Type Field Description private static com.google.protobuf.Parser<HTTPRequestProperties>
HTTPRequestProperties. PARSER
private com.google.protobuf.SingleFieldBuilder<HTTPRequestProperties,HTTPRequestProperties.Builder,HTTPRequestPropertiesOrBuilder>
HTTPAccessLogEntry.Builder. requestBuilder_
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return HTTPRequestProperties Modifier and Type Method Description HTTPRequestProperties
HTTPRequestProperties.Builder. build()
HTTPRequestProperties
HTTPRequestProperties.Builder. buildPartial()
static HTTPRequestProperties
HTTPRequestProperties. getDefaultInstance()
HTTPRequestProperties
HTTPRequestProperties.Builder. getDefaultInstanceForType()
HTTPRequestProperties
HTTPRequestProperties. getDefaultInstanceForType()
HTTPRequestProperties
HTTPAccessLogEntry.Builder. getRequest()
Description of the incoming HTTP request.HTTPRequestProperties
HTTPAccessLogEntry. getRequest()
Description of the incoming HTTP request.HTTPRequestProperties
HTTPAccessLogEntryOrBuilder. getRequest()
Description of the incoming HTTP request.static HTTPRequestProperties
HTTPRequestProperties. parseDelimitedFrom(java.io.InputStream input)
static HTTPRequestProperties
HTTPRequestProperties. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HTTPRequestProperties
HTTPRequestProperties. parseFrom(byte[] data)
static HTTPRequestProperties
HTTPRequestProperties. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HTTPRequestProperties
HTTPRequestProperties. parseFrom(com.google.protobuf.ByteString data)
static HTTPRequestProperties
HTTPRequestProperties. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HTTPRequestProperties
HTTPRequestProperties. parseFrom(com.google.protobuf.CodedInputStream input)
static HTTPRequestProperties
HTTPRequestProperties. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HTTPRequestProperties
HTTPRequestProperties. parseFrom(java.io.InputStream input)
static HTTPRequestProperties
HTTPRequestProperties. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HTTPRequestProperties
HTTPRequestProperties. parseFrom(java.nio.ByteBuffer data)
static HTTPRequestProperties
HTTPRequestProperties. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type HTTPRequestProperties Modifier and Type Method Description com.google.protobuf.Parser<HTTPRequestProperties>
HTTPRequestProperties. getParserForType()
private com.google.protobuf.SingleFieldBuilder<HTTPRequestProperties,HTTPRequestProperties.Builder,HTTPRequestPropertiesOrBuilder>
HTTPAccessLogEntry.Builder. getRequestFieldBuilder()
Description of the incoming HTTP request.static com.google.protobuf.Parser<HTTPRequestProperties>
HTTPRequestProperties. parser()
Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type HTTPRequestProperties Modifier and Type Method Description private void
HTTPRequestProperties.Builder. buildPartial0(HTTPRequestProperties result)
HTTPRequestProperties.Builder
HTTPRequestProperties.Builder. mergeFrom(HTTPRequestProperties other)
HTTPAccessLogEntry.Builder
HTTPAccessLogEntry.Builder. mergeRequest(HTTPRequestProperties value)
Description of the incoming HTTP request.static HTTPRequestProperties.Builder
HTTPRequestProperties. newBuilder(HTTPRequestProperties prototype)
HTTPAccessLogEntry.Builder
HTTPAccessLogEntry.Builder. setRequest(HTTPRequestProperties value)
Description of the incoming HTTP request.
-