public static interface Base.HeaderValueOptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getAppend()
Should the value be appended? If true (default), the value is appended to
existing values.
|
com.google.protobuf.BoolValueOrBuilder |
getAppendOrBuilder()
Should the value be appended? If true (default), the value is appended to
existing values.
|
Base.HeaderValue |
getHeader()
Header name/value pair that this option applies to.
|
Base.HeaderValueOrBuilder |
getHeaderOrBuilder()
Header name/value pair that this option applies to.
|
boolean |
hasAppend()
Should the value be appended? If true (default), the value is appended to
existing values.
|
boolean |
hasHeader()
Header name/value pair that this option applies to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHeader()
Header name/value pair that this option applies to.
.envoy.api.v2.core.HeaderValue header = 1 [(.validate.rules) = { ... }Base.HeaderValue getHeader()
Header name/value pair that this option applies to.
.envoy.api.v2.core.HeaderValue header = 1 [(.validate.rules) = { ... }Base.HeaderValueOrBuilder getHeaderOrBuilder()
Header name/value pair that this option applies to.
.envoy.api.v2.core.HeaderValue header = 1 [(.validate.rules) = { ... }boolean hasAppend()
Should the value be appended? If true (default), the value is appended to 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.
.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.
.google.protobuf.BoolValue append = 2;Copyright © 2019 WSO2. All rights reserved.