
io.envoyproxy.envoy.service.ext_proc.v3.StreamedBodyResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/service/ext_proc/v3/external_processor.proto
// Protobuf Java Version: 3.25.1
package io.envoyproxy.envoy.service.ext_proc.v3;
public interface StreamedBodyResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.ext_proc.v3.StreamedBodyResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The body response chunk that will be passed to the upstream/downstream by Envoy.
*
*
* bytes body = 1;
* @return The body.
*/
com.google.protobuf.ByteString getBody();
/**
*
* The server sets this flag to true if it has received a body request with
* :ref:`end_of_stream <envoy_v3_api_field_service.ext_proc.v3.HttpBody.end_of_stream>` set to true,
* and this is the last chunk of body responses.
*
*
* bool end_of_stream = 2;
* @return The endOfStream.
*/
boolean getEndOfStream();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy