Uses of Class
io.envoyproxy.envoy.type.matcher.StringMatcher
-
-
Uses of StringMatcher in io.envoyproxy.envoy.api.v2.auth
Methods in io.envoyproxy.envoy.api.v2.auth that return StringMatcher Modifier and Type Method Description StringMatcherCertificateValidationContext.Builder. getMatchSubjectAltNames(int index)An optional list of Subject Alternative name matchers.StringMatcherCertificateValidationContext. getMatchSubjectAltNames(int index)An optional list of Subject Alternative name matchers.StringMatcherCertificateValidationContextOrBuilder. getMatchSubjectAltNames(int index)An optional list of Subject Alternative name matchers.Methods in io.envoyproxy.envoy.api.v2.auth that return types with arguments of type StringMatcher Modifier and Type Method Description List<StringMatcher>CertificateValidationContext.Builder. getMatchSubjectAltNamesList()An optional list of Subject Alternative name matchers.List<StringMatcher>CertificateValidationContext. getMatchSubjectAltNamesList()An optional list of Subject Alternative name matchers.List<StringMatcher>CertificateValidationContextOrBuilder. getMatchSubjectAltNamesList()An optional list of Subject Alternative name matchers.Methods in io.envoyproxy.envoy.api.v2.auth with parameters of type StringMatcher Modifier and Type Method Description CertificateValidationContext.BuilderCertificateValidationContext.Builder. addMatchSubjectAltNames(int index, StringMatcher value)An optional list of Subject Alternative name matchers.CertificateValidationContext.BuilderCertificateValidationContext.Builder. addMatchSubjectAltNames(StringMatcher value)An optional list of Subject Alternative name matchers.CertificateValidationContext.BuilderCertificateValidationContext.Builder. setMatchSubjectAltNames(int index, StringMatcher value)An optional list of Subject Alternative name matchers.Method parameters in io.envoyproxy.envoy.api.v2.auth with type arguments of type StringMatcher Modifier and Type Method Description CertificateValidationContext.BuilderCertificateValidationContext.Builder. addAllMatchSubjectAltNames(Iterable<? extends StringMatcher> values)An optional list of Subject Alternative name matchers. -
Uses of StringMatcher in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return StringMatcher Modifier and Type Method Description StringMatcherHealthCheck.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_api_msg_type.matcher.StringMatcher>`.StringMatcherHealthCheck.HttpHealthCheck. getServiceNameMatcher()An optional service name parameter which is used to validate the identity of the health checked cluster using a :ref:`StringMatcher <envoy_api_msg_type.matcher.StringMatcher>`.StringMatcherHealthCheck.HttpHealthCheckOrBuilder. getServiceNameMatcher()An optional service name parameter which is used to validate the identity of the health checked cluster using a :ref:`StringMatcher <envoy_api_msg_type.matcher.StringMatcher>`.Methods in io.envoyproxy.envoy.api.v2.core with parameters of type StringMatcher Modifier and Type Method Description HealthCheck.HttpHealthCheck.BuilderHealthCheck.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_api_msg_type.matcher.StringMatcher>`.HealthCheck.HttpHealthCheck.BuilderHealthCheck.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_api_msg_type.matcher.StringMatcher>`. -
Uses of StringMatcher in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return StringMatcher Modifier and Type Method Description StringMatcherCorsPolicy.Builder. getAllowOriginStringMatch(int index)Specifies string patterns that match allowed origins.StringMatcherCorsPolicy. getAllowOriginStringMatch(int index)Specifies string patterns that match allowed origins.StringMatcherCorsPolicyOrBuilder. getAllowOriginStringMatch(int index)Specifies string patterns that match allowed origins.StringMatcherQueryParameterMatcher.Builder. getStringMatch()Specifies whether a query parameter value should match against a string.StringMatcherQueryParameterMatcher. getStringMatch()Specifies whether a query parameter value should match against a string.StringMatcherQueryParameterMatcherOrBuilder. getStringMatch()Specifies whether a query parameter value should match against a string.Methods in io.envoyproxy.envoy.api.v2.route that return types with arguments of type StringMatcher Modifier and Type Method Description List<StringMatcher>CorsPolicy.Builder. getAllowOriginStringMatchList()Specifies string patterns that match allowed origins.List<StringMatcher>CorsPolicy. getAllowOriginStringMatchList()Specifies string patterns that match allowed origins.List<StringMatcher>CorsPolicyOrBuilder. getAllowOriginStringMatchList()Specifies string patterns that match allowed origins.Methods in io.envoyproxy.envoy.api.v2.route with parameters of type StringMatcher Modifier and Type Method Description CorsPolicy.BuilderCorsPolicy.Builder. addAllowOriginStringMatch(int index, StringMatcher value)Specifies string patterns that match allowed origins.CorsPolicy.BuilderCorsPolicy.Builder. addAllowOriginStringMatch(StringMatcher value)Specifies string patterns that match allowed origins.QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. mergeStringMatch(StringMatcher value)Specifies whether a query parameter value should match against a string.CorsPolicy.BuilderCorsPolicy.Builder. setAllowOriginStringMatch(int index, StringMatcher value)Specifies string patterns that match allowed origins.QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. setStringMatch(StringMatcher value)Specifies whether a query parameter value should match against a string.Method parameters in io.envoyproxy.envoy.api.v2.route with type arguments of type StringMatcher Modifier and Type Method Description CorsPolicy.BuilderCorsPolicy.Builder. addAllAllowOriginStringMatch(Iterable<? extends StringMatcher> values)Specifies string patterns that match allowed origins. -
Uses of StringMatcher in io.envoyproxy.envoy.config.filter.http.cache.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.cache.v2alpha that return StringMatcher Modifier and Type Method Description StringMatcherCacheConfig.Builder. getAllowedVaryHeaders(int index)List of matching rules that defines allowed *Vary* headers.StringMatcherCacheConfig. getAllowedVaryHeaders(int index)List of matching rules that defines allowed *Vary* headers.StringMatcherCacheConfigOrBuilder. getAllowedVaryHeaders(int index)List of matching rules that defines allowed *Vary* headers.Methods in io.envoyproxy.envoy.config.filter.http.cache.v2alpha that return types with arguments of type StringMatcher Modifier and Type Method Description List<StringMatcher>CacheConfig.Builder. getAllowedVaryHeadersList()List of matching rules that defines allowed *Vary* headers.List<StringMatcher>CacheConfig. getAllowedVaryHeadersList()List of matching rules that defines allowed *Vary* headers.List<StringMatcher>CacheConfigOrBuilder. getAllowedVaryHeadersList()List of matching rules that defines allowed *Vary* headers.Methods in io.envoyproxy.envoy.config.filter.http.cache.v2alpha with parameters of type StringMatcher Modifier and Type Method Description CacheConfig.BuilderCacheConfig.Builder. addAllowedVaryHeaders(int index, StringMatcher value)List of matching rules that defines allowed *Vary* headers.CacheConfig.BuilderCacheConfig.Builder. addAllowedVaryHeaders(StringMatcher value)List of matching rules that defines allowed *Vary* headers.CacheConfig.BuilderCacheConfig.Builder. setAllowedVaryHeaders(int index, StringMatcher value)List of matching rules that defines allowed *Vary* headers.Method parameters in io.envoyproxy.envoy.config.filter.http.cache.v2alpha with type arguments of type StringMatcher Modifier and Type Method Description CacheConfig.BuilderCacheConfig.Builder. addAllAllowedVaryHeaders(Iterable<? extends StringMatcher> values)List of matching rules that defines allowed *Vary* headers. -
Uses of StringMatcher in io.envoyproxy.envoy.config.filter.http.csrf.v2
Methods in io.envoyproxy.envoy.config.filter.http.csrf.v2 that return StringMatcher Modifier and Type Method Description StringMatcherCsrfPolicy.Builder. getAdditionalOrigins(int index)Specifies additional source origins that will be allowed in addition to the destination origin.StringMatcherCsrfPolicy. getAdditionalOrigins(int index)Specifies additional source origins that will be allowed in addition to the destination origin.StringMatcherCsrfPolicyOrBuilder. getAdditionalOrigins(int index)Specifies additional source origins that will be allowed in addition to the destination origin.Methods in io.envoyproxy.envoy.config.filter.http.csrf.v2 that return types with arguments of type StringMatcher Modifier and Type Method Description List<StringMatcher>CsrfPolicy.Builder. getAdditionalOriginsList()Specifies additional source origins that will be allowed in addition to the destination origin.List<StringMatcher>CsrfPolicy. getAdditionalOriginsList()Specifies additional source origins that will be allowed in addition to the destination origin.List<StringMatcher>CsrfPolicyOrBuilder. getAdditionalOriginsList()Specifies additional source origins that will be allowed in addition to the destination origin.Methods in io.envoyproxy.envoy.config.filter.http.csrf.v2 with parameters of type StringMatcher Modifier and Type Method Description CsrfPolicy.BuilderCsrfPolicy.Builder. addAdditionalOrigins(int index, StringMatcher value)Specifies additional source origins that will be allowed in addition to the destination origin.CsrfPolicy.BuilderCsrfPolicy.Builder. addAdditionalOrigins(StringMatcher value)Specifies additional source origins that will be allowed in addition to the destination origin.CsrfPolicy.BuilderCsrfPolicy.Builder. setAdditionalOrigins(int index, StringMatcher value)Specifies additional source origins that will be allowed in addition to the destination origin.Method parameters in io.envoyproxy.envoy.config.filter.http.csrf.v2 with type arguments of type StringMatcher Modifier and Type Method Description CsrfPolicy.BuilderCsrfPolicy.Builder. addAllAdditionalOrigins(Iterable<? extends StringMatcher> values)Specifies additional source origins that will be allowed in addition to the destination origin. -
Uses of StringMatcher in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1
Methods in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1 that return StringMatcher Modifier and Type Method Description StringMatcherMethodMatch.Builder. getName()The name of the method.StringMatcherMethodMatch. getName()The name of the method.StringMatcherMethodMatchOrBuilder. getName()The name of the method.Methods in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1 with parameters of type StringMatcher Modifier and Type Method Description MethodMatch.BuilderMethodMatch.Builder. mergeName(StringMatcher value)The name of the method.MethodMatch.BuilderMethodMatch.Builder. setName(StringMatcher value)The name of the method. -
Uses of StringMatcher in io.envoyproxy.envoy.config.rbac.v2
Methods in io.envoyproxy.envoy.config.rbac.v2 that return StringMatcher Modifier and Type Method Description StringMatcherPrincipal.Authenticated.Builder. getPrincipalName()The name of the principal.StringMatcherPrincipal.Authenticated. getPrincipalName()The name of the principal.StringMatcherPrincipal.AuthenticatedOrBuilder. getPrincipalName()The name of the principal.StringMatcherPermission.Builder. getRequestedServerName()The request server from the client's connection request.StringMatcherPermission. getRequestedServerName()The request server from the client's connection request.StringMatcherPermissionOrBuilder. getRequestedServerName()The request server from the client's connection request.Methods in io.envoyproxy.envoy.config.rbac.v2 with parameters of type StringMatcher Modifier and Type Method Description Principal.Authenticated.BuilderPrincipal.Authenticated.Builder. mergePrincipalName(StringMatcher value)The name of the principal.Permission.BuilderPermission.Builder. mergeRequestedServerName(StringMatcher value)The request server from the client's connection request.Principal.Authenticated.BuilderPrincipal.Authenticated.Builder. setPrincipalName(StringMatcher value)The name of the principal.Permission.BuilderPermission.Builder. setRequestedServerName(StringMatcher value)The request server from the client's connection request. -
Uses of StringMatcher in io.envoyproxy.envoy.data.dns.v2alpha
Methods in io.envoyproxy.envoy.data.dns.v2alpha that return StringMatcher Modifier and Type Method Description StringMatcherDnsTable.Builder. getKnownSuffixes(int index)This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list.StringMatcherDnsTable. getKnownSuffixes(int index)This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list.StringMatcherDnsTableOrBuilder. getKnownSuffixes(int index)This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list.Methods in io.envoyproxy.envoy.data.dns.v2alpha that return types with arguments of type StringMatcher Modifier and Type Method Description List<StringMatcher>DnsTable.Builder. getKnownSuffixesList()This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list.List<StringMatcher>DnsTable. getKnownSuffixesList()This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list.List<StringMatcher>DnsTableOrBuilder. getKnownSuffixesList()This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list.Methods in io.envoyproxy.envoy.data.dns.v2alpha with parameters of type StringMatcher Modifier and Type Method Description DnsTable.BuilderDnsTable.Builder. addKnownSuffixes(int index, StringMatcher value)This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list.DnsTable.BuilderDnsTable.Builder. addKnownSuffixes(StringMatcher value)This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list.DnsTable.BuilderDnsTable.Builder. setKnownSuffixes(int index, StringMatcher value)This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list.Method parameters in io.envoyproxy.envoy.data.dns.v2alpha with type arguments of type StringMatcher Modifier and Type Method Description DnsTable.BuilderDnsTable.Builder. addAllKnownSuffixes(Iterable<? extends StringMatcher> values)This field serves to help Envoy determine whether it can authoritatively answer a query for a name matching a suffix in this list. -
Uses of StringMatcher in io.envoyproxy.envoy.type.matcher
Methods in io.envoyproxy.envoy.type.matcher that return StringMatcher Modifier and Type Method Description StringMatcherStringMatcher.Builder. build()StringMatcherStringMatcher.Builder. buildPartial()static StringMatcherStringMatcher. getDefaultInstance()StringMatcherStringMatcher.Builder. getDefaultInstanceForType()StringMatcherStringMatcher. getDefaultInstanceForType()StringMatcherNodeMatcher.Builder. getNodeId()Specifies match criteria on the node id.StringMatcherNodeMatcher. getNodeId()Specifies match criteria on the node id.StringMatcherNodeMatcherOrBuilder. getNodeId()Specifies match criteria on the node id.StringMatcherPathMatcher.Builder. getPath()The `path` must match the URL path portion of the :path header.StringMatcherPathMatcher. getPath()The `path` must match the URL path portion of the :path header.StringMatcherPathMatcherOrBuilder. getPath()The `path` must match the URL path portion of the :path header.StringMatcherListStringMatcher.Builder. getPatterns(int index)repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }StringMatcherListStringMatcher. getPatterns(int index)repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }StringMatcherListStringMatcherOrBuilder. getPatterns(int index)repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }StringMatcherValueMatcher.Builder. getStringMatch()If specified, a match occurs if and only if the target value is a string value and is matched to this field.StringMatcherValueMatcher. getStringMatch()If specified, a match occurs if and only if the target value is a string value and is matched to this field.StringMatcherValueMatcherOrBuilder. 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 that return types with arguments of type StringMatcher Modifier and Type Method Description com.google.protobuf.Parser<StringMatcher>StringMatcher. getParserForType()List<StringMatcher>ListStringMatcher.Builder. getPatternsList()repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }List<StringMatcher>ListStringMatcher. getPatternsList()repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }List<StringMatcher>ListStringMatcherOrBuilder. getPatternsList()repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }static com.google.protobuf.Parser<StringMatcher>StringMatcher. parser()Methods in io.envoyproxy.envoy.type.matcher with parameters of type StringMatcher Modifier and Type Method Description ListStringMatcher.BuilderListStringMatcher.Builder. addPatterns(int index, StringMatcher value)repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }ListStringMatcher.BuilderListStringMatcher.Builder. addPatterns(StringMatcher value)repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }StringMatcher.BuilderStringMatcher.Builder. mergeFrom(StringMatcher other)NodeMatcher.BuilderNodeMatcher.Builder. mergeNodeId(StringMatcher value)Specifies match criteria on the node id.PathMatcher.BuilderPathMatcher.Builder. mergePath(StringMatcher value)The `path` must match the URL path portion of the :path header.ValueMatcher.BuilderValueMatcher.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.BuilderNodeMatcher.Builder. setNodeId(StringMatcher value)Specifies match criteria on the node id.PathMatcher.BuilderPathMatcher.Builder. setPath(StringMatcher value)The `path` must match the URL path portion of the :path header.ListStringMatcher.BuilderListStringMatcher.Builder. setPatterns(int index, StringMatcher value)repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }ValueMatcher.BuilderValueMatcher.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 with type arguments of type StringMatcher Modifier and Type Method Description ListStringMatcher.BuilderListStringMatcher.Builder. addAllPatterns(Iterable<? extends StringMatcher> values)repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }
-