Uses of Class
io.envoyproxy.envoy.config.core.v3.KeyValue.Builder
Packages that use KeyValue.Builder
-
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.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<KeyValue, KeyValue.Builder, KeyValueOrBuilder> KeyValueAppend.Builder.entryBuilder_Methods in io.envoyproxy.envoy.config.core.v3 that return KeyValue.BuilderModifier and TypeMethodDescriptionKeyValue.Builder.clear()KeyValue.Builder.clearKey()The key of the key/value pair.KeyValue.Builder.clearValue()The value of the key/value pair.KeyValueAppend.Builder.getEntryBuilder()Key/value pair entry that this option to append or overwrite.KeyValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) KeyValue.Builder.mergeFrom(com.google.protobuf.Message other) static KeyValue.BuilderKeyValue.newBuilder()static KeyValue.BuilderKeyValue.newBuilder(KeyValue prototype) KeyValue.newBuilderForType()protected KeyValue.BuilderKeyValue.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) The key of the key/value pair.KeyValue.Builder.setKeyBytes(com.google.protobuf.ByteString value) The key of the key/value pair.KeyValue.Builder.setValue(com.google.protobuf.ByteString value) The value of the key/value pair.KeyValue.toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type KeyValue.BuilderModifier and TypeMethodDescriptionprivate 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.BuilderModifier and TypeMethodDescriptionKeyValueAppend.Builder.setEntry(KeyValue.Builder builderForValue) Key/value pair entry that this option to append or overwrite.