Uses of Class
io.envoyproxy.envoy.config.core.v3.KeyValuePair
Packages that use KeyValuePair
-
Uses of KeyValuePair in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return KeyValuePairModifier and TypeMethodDescriptionKeyValuePair.Builder.build()KeyValuePair.Builder.buildPartial()static KeyValuePairKeyValuePair.getDefaultInstance()KeyValuePair.Builder.getDefaultInstanceForType()KeyValuePair.getDefaultInstanceForType()KeyValueAppend.Builder.getRecord()The single key/value pair record to be appended or overridden.KeyValueAppend.getRecord()The single key/value pair record to be appended or overridden.KeyValueAppendOrBuilder.getRecord()The single key/value pair record to be appended or overridden.static KeyValuePairKeyValuePair.parseDelimitedFrom(InputStream input) static KeyValuePairKeyValuePair.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValuePairKeyValuePair.parseFrom(byte[] data) static KeyValuePairKeyValuePair.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValuePairKeyValuePair.parseFrom(com.google.protobuf.ByteString data) static KeyValuePairKeyValuePair.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValuePairKeyValuePair.parseFrom(com.google.protobuf.CodedInputStream input) static KeyValuePairKeyValuePair.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValuePairKeyValuePair.parseFrom(InputStream input) static KeyValuePairKeyValuePair.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValuePairKeyValuePair.parseFrom(ByteBuffer data) static KeyValuePairKeyValuePair.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type KeyValuePairModifier and TypeMethodDescriptioncom.google.protobuf.Parser<KeyValuePair>KeyValuePair.getParserForType()static com.google.protobuf.Parser<KeyValuePair>KeyValuePair.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type KeyValuePairModifier and TypeMethodDescriptionKeyValuePair.Builder.mergeFrom(KeyValuePair other) KeyValueAppend.Builder.mergeRecord(KeyValuePair value) The single key/value pair record to be appended or overridden.static KeyValuePair.BuilderKeyValuePair.newBuilder(KeyValuePair prototype) KeyValueAppend.Builder.setRecord(KeyValuePair value) The single key/value pair record to be appended or overridden.