Uses of Class
io.envoyproxy.envoy.config.core.v3.KeyValue
Packages that use KeyValue
-
Uses of KeyValue in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return KeyValueModifier and TypeMethodDescriptionKeyValue.Builder.build()KeyValue.Builder.buildPartial()static KeyValueKeyValue.getDefaultInstance()KeyValue.Builder.getDefaultInstanceForType()KeyValue.getDefaultInstanceForType()KeyValueAppend.Builder.getEntry()Key/value pair entry that this option to append or overwrite.KeyValueAppend.getEntry()Key/value pair entry that this option to append or overwrite.KeyValueAppendOrBuilder.getEntry()Key/value pair entry that this option to append or overwrite.static KeyValueKeyValue.parseDelimitedFrom(InputStream input) static KeyValueKeyValue.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueKeyValue.parseFrom(byte[] data) static KeyValueKeyValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueKeyValue.parseFrom(com.google.protobuf.ByteString data) static KeyValueKeyValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueKeyValue.parseFrom(com.google.protobuf.CodedInputStream input) static KeyValueKeyValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueKeyValue.parseFrom(InputStream input) static KeyValueKeyValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueKeyValue.parseFrom(ByteBuffer data) static KeyValueKeyValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type KeyValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<KeyValue> KeyValue.getParserForType()static com.google.protobuf.Parser<KeyValue> KeyValue.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type KeyValueModifier and TypeMethodDescriptionKeyValueAppend.Builder.mergeEntry(KeyValue value) Key/value pair entry that this option to append or overwrite.static KeyValue.BuilderKeyValue.newBuilder(KeyValue prototype) Key/value pair entry that this option to append or overwrite.