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.BuilderKeyValue.Builder. clear()KeyValue.BuilderKeyValue.Builder. clearKey()The key of the key/value pair.KeyValue.BuilderKeyValue.Builder. clearValue()The value of the key/value pair.KeyValue.BuilderKeyValueAppend.Builder. getEntryBuilder()Key/value pair entry that this option to append or overwrite.KeyValue.BuilderKeyValue.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)KeyValue.BuilderKeyValue.Builder. mergeFrom(com.google.protobuf.Message other)KeyValue.BuilderKeyValue.Builder. mergeFrom(KeyValue other)static KeyValue.BuilderKeyValue. newBuilder()static KeyValue.BuilderKeyValue. newBuilder(KeyValue prototype)KeyValue.BuilderKeyValue. newBuilderForType()protected KeyValue.BuilderKeyValue. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)KeyValue.BuilderKeyValue.Builder. setKey(java.lang.String value)The key of the key/value pair.KeyValue.BuilderKeyValue.Builder. setKeyBytes(com.google.protobuf.ByteString value)The key of the key/value pair.KeyValue.BuilderKeyValue.Builder. setValue(com.google.protobuf.ByteString value)The value of the key/value pair.KeyValue.BuilderKeyValue. 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.BuilderKeyValueAppend.Builder. setEntry(KeyValue.Builder builderForValue)Key/value pair entry that this option to append or overwrite.
-