Uses of Class
io.envoyproxy.envoy.service.tap.v2alpha.MatchPredicate.MatchSet
Packages that use MatchPredicate.MatchSet
-
Uses of MatchPredicate.MatchSet in io.envoyproxy.envoy.service.tap.v2alpha
Methods in io.envoyproxy.envoy.service.tap.v2alpha that return MatchPredicate.MatchSetModifier and TypeMethodDescriptionMatchPredicate.MatchSet.Builder.build()MatchPredicate.MatchSet.Builder.buildPartial()MatchPredicate.Builder.getAndMatch()A set that describes a logical AND.MatchPredicate.getAndMatch()A set that describes a logical AND.MatchPredicateOrBuilder.getAndMatch()A set that describes a logical AND.static MatchPredicate.MatchSetMatchPredicate.MatchSet.getDefaultInstance()MatchPredicate.MatchSet.Builder.getDefaultInstanceForType()MatchPredicate.MatchSet.getDefaultInstanceForType()MatchPredicate.Builder.getOrMatch()A set that describes a logical OR.MatchPredicate.getOrMatch()A set that describes a logical OR.MatchPredicateOrBuilder.getOrMatch()A set that describes a logical OR.static MatchPredicate.MatchSetMatchPredicate.MatchSet.parseDelimitedFrom(InputStream input) static MatchPredicate.MatchSetMatchPredicate.MatchSet.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MatchPredicate.MatchSetMatchPredicate.MatchSet.parseFrom(byte[] data) static MatchPredicate.MatchSetMatchPredicate.MatchSet.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MatchPredicate.MatchSetMatchPredicate.MatchSet.parseFrom(com.google.protobuf.ByteString data) static MatchPredicate.MatchSetMatchPredicate.MatchSet.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MatchPredicate.MatchSetMatchPredicate.MatchSet.parseFrom(com.google.protobuf.CodedInputStream input) static MatchPredicate.MatchSetMatchPredicate.MatchSet.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MatchPredicate.MatchSetMatchPredicate.MatchSet.parseFrom(InputStream input) static MatchPredicate.MatchSetMatchPredicate.MatchSet.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MatchPredicate.MatchSetMatchPredicate.MatchSet.parseFrom(ByteBuffer data) static MatchPredicate.MatchSetMatchPredicate.MatchSet.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.tap.v2alpha that return types with arguments of type MatchPredicate.MatchSetModifier and TypeMethodDescriptioncom.google.protobuf.Parser<MatchPredicate.MatchSet>MatchPredicate.MatchSet.getParserForType()static com.google.protobuf.Parser<MatchPredicate.MatchSet>MatchPredicate.MatchSet.parser()Methods in io.envoyproxy.envoy.service.tap.v2alpha with parameters of type MatchPredicate.MatchSetModifier and TypeMethodDescriptionMatchPredicate.Builder.mergeAndMatch(MatchPredicate.MatchSet value) A set that describes a logical AND.MatchPredicate.MatchSet.Builder.mergeFrom(MatchPredicate.MatchSet other) MatchPredicate.Builder.mergeOrMatch(MatchPredicate.MatchSet value) A set that describes a logical OR.MatchPredicate.MatchSet.newBuilder(MatchPredicate.MatchSet prototype) MatchPredicate.Builder.setAndMatch(MatchPredicate.MatchSet value) A set that describes a logical AND.MatchPredicate.Builder.setOrMatch(MatchPredicate.MatchSet value) A set that describes a logical OR.