Uses of Interface
io.envoyproxy.envoy.config.core.v3.KeyValueOrBuilder
-
Packages that use KeyValueOrBuilder Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of KeyValueOrBuilder in io.envoyproxy.envoy.config.core.v3
Classes in io.envoyproxy.envoy.config.core.v3 that implement KeyValueOrBuilder Modifier and Type Class Description class
KeyValue
Protobuf typeenvoy.config.core.v3.KeyValue
static class
KeyValue.Builder
Protobuf typeenvoy.config.core.v3.KeyValue
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type KeyValueOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<KeyValue,KeyValue.Builder,KeyValueOrBuilder>
KeyValueAppend.Builder. entryBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return KeyValueOrBuilder Modifier and Type Method Description KeyValueOrBuilder
KeyValueAppend.Builder. getEntryOrBuilder()
Key/value pair entry that this option to append or overwrite.KeyValueOrBuilder
KeyValueAppend. getEntryOrBuilder()
Key/value pair entry that this option to append or overwrite.KeyValueOrBuilder
KeyValueAppendOrBuilder. getEntryOrBuilder()
Key/value pair entry that this option to append or overwrite.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type KeyValueOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<KeyValue,KeyValue.Builder,KeyValueOrBuilder>
KeyValueAppend.Builder. getEntryFieldBuilder()
Key/value pair entry that this option to append or overwrite.
-