Uses of Class
io.envoyproxy.envoy.type.matcher.v3.StringMatcher
Packages that use StringMatcher
Package
Description
Interfaces and implementations that are internal to gRPC.
-
Uses of StringMatcher in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return StringMatcherModifier and TypeMethodDescriptionHealthCheck.HttpHealthCheck.Builder.getServiceNameMatcher()An optional service name parameter which is used to validate the identity of the health checked cluster using a :ref:`StringMatcher <envoy_v3_api_msg_type.matcher.v3.StringMatcher>`.HealthCheck.HttpHealthCheck.getServiceNameMatcher()An optional service name parameter which is used to validate the identity of the health checked cluster using a :ref:`StringMatcher <envoy_v3_api_msg_type.matcher.v3.StringMatcher>`.HealthCheck.HttpHealthCheckOrBuilder.getServiceNameMatcher()An optional service name parameter which is used to validate the identity of the health checked cluster using a :ref:`StringMatcher <envoy_v3_api_msg_type.matcher.v3.StringMatcher>`.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type StringMatcherModifier and TypeMethodDescriptionHealthCheck.HttpHealthCheck.Builder.mergeServiceNameMatcher(StringMatcher value) An optional service name parameter which is used to validate the identity of the health checked cluster using a :ref:`StringMatcher <envoy_v3_api_msg_type.matcher.v3.StringMatcher>`.HealthCheck.HttpHealthCheck.Builder.setServiceNameMatcher(StringMatcher value) An optional service name parameter which is used to validate the identity of the health checked cluster using a :ref:`StringMatcher <envoy_v3_api_msg_type.matcher.v3.StringMatcher>`. -
Uses of StringMatcher in io.envoyproxy.envoy.config.metrics.v3
Methods in io.envoyproxy.envoy.config.metrics.v3 that return StringMatcherModifier and TypeMethodDescriptionHistogramBucketSettings.Builder.getMatch()The stats that this rule applies to.HistogramBucketSettings.getMatch()The stats that this rule applies to.HistogramBucketSettingsOrBuilder.getMatch()The stats that this rule applies to.Methods in io.envoyproxy.envoy.config.metrics.v3 with parameters of type StringMatcherModifier and TypeMethodDescriptionHistogramBucketSettings.Builder.mergeMatch(StringMatcher value) The stats that this rule applies to.HistogramBucketSettings.Builder.setMatch(StringMatcher value) The stats that this rule applies to. -
Uses of StringMatcher in io.envoyproxy.envoy.config.rbac.v3
Methods in io.envoyproxy.envoy.config.rbac.v3 that return StringMatcherModifier and TypeMethodDescriptionPrincipal.Authenticated.Builder.getPrincipalName()The name of the principal.Principal.Authenticated.getPrincipalName()The name of the principal.Principal.AuthenticatedOrBuilder.getPrincipalName()The name of the principal.Permission.Builder.getRequestedServerName()The request server from the client's connection request.Permission.getRequestedServerName()The request server from the client's connection request.PermissionOrBuilder.getRequestedServerName()The request server from the client's connection request.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type StringMatcherModifier and TypeMethodDescriptionPrincipal.Authenticated.Builder.mergePrincipalName(StringMatcher value) The name of the principal.Permission.Builder.mergeRequestedServerName(StringMatcher value) The request server from the client's connection request.Principal.Authenticated.Builder.setPrincipalName(StringMatcher value) The name of the principal.Permission.Builder.setRequestedServerName(StringMatcher value) The request server from the client's connection request. -
Uses of StringMatcher in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return StringMatcherModifier and TypeMethodDescriptionCorsPolicy.Builder.getAllowOriginStringMatch(int index) Specifies string patterns that match allowed origins.CorsPolicy.getAllowOriginStringMatch(int index) Specifies string patterns that match allowed origins.CorsPolicyOrBuilder.getAllowOriginStringMatch(int index) Specifies string patterns that match allowed origins.HeaderMatcher.Builder.getStringMatch()If specified, header match will be performed based on the string match of the header value.HeaderMatcher.getStringMatch()If specified, header match will be performed based on the string match of the header value.HeaderMatcherOrBuilder.getStringMatch()If specified, header match will be performed based on the string match of the header value.QueryParameterMatcher.Builder.getStringMatch()Specifies whether a query parameter value should match against a string.QueryParameterMatcher.getStringMatch()Specifies whether a query parameter value should match against a string.QueryParameterMatcherOrBuilder.getStringMatch()Specifies whether a query parameter value should match against a string.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type StringMatcherModifier and TypeMethodDescriptionCorsPolicy.Builder.getAllowOriginStringMatchList()Specifies string patterns that match allowed origins.CorsPolicy.getAllowOriginStringMatchList()Specifies string patterns that match allowed origins.CorsPolicyOrBuilder.getAllowOriginStringMatchList()Specifies string patterns that match allowed origins.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type StringMatcherModifier and TypeMethodDescriptionCorsPolicy.Builder.addAllowOriginStringMatch(int index, StringMatcher value) Specifies string patterns that match allowed origins.CorsPolicy.Builder.addAllowOriginStringMatch(StringMatcher value) Specifies string patterns that match allowed origins.HeaderMatcher.Builder.mergeStringMatch(StringMatcher value) If specified, header match will be performed based on the string match of the header value.QueryParameterMatcher.Builder.mergeStringMatch(StringMatcher value) Specifies whether a query parameter value should match against a string.CorsPolicy.Builder.setAllowOriginStringMatch(int index, StringMatcher value) Specifies string patterns that match allowed origins.HeaderMatcher.Builder.setStringMatch(StringMatcher value) If specified, header match will be performed based on the string match of the header value.QueryParameterMatcher.Builder.setStringMatch(StringMatcher value) Specifies whether a query parameter value should match against a string.Method parameters in io.envoyproxy.envoy.config.route.v3 with type arguments of type StringMatcherModifier and TypeMethodDescriptionCorsPolicy.Builder.addAllAllowOriginStringMatch(Iterable<? extends StringMatcher> values) Specifies string patterns that match allowed origins. -
Uses of StringMatcher in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return StringMatcherModifier and TypeMethodDescriptionSubjectAltNameMatcher.Builder.getMatcher()Matcher for SAN value.SubjectAltNameMatcher.getMatcher()Matcher for SAN value.SubjectAltNameMatcherOrBuilder.getMatcher()Matcher for SAN value.CertificateValidationContext.Builder.getMatchSubjectAltNames(int index) Deprecated.CertificateValidationContext.getMatchSubjectAltNames(int index) Deprecated.CertificateValidationContextOrBuilder.getMatchSubjectAltNames(int index) Deprecated.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type StringMatcherModifier and TypeMethodDescriptionCertificateValidationContext.Builder.getMatchSubjectAltNamesList()Deprecated.CertificateValidationContext.getMatchSubjectAltNamesList()Deprecated.CertificateValidationContextOrBuilder.getMatchSubjectAltNamesList()Deprecated.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type StringMatcherModifier and TypeMethodDescriptionCertificateValidationContext.Builder.addMatchSubjectAltNames(int index, StringMatcher value) Deprecated.CertificateValidationContext.Builder.addMatchSubjectAltNames(StringMatcher value) Deprecated.SubjectAltNameMatcher.Builder.mergeMatcher(StringMatcher value) Matcher for SAN value.SubjectAltNameMatcher.Builder.setMatcher(StringMatcher value) Matcher for SAN value.CertificateValidationContext.Builder.setMatchSubjectAltNames(int index, StringMatcher value) Deprecated.Method parameters in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type arguments of type StringMatcherModifier and TypeMethodDescriptionCertificateValidationContext.Builder.addAllMatchSubjectAltNames(Iterable<? extends StringMatcher> values) Deprecated. -
Uses of StringMatcher in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return StringMatcherModifier and TypeMethodDescriptionStringMatcher.Builder.build()StringMatcher.Builder.buildPartial()static StringMatcherStringMatcher.getDefaultInstance()StringMatcher.Builder.getDefaultInstanceForType()StringMatcher.getDefaultInstanceForType()NodeMatcher.Builder.getNodeId()Specifies match criteria on the node id.NodeMatcher.getNodeId()Specifies match criteria on the node id.NodeMatcherOrBuilder.getNodeId()Specifies match criteria on the node id.PathMatcher.Builder.getPath()The ``path`` must match the URL path portion of the :path header.PathMatcher.getPath()The ``path`` must match the URL path portion of the :path header.PathMatcherOrBuilder.getPath()The ``path`` must match the URL path portion of the :path header.ListStringMatcher.Builder.getPatterns(int index) repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ... }ListStringMatcher.getPatterns(int index) repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ... }ListStringMatcherOrBuilder.getPatterns(int index) repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ... }FilterStateMatcher.Builder.getStringMatch()Matches the filter state object as a string value.FilterStateMatcher.getStringMatch()Matches the filter state object as a string value.FilterStateMatcherOrBuilder.getStringMatch()Matches the filter state object as a string value.ValueMatcher.Builder.getStringMatch()If specified, a match occurs if and only if the target value is a string value and is matched to this field.ValueMatcher.getStringMatch()If specified, a match occurs if and only if the target value is a string value and is matched to this field.ValueMatcherOrBuilder.getStringMatch()If specified, a match occurs if and only if the target value is a string value and is matched to this field.static StringMatcherStringMatcher.parseDelimitedFrom(InputStream input) static StringMatcherStringMatcher.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StringMatcherStringMatcher.parseFrom(byte[] data) static StringMatcherStringMatcher.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StringMatcherStringMatcher.parseFrom(com.google.protobuf.ByteString data) static StringMatcherStringMatcher.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StringMatcherStringMatcher.parseFrom(com.google.protobuf.CodedInputStream input) static StringMatcherStringMatcher.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StringMatcherStringMatcher.parseFrom(InputStream input) static StringMatcherStringMatcher.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StringMatcherStringMatcher.parseFrom(ByteBuffer data) static StringMatcherStringMatcher.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type StringMatcherModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StringMatcher> StringMatcher.getParserForType()ListStringMatcher.Builder.getPatternsList()repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ... }ListStringMatcher.getPatternsList()repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ... }ListStringMatcherOrBuilder.getPatternsList()repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ... }static com.google.protobuf.Parser<StringMatcher> StringMatcher.parser()Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type StringMatcherModifier and TypeMethodDescriptionListStringMatcher.Builder.addPatterns(int index, StringMatcher value) repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ... }ListStringMatcher.Builder.addPatterns(StringMatcher value) repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ... }StringMatcher.Builder.mergeFrom(StringMatcher other) NodeMatcher.Builder.mergeNodeId(StringMatcher value) Specifies match criteria on the node id.PathMatcher.Builder.mergePath(StringMatcher value) The ``path`` must match the URL path portion of the :path header.FilterStateMatcher.Builder.mergeStringMatch(StringMatcher value) Matches the filter state object as a string value.ValueMatcher.Builder.mergeStringMatch(StringMatcher value) If specified, a match occurs if and only if the target value is a string value and is matched to this field.static StringMatcher.BuilderStringMatcher.newBuilder(StringMatcher prototype) NodeMatcher.Builder.setNodeId(StringMatcher value) Specifies match criteria on the node id.PathMatcher.Builder.setPath(StringMatcher value) The ``path`` must match the URL path portion of the :path header.ListStringMatcher.Builder.setPatterns(int index, StringMatcher value) repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ... }FilterStateMatcher.Builder.setStringMatch(StringMatcher value) Matches the filter state object as a string value.ValueMatcher.Builder.setStringMatch(StringMatcher value) If specified, a match occurs if and only if the target value is a string value and is matched to this field.Method parameters in io.envoyproxy.envoy.type.matcher.v3 with type arguments of type StringMatcherModifier and TypeMethodDescriptionListStringMatcher.Builder.addAllPatterns(Iterable<? extends StringMatcher> values) repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ... } -
Uses of StringMatcher in io.grpc.xds.internal
Methods in io.grpc.xds.internal with parameters of type StringMatcherModifier and TypeMethodDescriptionstatic Matchers.StringMatcherMatcherParser.parseStringMatcher(StringMatcher proto) Translate StringMatcher envoy proto to internal StringMatcher.