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