Uses of Class
io.envoyproxy.envoy.type.matcher.v3.StringMatcher.Builder
-
-
Uses of StringMatcher.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type StringMatcher.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>HealthCheck.HttpHealthCheck.Builder. serviceNameMatcherBuilder_Methods in io.envoyproxy.envoy.config.core.v3 that return StringMatcher.Builder Modifier and Type Method Description StringMatcher.BuilderHealthCheck.HttpHealthCheck.Builder. getServiceNameMatcherBuilder()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 that return types with arguments of type StringMatcher.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>HealthCheck.HttpHealthCheck.Builder. getServiceNameMatcherFieldBuilder()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 StringMatcher.Builder Modifier and Type Method Description HealthCheck.HttpHealthCheck.BuilderHealthCheck.HttpHealthCheck.Builder. setServiceNameMatcher(StringMatcher.Builder builderForValue)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.Builder in io.envoyproxy.envoy.config.metrics.v3
Fields in io.envoyproxy.envoy.config.metrics.v3 with type parameters of type StringMatcher.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>HistogramBucketSettings.Builder. matchBuilder_Methods in io.envoyproxy.envoy.config.metrics.v3 that return StringMatcher.Builder Modifier and Type Method Description StringMatcher.BuilderHistogramBucketSettings.Builder. getMatchBuilder()The stats that this rule applies to.Methods in io.envoyproxy.envoy.config.metrics.v3 that return types with arguments of type StringMatcher.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>HistogramBucketSettings.Builder. getMatchFieldBuilder()The stats that this rule applies to.Methods in io.envoyproxy.envoy.config.metrics.v3 with parameters of type StringMatcher.Builder Modifier and Type Method Description HistogramBucketSettings.BuilderHistogramBucketSettings.Builder. setMatch(StringMatcher.Builder builderForValue)The stats that this rule applies to. -
Uses of StringMatcher.Builder in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type StringMatcher.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>Principal.Authenticated.Builder. principalNameBuilder_private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>Permission.Builder. requestedServerNameBuilder_Methods in io.envoyproxy.envoy.config.rbac.v3 that return StringMatcher.Builder Modifier and Type Method Description StringMatcher.BuilderPrincipal.Authenticated.Builder. getPrincipalNameBuilder()The name of the principal.StringMatcher.BuilderPermission.Builder. getRequestedServerNameBuilder()The request server from the client's connection request.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type StringMatcher.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>Principal.Authenticated.Builder. getPrincipalNameFieldBuilder()The name of the principal.private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>Permission.Builder. getRequestedServerNameFieldBuilder()The request server from the client's connection request.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type StringMatcher.Builder Modifier and Type Method Description Principal.Authenticated.BuilderPrincipal.Authenticated.Builder. setPrincipalName(StringMatcher.Builder builderForValue)The name of the principal.Permission.BuilderPermission.Builder. setRequestedServerName(StringMatcher.Builder builderForValue)The request server from the client's connection request. -
Uses of StringMatcher.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type StringMatcher.Builder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>CorsPolicy.Builder. allowOriginStringMatchBuilder_private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>HeaderMatcher.Builder. stringMatchBuilder_private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>QueryParameterMatcher.Builder. stringMatchBuilder_Methods in io.envoyproxy.envoy.config.route.v3 that return StringMatcher.Builder Modifier and Type Method Description StringMatcher.BuilderCorsPolicy.Builder. addAllowOriginStringMatchBuilder()Specifies string patterns that match allowed origins.StringMatcher.BuilderCorsPolicy.Builder. addAllowOriginStringMatchBuilder(int index)Specifies string patterns that match allowed origins.StringMatcher.BuilderCorsPolicy.Builder. getAllowOriginStringMatchBuilder(int index)Specifies string patterns that match allowed origins.StringMatcher.BuilderHeaderMatcher.Builder. getStringMatchBuilder()If specified, header match will be performed based on the string match of the header value.StringMatcher.BuilderQueryParameterMatcher.Builder. getStringMatchBuilder()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 StringMatcher.Builder Modifier and Type Method Description java.util.List<StringMatcher.Builder>CorsPolicy.Builder. getAllowOriginStringMatchBuilderList()Specifies string patterns that match allowed origins.private com.google.protobuf.RepeatedFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>CorsPolicy.Builder. getAllowOriginStringMatchFieldBuilder()private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>HeaderMatcher.Builder. getStringMatchFieldBuilder()If specified, header match will be performed based on the string match of the header value.private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>QueryParameterMatcher.Builder. getStringMatchFieldBuilder()Specifies whether a query parameter value should match against a string.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type StringMatcher.Builder Modifier and Type Method Description CorsPolicy.BuilderCorsPolicy.Builder. addAllowOriginStringMatch(int index, StringMatcher.Builder builderForValue)Specifies string patterns that match allowed origins.CorsPolicy.BuilderCorsPolicy.Builder. addAllowOriginStringMatch(StringMatcher.Builder builderForValue)Specifies string patterns that match allowed origins.CorsPolicy.BuilderCorsPolicy.Builder. setAllowOriginStringMatch(int index, StringMatcher.Builder builderForValue)Specifies string patterns that match allowed origins.HeaderMatcher.BuilderHeaderMatcher.Builder. setStringMatch(StringMatcher.Builder builderForValue)If specified, header match will be performed based on the string match of the header value.QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. setStringMatch(StringMatcher.Builder builderForValue)Specifies whether a query parameter value should match against a string. -
Uses of StringMatcher.Builder in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type StringMatcher.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>SubjectAltNameMatcher.Builder. matcherBuilder_private com.google.protobuf.RepeatedFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>CertificateValidationContext.Builder. matchSubjectAltNamesBuilder_Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return StringMatcher.Builder Modifier and Type Method Description StringMatcher.BuilderCertificateValidationContext.Builder. addMatchSubjectAltNamesBuilder()Deprecated.StringMatcher.BuilderCertificateValidationContext.Builder. addMatchSubjectAltNamesBuilder(int index)Deprecated.StringMatcher.BuilderSubjectAltNameMatcher.Builder. getMatcherBuilder()Matcher for SAN value.StringMatcher.BuilderCertificateValidationContext.Builder. getMatchSubjectAltNamesBuilder(int index)Deprecated.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type StringMatcher.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>SubjectAltNameMatcher.Builder. getMatcherFieldBuilder()Matcher for SAN value.java.util.List<StringMatcher.Builder>CertificateValidationContext.Builder. getMatchSubjectAltNamesBuilderList()Deprecated.private com.google.protobuf.RepeatedFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>CertificateValidationContext.Builder. getMatchSubjectAltNamesFieldBuilder()Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type StringMatcher.Builder Modifier and Type Method Description CertificateValidationContext.BuilderCertificateValidationContext.Builder. addMatchSubjectAltNames(int index, StringMatcher.Builder builderForValue)Deprecated.CertificateValidationContext.BuilderCertificateValidationContext.Builder. addMatchSubjectAltNames(StringMatcher.Builder builderForValue)Deprecated.SubjectAltNameMatcher.BuilderSubjectAltNameMatcher.Builder. setMatcher(StringMatcher.Builder builderForValue)Matcher for SAN value.CertificateValidationContext.BuilderCertificateValidationContext.Builder. setMatchSubjectAltNames(int index, StringMatcher.Builder builderForValue)Deprecated. -
Uses of StringMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type StringMatcher.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>NodeMatcher.Builder. nodeIdBuilder_private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>PathMatcher.Builder. pathBuilder_private com.google.protobuf.RepeatedFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>ListStringMatcher.Builder. patternsBuilder_private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>FilterStateMatcher.Builder. stringMatchBuilder_private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>ValueMatcher.Builder. stringMatchBuilder_Methods in io.envoyproxy.envoy.type.matcher.v3 that return StringMatcher.Builder Modifier and Type Method Description StringMatcher.BuilderListStringMatcher.Builder. addPatternsBuilder()repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ...StringMatcher.BuilderListStringMatcher.Builder. addPatternsBuilder(int index)repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ...StringMatcher.BuilderStringMatcher.Builder. clear()StringMatcher.BuilderStringMatcher.Builder. clearContains()The input string must have the substring specified here.StringMatcher.BuilderStringMatcher.Builder. clearCustom()Use an extension as the matcher type.StringMatcher.BuilderStringMatcher.Builder. clearExact()The input string must match exactly the string specified here.StringMatcher.BuilderStringMatcher.Builder. clearIgnoreCase()If true, indicates the exact/prefix/suffix/contains matching should be case insensitive.StringMatcher.BuilderStringMatcher.Builder. clearMatchPattern()StringMatcher.BuilderStringMatcher.Builder. clearPrefix()The input string must have the prefix specified here.StringMatcher.BuilderStringMatcher.Builder. clearSafeRegex()The input string must match the regular expression specified here.StringMatcher.BuilderStringMatcher.Builder. clearSuffix()The input string must have the suffix specified here.StringMatcher.BuilderNodeMatcher.Builder. getNodeIdBuilder()Specifies match criteria on the node id.StringMatcher.BuilderPathMatcher.Builder. getPathBuilder()The ``path`` must match the URL path portion of the :path header.StringMatcher.BuilderListStringMatcher.Builder. getPatternsBuilder(int index)repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ...StringMatcher.BuilderFilterStateMatcher.Builder. getStringMatchBuilder()Matches the filter state object as a string value.StringMatcher.BuilderValueMatcher.Builder. getStringMatchBuilder()If specified, a match occurs if and only if the target value is a string value and is matched to this field.StringMatcher.BuilderStringMatcher.Builder. mergeCustom(TypedExtensionConfig value)Use an extension as the matcher type.StringMatcher.BuilderStringMatcher.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)StringMatcher.BuilderStringMatcher.Builder. mergeFrom(com.google.protobuf.Message other)StringMatcher.BuilderStringMatcher.Builder. mergeFrom(StringMatcher other)StringMatcher.BuilderStringMatcher.Builder. mergeSafeRegex(RegexMatcher value)The input string must match the regular expression specified here.static StringMatcher.BuilderStringMatcher. newBuilder()static StringMatcher.BuilderStringMatcher. newBuilder(StringMatcher prototype)StringMatcher.BuilderStringMatcher. newBuilderForType()protected StringMatcher.BuilderStringMatcher. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)StringMatcher.BuilderStringMatcher.Builder. setContains(java.lang.String value)The input string must have the substring specified here.StringMatcher.BuilderStringMatcher.Builder. setContainsBytes(com.google.protobuf.ByteString value)The input string must have the substring specified here.StringMatcher.BuilderStringMatcher.Builder. setCustom(TypedExtensionConfig value)Use an extension as the matcher type.StringMatcher.BuilderStringMatcher.Builder. setCustom(TypedExtensionConfig.Builder builderForValue)Use an extension as the matcher type.StringMatcher.BuilderStringMatcher.Builder. setExact(java.lang.String value)The input string must match exactly the string specified here.StringMatcher.BuilderStringMatcher.Builder. setExactBytes(com.google.protobuf.ByteString value)The input string must match exactly the string specified here.StringMatcher.BuilderStringMatcher.Builder. setIgnoreCase(boolean value)If true, indicates the exact/prefix/suffix/contains matching should be case insensitive.StringMatcher.BuilderStringMatcher.Builder. setPrefix(java.lang.String value)The input string must have the prefix specified here.StringMatcher.BuilderStringMatcher.Builder. setPrefixBytes(com.google.protobuf.ByteString value)The input string must have the prefix specified here.StringMatcher.BuilderStringMatcher.Builder. setSafeRegex(RegexMatcher value)The input string must match the regular expression specified here.StringMatcher.BuilderStringMatcher.Builder. setSafeRegex(RegexMatcher.Builder builderForValue)The input string must match the regular expression specified here.StringMatcher.BuilderStringMatcher.Builder. setSuffix(java.lang.String value)The input string must have the suffix specified here.StringMatcher.BuilderStringMatcher.Builder. setSuffixBytes(com.google.protobuf.ByteString value)The input string must have the suffix specified here.StringMatcher.BuilderStringMatcher. toBuilder()Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type StringMatcher.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>NodeMatcher.Builder. getNodeIdFieldBuilder()Specifies match criteria on the node id.private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>PathMatcher.Builder. getPathFieldBuilder()The ``path`` must match the URL path portion of the :path header.java.util.List<StringMatcher.Builder>ListStringMatcher.Builder. getPatternsBuilderList()repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ...private com.google.protobuf.RepeatedFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>ListStringMatcher.Builder. getPatternsFieldBuilder()private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>FilterStateMatcher.Builder. getStringMatchFieldBuilder()Matches the filter state object as a string value.private com.google.protobuf.SingleFieldBuilder<StringMatcher,StringMatcher.Builder,StringMatcherOrBuilder>ValueMatcher.Builder. getStringMatchFieldBuilder()If specified, a match occurs if and only if the target value is a string value and is matched to this field.Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type StringMatcher.Builder Modifier and Type Method Description ListStringMatcher.BuilderListStringMatcher.Builder. addPatterns(int index, StringMatcher.Builder builderForValue)repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ...ListStringMatcher.BuilderListStringMatcher.Builder. addPatterns(StringMatcher.Builder builderForValue)repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ...NodeMatcher.BuilderNodeMatcher.Builder. setNodeId(StringMatcher.Builder builderForValue)Specifies match criteria on the node id.PathMatcher.BuilderPathMatcher.Builder. setPath(StringMatcher.Builder builderForValue)The ``path`` must match the URL path portion of the :path header.ListStringMatcher.BuilderListStringMatcher.Builder. setPatterns(int index, StringMatcher.Builder builderForValue)repeated .envoy.type.matcher.v3.StringMatcher patterns = 1 [(.validate.rules) = { ...FilterStateMatcher.BuilderFilterStateMatcher.Builder. setStringMatch(StringMatcher.Builder builderForValue)Matches the filter state object as a string value.ValueMatcher.BuilderValueMatcher.Builder. setStringMatch(StringMatcher.Builder builderForValue)If specified, a match occurs if and only if the target value is a string value and is matched to this field.
-