All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.service.ext_proc.v3.HttpBodyOrBuilder 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 HttpBodyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.ext_proc.v3.HttpBody)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The contents of the body in the HTTP request/response. Note that in
   * streaming mode multiple ``HttpBody`` messages may be sent.
   * 
* * bytes body = 1; * @return The body. */ com.google.protobuf.ByteString getBody(); /** *
   * If ``true``, this will be the last ``HttpBody`` message that will be sent and no
   * trailers will be sent for the current request/response.
   * 
* * bool end_of_stream = 2; * @return The endOfStream. */ boolean getEndOfStream(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy