Uses of Class
io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.payload_to_metadata.v3.PayloadToMetadata.Rule.Builder
Packages that use PayloadToMetadata.Rule.Builder
Package
Description
-
Uses of PayloadToMetadata.Rule.Builder in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.payload_to_metadata.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.payload_to_metadata.v3 that return PayloadToMetadata.Rule.BuilderModifier and TypeMethodDescriptionPayloadToMetadata.Rule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PayloadToMetadata.Builder.addRequestRulesBuilder()The list of rules to apply to requests.PayloadToMetadata.Builder.addRequestRulesBuilder(int index) The list of rules to apply to requests.PayloadToMetadata.Rule.Builder.clear()PayloadToMetadata.Rule.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) PayloadToMetadata.Rule.Builder.clearFieldSelector()Specifies that a match will be performed on the value of a field.PayloadToMetadata.Rule.Builder.clearMatchSpecifier()PayloadToMetadata.Rule.Builder.clearMethodName()If specified, the route must exactly match the request method name.PayloadToMetadata.Rule.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) PayloadToMetadata.Rule.Builder.clearOnMissing()If the field is missing, apply this metadata KeyValuePair.PayloadToMetadata.Rule.Builder.clearOnPresent()If the field is present, apply this metadata KeyValuePair.PayloadToMetadata.Rule.Builder.clearServiceName()If specified, the route must have the service name as the request method name prefix.PayloadToMetadata.Rule.Builder.clone()PayloadToMetadata.Builder.getRequestRulesBuilder(int index) The list of rules to apply to requests.PayloadToMetadata.Rule.Builder.mergeFieldSelector(PayloadToMetadata.FieldSelector value) Specifies that a match will be performed on the value of a field.PayloadToMetadata.Rule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PayloadToMetadata.Rule.Builder.mergeFrom(com.google.protobuf.Message other) PayloadToMetadata.Rule.Builder.mergeFrom(PayloadToMetadata.Rule other) PayloadToMetadata.Rule.Builder.mergeOnMissing(PayloadToMetadata.KeyValuePair value) If the field is missing, apply this metadata KeyValuePair.PayloadToMetadata.Rule.Builder.mergeOnPresent(PayloadToMetadata.KeyValuePair value) If the field is present, apply this metadata KeyValuePair.PayloadToMetadata.Rule.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PayloadToMetadata.Rule.newBuilder()PayloadToMetadata.Rule.newBuilder(PayloadToMetadata.Rule prototype) PayloadToMetadata.Rule.newBuilderForType()protected PayloadToMetadata.Rule.BuilderPayloadToMetadata.Rule.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PayloadToMetadata.Rule.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PayloadToMetadata.Rule.Builder.setFieldSelector(PayloadToMetadata.FieldSelector value) Specifies that a match will be performed on the value of a field.PayloadToMetadata.Rule.Builder.setFieldSelector(PayloadToMetadata.FieldSelector.Builder builderForValue) Specifies that a match will be performed on the value of a field.PayloadToMetadata.Rule.Builder.setMethodName(String value) If specified, the route must exactly match the request method name.PayloadToMetadata.Rule.Builder.setMethodNameBytes(com.google.protobuf.ByteString value) If specified, the route must exactly match the request method name.PayloadToMetadata.Rule.Builder.setOnMissing(PayloadToMetadata.KeyValuePair value) If the field is missing, apply this metadata KeyValuePair.PayloadToMetadata.Rule.Builder.setOnMissing(PayloadToMetadata.KeyValuePair.Builder builderForValue) If the field is missing, apply this metadata KeyValuePair.PayloadToMetadata.Rule.Builder.setOnPresent(PayloadToMetadata.KeyValuePair value) If the field is present, apply this metadata KeyValuePair.PayloadToMetadata.Rule.Builder.setOnPresent(PayloadToMetadata.KeyValuePair.Builder builderForValue) If the field is present, apply this metadata KeyValuePair.PayloadToMetadata.Rule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) PayloadToMetadata.Rule.Builder.setServiceName(String value) If specified, the route must have the service name as the request method name prefix.PayloadToMetadata.Rule.Builder.setServiceNameBytes(com.google.protobuf.ByteString value) If specified, the route must have the service name as the request method name prefix.PayloadToMetadata.Rule.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PayloadToMetadata.Rule.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.payload_to_metadata.v3 that return types with arguments of type PayloadToMetadata.Rule.BuilderModifier and TypeMethodDescriptionPayloadToMetadata.Builder.getRequestRulesBuilderList()The list of rules to apply to requests.Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.payload_to_metadata.v3 with parameters of type PayloadToMetadata.Rule.BuilderModifier and TypeMethodDescriptionPayloadToMetadata.Builder.addRequestRules(int index, PayloadToMetadata.Rule.Builder builderForValue) The list of rules to apply to requests.PayloadToMetadata.Builder.addRequestRules(PayloadToMetadata.Rule.Builder builderForValue) The list of rules to apply to requests.PayloadToMetadata.Builder.setRequestRules(int index, PayloadToMetadata.Rule.Builder builderForValue) The list of rules to apply to requests.