Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.HTTPRequestProperties
Packages that use HTTPRequestProperties
-
Uses of HTTPRequestProperties in io.envoyproxy.envoy.data.accesslog.v3
Fields in io.envoyproxy.envoy.data.accesslog.v3 declared as HTTPRequestPropertiesModifier and TypeFieldDescriptionprivate static final 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 HTTPRequestPropertiesModifier and TypeFieldDescriptionprivate static final 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 HTTPRequestPropertiesModifier and TypeMethodDescriptionHTTPRequestProperties.Builder.build()
HTTPRequestProperties.Builder.buildPartial()
static HTTPRequestProperties
HTTPRequestProperties.getDefaultInstance()
HTTPRequestProperties.Builder.getDefaultInstanceForType()
HTTPRequestProperties.getDefaultInstanceForType()
HTTPAccessLogEntry.Builder.getRequest()
Description of the incoming HTTP request.HTTPAccessLogEntry.getRequest()
Description of the incoming HTTP request.HTTPAccessLogEntryOrBuilder.getRequest()
Description of the incoming HTTP request.static HTTPRequestProperties
HTTPRequestProperties.parseDelimitedFrom
(InputStream input) static HTTPRequestProperties
HTTPRequestProperties.parseDelimitedFrom
(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
(InputStream input) static HTTPRequestProperties
HTTPRequestProperties.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPRequestProperties
HTTPRequestProperties.parseFrom
(ByteBuffer data) static HTTPRequestProperties
HTTPRequestProperties.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type HTTPRequestPropertiesModifier and TypeMethodDescriptioncom.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 HTTPRequestPropertiesModifier and TypeMethodDescriptionprivate void
HTTPRequestProperties.Builder.buildPartial0
(HTTPRequestProperties result) HTTPRequestProperties.Builder.mergeFrom
(HTTPRequestProperties other) HTTPAccessLogEntry.Builder.mergeRequest
(HTTPRequestProperties value) Description of the incoming HTTP request.HTTPRequestProperties.newBuilder
(HTTPRequestProperties prototype) HTTPAccessLogEntry.Builder.setRequest
(HTTPRequestProperties value) Description of the incoming HTTP request.