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 KeyValue
KeyValue. DEFAULT_INSTANCE
private KeyValue
KeyValueAppend.Builder. entry_
private KeyValue
KeyValueAppend. 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. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return KeyValue Modifier and Type Method Description KeyValue
KeyValue.Builder. build()
KeyValue
KeyValue.Builder. buildPartial()
static KeyValue
KeyValue. getDefaultInstance()
KeyValue
KeyValue.Builder. getDefaultInstanceForType()
KeyValue
KeyValue. getDefaultInstanceForType()
KeyValue
KeyValueAppend.Builder. getEntry()
Key/value pair entry that this option to append or overwrite.KeyValue
KeyValueAppend. getEntry()
Key/value pair entry that this option to append or overwrite.KeyValue
KeyValueAppendOrBuilder. getEntry()
Key/value pair entry that this option to append or overwrite.static KeyValue
KeyValue. parseDelimitedFrom(java.io.InputStream input)
static KeyValue
KeyValue. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyValue
KeyValue. parseFrom(byte[] data)
static KeyValue
KeyValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyValue
KeyValue. parseFrom(com.google.protobuf.ByteString data)
static KeyValue
KeyValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyValue
KeyValue. parseFrom(com.google.protobuf.CodedInputStream input)
static KeyValue
KeyValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyValue
KeyValue. parseFrom(java.io.InputStream input)
static KeyValue
KeyValue. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyValue
KeyValue. parseFrom(java.nio.ByteBuffer data)
static KeyValue
KeyValue. 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 void
KeyValue.Builder. buildPartial0(KeyValue result)
KeyValueAppend.Builder
KeyValueAppend.Builder. mergeEntry(KeyValue value)
Key/value pair entry that this option to append or overwrite.KeyValue.Builder
KeyValue.Builder. mergeFrom(KeyValue other)
static KeyValue.Builder
KeyValue. newBuilder(KeyValue prototype)
KeyValueAppend.Builder
KeyValueAppend.Builder. setEntry(KeyValue value)
Key/value pair entry that this option to append or overwrite.
-