Uses of Class
io.envoyproxy.envoy.config.core.v3.KeyValue.Builder
-
Packages that use KeyValue.Builder Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of KeyValue.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type KeyValue.Builder 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 KeyValue.Builder Modifier and Type Method Description KeyValue.Builder
KeyValue.Builder. clear()
KeyValue.Builder
KeyValue.Builder. clearKey()
The key of the key/value pair.KeyValue.Builder
KeyValue.Builder. clearValue()
The value of the key/value pair.KeyValue.Builder
KeyValueAppend.Builder. getEntryBuilder()
Key/value pair entry that this option to append or overwrite.KeyValue.Builder
KeyValue.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
KeyValue.Builder
KeyValue.Builder. mergeFrom(com.google.protobuf.Message other)
KeyValue.Builder
KeyValue.Builder. mergeFrom(KeyValue other)
static KeyValue.Builder
KeyValue. newBuilder()
static KeyValue.Builder
KeyValue. newBuilder(KeyValue prototype)
KeyValue.Builder
KeyValue. newBuilderForType()
protected KeyValue.Builder
KeyValue. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
KeyValue.Builder
KeyValue.Builder. setKey(java.lang.String value)
The key of the key/value pair.KeyValue.Builder
KeyValue.Builder. setKeyBytes(com.google.protobuf.ByteString value)
The key of the key/value pair.KeyValue.Builder
KeyValue.Builder. setValue(com.google.protobuf.ByteString value)
The value of the key/value pair.KeyValue.Builder
KeyValue. toBuilder()
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type KeyValue.Builder 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.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type KeyValue.Builder Modifier and Type Method Description KeyValueAppend.Builder
KeyValueAppend.Builder. setEntry(KeyValue.Builder builderForValue)
Key/value pair entry that this option to append or overwrite.
-