public interface HeaderValueOptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.BoolValue |
getAppend()
Should the value be appended?
|
com.google.protobuf.BoolValueOrBuilder |
getAppendOrBuilder()
Should the value be appended?
|
HeaderValue |
getHeader()
Header name/value pair that this option applies to.
|
HeaderValueOrBuilder |
getHeaderOrBuilder()
Header name/value pair that this option applies to.
|
boolean |
hasAppend()
Should the value be appended?
|
boolean |
hasHeader()
Header name/value pair that this option applies to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasHeader()
Header name/value pair that this option applies to.
.envoy.config.core.v3.HeaderValue header = 1 [(.validate.rules) = { ... }
HeaderValue getHeader()
Header name/value pair that this option applies to.
.envoy.config.core.v3.HeaderValue header = 1 [(.validate.rules) = { ... }
HeaderValueOrBuilder getHeaderOrBuilder()
Header name/value pair that this option applies to.
.envoy.config.core.v3.HeaderValue header = 1 [(.validate.rules) = { ... }
boolean hasAppend()
Should the value be appended? If true (default), the value is appended to existing values. Otherwise it replaces any existing values.
.google.protobuf.BoolValue append = 2;
com.google.protobuf.BoolValue getAppend()
Should the value be appended? If true (default), the value is appended to existing values. Otherwise it replaces any existing values.
.google.protobuf.BoolValue append = 2;
com.google.protobuf.BoolValueOrBuilder getAppendOrBuilder()
Should the value be appended? If true (default), the value is appended to existing values. Otherwise it replaces any existing values.
.google.protobuf.BoolValue append = 2;
Copyright © 2018–2021 The Envoy Project. All rights reserved.