Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.HTTPAccessLogEntry.Builder
Packages that use HTTPAccessLogEntry.Builder
-
Uses of HTTPAccessLogEntry.Builder in io.envoyproxy.envoy.data.accesslog.v3
Subclasses with type arguments of type HTTPAccessLogEntry.Builder in io.envoyproxy.envoy.data.accesslog.v3Modifier and TypeClassDescriptionstatic final classProtobuf typeenvoy.data.accesslog.v3.HTTPAccessLogEntryMethods in io.envoyproxy.envoy.data.accesslog.v3 that return HTTPAccessLogEntry.BuilderModifier and TypeMethodDescriptionHTTPAccessLogEntry.Builder.clear()HTTPAccessLogEntry.Builder.clearCommonProperties()Common properties shared by all Envoy access logs.HTTPAccessLogEntry.Builder.clearProtocolVersion().envoy.data.accesslog.v3.HTTPAccessLogEntry.HTTPVersion protocol_version = 2;HTTPAccessLogEntry.Builder.clearRequest()Description of the incoming HTTP request.HTTPAccessLogEntry.Builder.clearResponse()Description of the outgoing HTTP response.HTTPAccessLogEntry.Builder.mergeCommonProperties(AccessLogCommon value) Common properties shared by all Envoy access logs.HTTPAccessLogEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HTTPAccessLogEntry.Builder.mergeFrom(com.google.protobuf.Message other) HTTPAccessLogEntry.Builder.mergeFrom(HTTPAccessLogEntry other) HTTPAccessLogEntry.Builder.mergeRequest(HTTPRequestProperties value) Description of the incoming HTTP request.HTTPAccessLogEntry.Builder.mergeResponse(HTTPResponseProperties value) Description of the outgoing HTTP response.static HTTPAccessLogEntry.BuilderHTTPAccessLogEntry.newBuilder()static HTTPAccessLogEntry.BuilderHTTPAccessLogEntry.newBuilder(HTTPAccessLogEntry prototype) HTTPAccessLogEntry.newBuilderForType()protected HTTPAccessLogEntry.BuilderHTTPAccessLogEntry.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) HTTPAccessLogEntry.Builder.setCommonProperties(AccessLogCommon value) Common properties shared by all Envoy access logs.HTTPAccessLogEntry.Builder.setCommonProperties(AccessLogCommon.Builder builderForValue) Common properties shared by all Envoy access logs.HTTPAccessLogEntry.Builder.setProtocolVersion(HTTPAccessLogEntry.HTTPVersion value) .envoy.data.accesslog.v3.HTTPAccessLogEntry.HTTPVersion protocol_version = 2;HTTPAccessLogEntry.Builder.setProtocolVersionValue(int value) .envoy.data.accesslog.v3.HTTPAccessLogEntry.HTTPVersion protocol_version = 2;HTTPAccessLogEntry.Builder.setRequest(HTTPRequestProperties value) Description of the incoming HTTP request.HTTPAccessLogEntry.Builder.setRequest(HTTPRequestProperties.Builder builderForValue) Description of the incoming HTTP request.HTTPAccessLogEntry.Builder.setResponse(HTTPResponseProperties value) Description of the outgoing HTTP response.HTTPAccessLogEntry.Builder.setResponse(HTTPResponseProperties.Builder builderForValue) Description of the outgoing HTTP response.HTTPAccessLogEntry.toBuilder()