Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.TrailersResponse
-
Packages that use TrailersResponse Package Description io.envoyproxy.envoy.service.ext_proc.v3 -
-
Uses of TrailersResponse in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return TrailersResponse Modifier and Type Method Description TrailersResponseTrailersResponse.Builder. build()TrailersResponseTrailersResponse.Builder. buildPartial()static TrailersResponseTrailersResponse. getDefaultInstance()TrailersResponseTrailersResponse.Builder. getDefaultInstanceForType()TrailersResponseTrailersResponse. getDefaultInstanceForType()TrailersResponseProcessingResponse.Builder. getRequestTrailers()The server must send back this message in response to a message with the ``request_trailers`` field set.TrailersResponseProcessingResponse. getRequestTrailers()The server must send back this message in response to a message with the ``request_trailers`` field set.TrailersResponseProcessingResponseOrBuilder. getRequestTrailers()The server must send back this message in response to a message with the ``request_trailers`` field set.TrailersResponseProcessingResponse.Builder. getResponseTrailers()The server must send back this message in response to a message with the ``response_trailers`` field set.TrailersResponseProcessingResponse. getResponseTrailers()The server must send back this message in response to a message with the ``response_trailers`` field set.TrailersResponseProcessingResponseOrBuilder. getResponseTrailers()The server must send back this message in response to a message with the ``response_trailers`` field set.static TrailersResponseTrailersResponse. parseDelimitedFrom(InputStream input)static TrailersResponseTrailersResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrailersResponseTrailersResponse. parseFrom(byte[] data)static TrailersResponseTrailersResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrailersResponseTrailersResponse. parseFrom(com.google.protobuf.ByteString data)static TrailersResponseTrailersResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrailersResponseTrailersResponse. parseFrom(com.google.protobuf.CodedInputStream input)static TrailersResponseTrailersResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrailersResponseTrailersResponse. parseFrom(InputStream input)static TrailersResponseTrailersResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TrailersResponseTrailersResponse. parseFrom(ByteBuffer data)static TrailersResponseTrailersResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return types with arguments of type TrailersResponse Modifier and Type Method Description com.google.protobuf.Parser<TrailersResponse>TrailersResponse. getParserForType()static com.google.protobuf.Parser<TrailersResponse>TrailersResponse. parser()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type TrailersResponse Modifier and Type Method Description TrailersResponse.BuilderTrailersResponse.Builder. mergeFrom(TrailersResponse other)ProcessingResponse.BuilderProcessingResponse.Builder. mergeRequestTrailers(TrailersResponse value)The server must send back this message in response to a message with the ``request_trailers`` field set.ProcessingResponse.BuilderProcessingResponse.Builder. mergeResponseTrailers(TrailersResponse value)The server must send back this message in response to a message with the ``response_trailers`` field set.static TrailersResponse.BuilderTrailersResponse. newBuilder(TrailersResponse prototype)ProcessingResponse.BuilderProcessingResponse.Builder. setRequestTrailers(TrailersResponse value)The server must send back this message in response to a message with the ``request_trailers`` field set.ProcessingResponse.BuilderProcessingResponse.Builder. setResponseTrailers(TrailersResponse value)The server must send back this message in response to a message with the ``response_trailers`` field set.
-