Uses of Class
io.envoyproxy.envoy.config.core.v3.KeyValue
-
Packages that use KeyValue Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of KeyValue in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as KeyValue Modifier and Type Field Description private static KeyValueKeyValue. DEFAULT_INSTANCEprivate KeyValueKeyValueAppend.Builder. entry_private KeyValueKeyValueAppend. entry_Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type KeyValue Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<KeyValue,KeyValue.Builder,KeyValueOrBuilder>KeyValueAppend.Builder. entryBuilder_private static com.google.protobuf.Parser<KeyValue>KeyValue. PARSERMethods in io.envoyproxy.envoy.config.core.v3 that return KeyValue Modifier and Type Method Description KeyValueKeyValue.Builder. build()KeyValueKeyValue.Builder. buildPartial()static KeyValueKeyValue. getDefaultInstance()KeyValueKeyValue.Builder. getDefaultInstanceForType()KeyValueKeyValue. getDefaultInstanceForType()KeyValueKeyValueAppend.Builder. getEntry()Key/value pair entry that this option to append or overwrite.KeyValueKeyValueAppend. getEntry()Key/value pair entry that this option to append or overwrite.KeyValueKeyValueAppendOrBuilder. getEntry()Key/value pair entry that this option to append or overwrite.static KeyValueKeyValue. parseDelimitedFrom(java.io.InputStream input)static KeyValueKeyValue. parseDelimitedFrom(java.io.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(java.io.InputStream input)static KeyValueKeyValue. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeyValueKeyValue. parseFrom(java.nio.ByteBuffer data)static KeyValueKeyValue. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type KeyValue 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.com.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 KeyValue Modifier and Type Method Description private voidKeyValue.Builder. buildPartial0(KeyValue result)KeyValueAppend.BuilderKeyValueAppend.Builder. mergeEntry(KeyValue value)Key/value pair entry that this option to append or overwrite.KeyValue.BuilderKeyValue.Builder. mergeFrom(KeyValue other)static KeyValue.BuilderKeyValue. newBuilder(KeyValue prototype)KeyValueAppend.BuilderKeyValueAppend.Builder. setEntry(KeyValue value)Key/value pair entry that this option to append or overwrite.
-