Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.HTTPResponseProperties
Packages that use HTTPResponseProperties
-
Uses of HTTPResponseProperties in io.envoyproxy.envoy.data.accesslog.v3
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return HTTPResponsePropertiesModifier and TypeMethodDescriptionHTTPResponseProperties.Builder.build()HTTPResponseProperties.Builder.buildPartial()static HTTPResponsePropertiesHTTPResponseProperties.getDefaultInstance()HTTPResponseProperties.Builder.getDefaultInstanceForType()HTTPResponseProperties.getDefaultInstanceForType()HTTPAccessLogEntry.Builder.getResponse()Description of the outgoing HTTP response.HTTPAccessLogEntry.getResponse()Description of the outgoing HTTP response.HTTPAccessLogEntryOrBuilder.getResponse()Description of the outgoing HTTP response.static HTTPResponsePropertiesHTTPResponseProperties.parseDelimitedFrom(InputStream input) static HTTPResponsePropertiesHTTPResponseProperties.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPResponsePropertiesHTTPResponseProperties.parseFrom(byte[] data) static HTTPResponsePropertiesHTTPResponseProperties.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPResponsePropertiesHTTPResponseProperties.parseFrom(com.google.protobuf.ByteString data) static HTTPResponsePropertiesHTTPResponseProperties.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPResponsePropertiesHTTPResponseProperties.parseFrom(com.google.protobuf.CodedInputStream input) static HTTPResponsePropertiesHTTPResponseProperties.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPResponsePropertiesHTTPResponseProperties.parseFrom(InputStream input) static HTTPResponsePropertiesHTTPResponseProperties.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HTTPResponsePropertiesHTTPResponseProperties.parseFrom(ByteBuffer data) static HTTPResponsePropertiesHTTPResponseProperties.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.data.accesslog.v3 that return types with arguments of type HTTPResponsePropertiesModifier and TypeMethodDescriptioncom.google.protobuf.Parser<HTTPResponseProperties> HTTPResponseProperties.getParserForType()static com.google.protobuf.Parser<HTTPResponseProperties> HTTPResponseProperties.parser()Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type HTTPResponsePropertiesModifier and TypeMethodDescriptionHTTPResponseProperties.Builder.mergeFrom(HTTPResponseProperties other) HTTPAccessLogEntry.Builder.mergeResponse(HTTPResponseProperties value) Description of the outgoing HTTP response.HTTPResponseProperties.newBuilder(HTTPResponseProperties prototype) HTTPAccessLogEntry.Builder.setResponse(HTTPResponseProperties value) Description of the outgoing HTTP response.