Uses of Class
io.envoyproxy.envoy.config.core.v3.KeyValueAppend
-
Packages that use KeyValueAppend Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of KeyValueAppend in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as KeyValueAppend Modifier and Type Field Description private KeyValueAppend
KeyValueMutation. append_
private KeyValueAppend
KeyValueMutation.Builder. append_
private static KeyValueAppend
KeyValueAppend. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type KeyValueAppend Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<KeyValueAppend,KeyValueAppend.Builder,KeyValueAppendOrBuilder>
KeyValueMutation.Builder. appendBuilder_
private static com.google.protobuf.Parser<KeyValueAppend>
KeyValueAppend. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return KeyValueAppend Modifier and Type Method Description KeyValueAppend
KeyValueAppend.Builder. build()
KeyValueAppend
KeyValueAppend.Builder. buildPartial()
KeyValueAppend
KeyValueMutation.Builder. getAppend()
Key/value pair to append or overwrite.KeyValueAppend
KeyValueMutation. getAppend()
Key/value pair to append or overwrite.KeyValueAppend
KeyValueMutationOrBuilder. getAppend()
Key/value pair to append or overwrite.static KeyValueAppend
KeyValueAppend. getDefaultInstance()
KeyValueAppend
KeyValueAppend.Builder. getDefaultInstanceForType()
KeyValueAppend
KeyValueAppend. getDefaultInstanceForType()
static KeyValueAppend
KeyValueAppend. parseDelimitedFrom(java.io.InputStream input)
static KeyValueAppend
KeyValueAppend. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyValueAppend
KeyValueAppend. parseFrom(byte[] data)
static KeyValueAppend
KeyValueAppend. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyValueAppend
KeyValueAppend. parseFrom(com.google.protobuf.ByteString data)
static KeyValueAppend
KeyValueAppend. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyValueAppend
KeyValueAppend. parseFrom(com.google.protobuf.CodedInputStream input)
static KeyValueAppend
KeyValueAppend. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyValueAppend
KeyValueAppend. parseFrom(java.io.InputStream input)
static KeyValueAppend
KeyValueAppend. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeyValueAppend
KeyValueAppend. parseFrom(java.nio.ByteBuffer data)
static KeyValueAppend
KeyValueAppend. 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 KeyValueAppend Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<KeyValueAppend,KeyValueAppend.Builder,KeyValueAppendOrBuilder>
KeyValueMutation.Builder. getAppendFieldBuilder()
Key/value pair to append or overwrite.com.google.protobuf.Parser<KeyValueAppend>
KeyValueAppend. getParserForType()
static com.google.protobuf.Parser<KeyValueAppend>
KeyValueAppend. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type KeyValueAppend Modifier and Type Method Description private void
KeyValueAppend.Builder. buildPartial0(KeyValueAppend result)
KeyValueMutation.Builder
KeyValueMutation.Builder. mergeAppend(KeyValueAppend value)
Key/value pair to append or overwrite.KeyValueAppend.Builder
KeyValueAppend.Builder. mergeFrom(KeyValueAppend other)
static KeyValueAppend.Builder
KeyValueAppend. newBuilder(KeyValueAppend prototype)
KeyValueMutation.Builder
KeyValueMutation.Builder. setAppend(KeyValueAppend value)
Key/value pair to append or overwrite.
-