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

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

  /**
   * 
   * Details the modifications (if any) to be made by Envoy to the current
   * request/response.
   * 
* * .envoy.service.ext_proc.v3.CommonResponse response = 1; * @return Whether the response field is set. */ boolean hasResponse(); /** *
   * Details the modifications (if any) to be made by Envoy to the current
   * request/response.
   * 
* * .envoy.service.ext_proc.v3.CommonResponse response = 1; * @return The response. */ io.envoyproxy.envoy.service.ext_proc.v3.CommonResponse getResponse(); /** *
   * Details the modifications (if any) to be made by Envoy to the current
   * request/response.
   * 
* * .envoy.service.ext_proc.v3.CommonResponse response = 1; */ io.envoyproxy.envoy.service.ext_proc.v3.CommonResponseOrBuilder getResponseOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy