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

io.envoyproxy.envoy.config.bootstrap.v3.CustomInlineHeaderOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/bootstrap/v3/bootstrap.proto

package io.envoyproxy.envoy.config.bootstrap.v3;

public interface CustomInlineHeaderOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.bootstrap.v3.CustomInlineHeader)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the header that is expected to be set as the inline header.
   * 
* * string inline_header_name = 1 [(.validate.rules) = { ... } * @return The inlineHeaderName. */ java.lang.String getInlineHeaderName(); /** *
   * The name of the header that is expected to be set as the inline header.
   * 
* * string inline_header_name = 1 [(.validate.rules) = { ... } * @return The bytes for inlineHeaderName. */ com.google.protobuf.ByteString getInlineHeaderNameBytes(); /** *
   * The type of the header that is expected to be set as the inline header.
   * 
* * .envoy.config.bootstrap.v3.CustomInlineHeader.InlineHeaderType inline_header_type = 2 [(.validate.rules) = { ... } * @return The enum numeric value on the wire for inlineHeaderType. */ int getInlineHeaderTypeValue(); /** *
   * The type of the header that is expected to be set as the inline header.
   * 
* * .envoy.config.bootstrap.v3.CustomInlineHeader.InlineHeaderType inline_header_type = 2 [(.validate.rules) = { ... } * @return The inlineHeaderType. */ io.envoyproxy.envoy.config.bootstrap.v3.CustomInlineHeader.InlineHeaderType getInlineHeaderType(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy