io.envoyproxy.envoy.config.bootstrap.v3.CustomInlineHeaderOrBuilder Maven / Gradle / Ivy
// 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();
}