Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.HTTPResponseProperties
-
Packages that use HTTPResponseProperties Package Description io.envoyproxy.envoy.data.accesslog.v3 -
-
Uses of HTTPResponseProperties in io.envoyproxy.envoy.data.accesslog.v3
Fields in io.envoyproxy.envoy.data.accesslog.v3 declared as HTTPResponseProperties Modifier and Type Field Description private static HTTPResponseProperties
HTTPResponseProperties. DEFAULT_INSTANCE
private HTTPResponseProperties
HTTPAccessLogEntry.Builder. response_
private HTTPResponseProperties
HTTPAccessLogEntry. response_
Fields in io.envoyproxy.envoy.data.accesslog.v3 with type parameters of type HTTPResponseProperties Modifier and Type Field Description private static com.google.protobuf.Parser<HTTPResponseProperties>
HTTPResponseProperties. PARSER
private com.google.protobuf.SingleFieldBuilder<HTTPResponseProperties,HTTPResponseProperties.Builder,HTTPResponsePropertiesOrBuilder>
HTTPAccessLogEntry.Builder. responseBuilder_
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return HTTPResponseProperties Modifier and Type Method Description HTTPResponseProperties
HTTPResponseProperties.Builder. build()
HTTPResponseProperties
HTTPResponseProperties.Builder. buildPartial()
static HTTPResponseProperties
HTTPResponseProperties. getDefaultInstance()
HTTPResponseProperties
HTTPResponseProperties.Builder. getDefaultInstanceForType()
HTTPResponseProperties
HTTPResponseProperties. getDefaultInstanceForType()
HTTPResponseProperties
HTTPAccessLogEntry.Builder. getResponse()
Description of the outgoing HTTP response.HTTPResponseProperties
HTTPAccessLogEntry. getResponse()
Description of the outgoing HTTP response.HTTPResponseProperties
HTTPAccessLogEntryOrBuilder. getResponse()
Description of the outgoing HTTP response.static HTTPResponseProperties
HTTPResponseProperties. parseDelimitedFrom(java.io.InputStream input)
static HTTPResponseProperties
HTTPResponseProperties. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HTTPResponseProperties
HTTPResponseProperties. parseFrom(byte[] data)
static HTTPResponseProperties
HTTPResponseProperties. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HTTPResponseProperties
HTTPResponseProperties. parseFrom(com.google.protobuf.ByteString data)
static HTTPResponseProperties
HTTPResponseProperties. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HTTPResponseProperties
HTTPResponseProperties. parseFrom(com.google.protobuf.CodedInputStream input)
static HTTPResponseProperties
HTTPResponseProperties. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HTTPResponseProperties
HTTPResponseProperties. parseFrom(java.io.InputStream input)
static HTTPResponseProperties
HTTPResponseProperties. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HTTPResponseProperties
HTTPResponseProperties. parseFrom(java.nio.ByteBuffer data)
static HTTPResponseProperties
HTTPResponseProperties. 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 HTTPResponseProperties Modifier and Type Method Description com.google.protobuf.Parser<HTTPResponseProperties>
HTTPResponseProperties. getParserForType()
private com.google.protobuf.SingleFieldBuilder<HTTPResponseProperties,HTTPResponseProperties.Builder,HTTPResponsePropertiesOrBuilder>
HTTPAccessLogEntry.Builder. getResponseFieldBuilder()
Description of the outgoing HTTP response.static com.google.protobuf.Parser<HTTPResponseProperties>
HTTPResponseProperties. parser()
Methods in io.envoyproxy.envoy.data.accesslog.v3 with parameters of type HTTPResponseProperties Modifier and Type Method Description private void
HTTPResponseProperties.Builder. buildPartial0(HTTPResponseProperties result)
HTTPResponseProperties.Builder
HTTPResponseProperties.Builder. mergeFrom(HTTPResponseProperties other)
HTTPAccessLogEntry.Builder
HTTPAccessLogEntry.Builder. mergeResponse(HTTPResponseProperties value)
Description of the outgoing HTTP response.static HTTPResponseProperties.Builder
HTTPResponseProperties. newBuilder(HTTPResponseProperties prototype)
HTTPAccessLogEntry.Builder
HTTPAccessLogEntry.Builder. setResponse(HTTPResponseProperties value)
Description of the outgoing HTTP response.
-