Package com.google.cloud.compute.v1
Class HttpRouteRuleMatch.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<HttpRouteRuleMatch.Builder>
-
- com.google.cloud.compute.v1.HttpRouteRuleMatch.Builder
-
- All Implemented Interfaces:
HttpRouteRuleMatchOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- HttpRouteRuleMatch
public static final class HttpRouteRuleMatch.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<HttpRouteRuleMatch.Builder> implements HttpRouteRuleMatchOrBuilder
HttpRouteRuleMatch specifies a set of criteria for matching requests to an HttpRouteRule. All specified criteria must be satisfied for a match to occur.
Protobuf typegoogle.cloud.compute.v1.HttpRouteRuleMatch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpRouteRuleMatch.BuilderaddAllHeaderMatches(Iterable<? extends HttpHeaderMatch> values)Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpRouteRuleMatch.BuilderaddAllMetadataFilters(Iterable<? extends MetadataFilter> values)Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.HttpRouteRuleMatch.BuilderaddAllQueryParameterMatches(Iterable<? extends HttpQueryParameterMatch> values)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpRouteRuleMatch.BuilderaddHeaderMatches(int index, HttpHeaderMatch value)Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpRouteRuleMatch.BuilderaddHeaderMatches(int index, HttpHeaderMatch.Builder builderForValue)Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpRouteRuleMatch.BuilderaddHeaderMatches(HttpHeaderMatch value)Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpRouteRuleMatch.BuilderaddHeaderMatches(HttpHeaderMatch.Builder builderForValue)Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpHeaderMatch.BuilderaddHeaderMatchesBuilder()Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpHeaderMatch.BuilderaddHeaderMatchesBuilder(int index)Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpRouteRuleMatch.BuilderaddMetadataFilters(int index, MetadataFilter value)Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.HttpRouteRuleMatch.BuilderaddMetadataFilters(int index, MetadataFilter.Builder builderForValue)Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.HttpRouteRuleMatch.BuilderaddMetadataFilters(MetadataFilter value)Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.HttpRouteRuleMatch.BuilderaddMetadataFilters(MetadataFilter.Builder builderForValue)Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.MetadataFilter.BuilderaddMetadataFiltersBuilder()Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.MetadataFilter.BuilderaddMetadataFiltersBuilder(int index)Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.HttpRouteRuleMatch.BuilderaddQueryParameterMatches(int index, HttpQueryParameterMatch value)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpRouteRuleMatch.BuilderaddQueryParameterMatches(int index, HttpQueryParameterMatch.Builder builderForValue)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpRouteRuleMatch.BuilderaddQueryParameterMatches(HttpQueryParameterMatch value)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpRouteRuleMatch.BuilderaddQueryParameterMatches(HttpQueryParameterMatch.Builder builderForValue)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpQueryParameterMatch.BuilderaddQueryParameterMatchesBuilder()Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpQueryParameterMatch.BuilderaddQueryParameterMatchesBuilder(int index)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpRouteRuleMatch.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)HttpRouteRuleMatchbuild()HttpRouteRuleMatchbuildPartial()HttpRouteRuleMatch.Builderclear()HttpRouteRuleMatch.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)HttpRouteRuleMatch.BuilderclearFullPathMatch()For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL.HttpRouteRuleMatch.BuilderclearHeaderMatches()Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpRouteRuleMatch.BuilderclearIgnoreCase()Specifies that prefixMatch and fullPathMatch matches are case sensitive.HttpRouteRuleMatch.BuilderclearMetadataFilters()Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.HttpRouteRuleMatch.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)HttpRouteRuleMatch.BuilderclearPathTemplateMatch()If specified, the route is a pattern match expression that must match the :path header once the query string is removed.HttpRouteRuleMatch.BuilderclearPrefixMatch()For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch.HttpRouteRuleMatch.BuilderclearQueryParameterMatches()Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpRouteRuleMatch.BuilderclearRegexMatch()For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL.HttpRouteRuleMatch.Builderclone()HttpRouteRuleMatchgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetFullPathMatch()For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL.com.google.protobuf.ByteStringgetFullPathMatchBytes()For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL.HttpHeaderMatchgetHeaderMatches(int index)Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpHeaderMatch.BuildergetHeaderMatchesBuilder(int index)Specifies a list of header match criteria, all of which must match corresponding headers in the request.List<HttpHeaderMatch.Builder>getHeaderMatchesBuilderList()Specifies a list of header match criteria, all of which must match corresponding headers in the request.intgetHeaderMatchesCount()Specifies a list of header match criteria, all of which must match corresponding headers in the request.List<HttpHeaderMatch>getHeaderMatchesList()Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpHeaderMatchOrBuildergetHeaderMatchesOrBuilder(int index)Specifies a list of header match criteria, all of which must match corresponding headers in the request.List<? extends HttpHeaderMatchOrBuilder>getHeaderMatchesOrBuilderList()Specifies a list of header match criteria, all of which must match corresponding headers in the request.booleangetIgnoreCase()Specifies that prefixMatch and fullPathMatch matches are case sensitive.MetadataFiltergetMetadataFilters(int index)Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.MetadataFilter.BuildergetMetadataFiltersBuilder(int index)Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.List<MetadataFilter.Builder>getMetadataFiltersBuilderList()Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.intgetMetadataFiltersCount()Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.List<MetadataFilter>getMetadataFiltersList()Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.MetadataFilterOrBuildergetMetadataFiltersOrBuilder(int index)Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.List<? extends MetadataFilterOrBuilder>getMetadataFiltersOrBuilderList()Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.StringgetPathTemplateMatch()If specified, the route is a pattern match expression that must match the :path header once the query string is removed.com.google.protobuf.ByteStringgetPathTemplateMatchBytes()If specified, the route is a pattern match expression that must match the :path header once the query string is removed.StringgetPrefixMatch()For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch.com.google.protobuf.ByteStringgetPrefixMatchBytes()For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch.HttpQueryParameterMatchgetQueryParameterMatches(int index)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpQueryParameterMatch.BuildergetQueryParameterMatchesBuilder(int index)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.List<HttpQueryParameterMatch.Builder>getQueryParameterMatchesBuilderList()Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.intgetQueryParameterMatchesCount()Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.List<HttpQueryParameterMatch>getQueryParameterMatchesList()Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpQueryParameterMatchOrBuildergetQueryParameterMatchesOrBuilder(int index)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.List<? extends HttpQueryParameterMatchOrBuilder>getQueryParameterMatchesOrBuilderList()Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.StringgetRegexMatch()For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL.com.google.protobuf.ByteStringgetRegexMatchBytes()For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL.booleanhasFullPathMatch()For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL.booleanhasIgnoreCase()Specifies that prefixMatch and fullPathMatch matches are case sensitive.booleanhasPathTemplateMatch()If specified, the route is a pattern match expression that must match the :path header once the query string is removed.booleanhasPrefixMatch()For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch.booleanhasRegexMatch()For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()HttpRouteRuleMatch.BuildermergeFrom(HttpRouteRuleMatch other)HttpRouteRuleMatch.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)HttpRouteRuleMatch.BuildermergeFrom(com.google.protobuf.Message other)HttpRouteRuleMatch.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)HttpRouteRuleMatch.BuilderremoveHeaderMatches(int index)Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpRouteRuleMatch.BuilderremoveMetadataFilters(int index)Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.HttpRouteRuleMatch.BuilderremoveQueryParameterMatches(int index)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpRouteRuleMatch.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)HttpRouteRuleMatch.BuildersetFullPathMatch(String value)For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL.HttpRouteRuleMatch.BuildersetFullPathMatchBytes(com.google.protobuf.ByteString value)For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL.HttpRouteRuleMatch.BuildersetHeaderMatches(int index, HttpHeaderMatch value)Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpRouteRuleMatch.BuildersetHeaderMatches(int index, HttpHeaderMatch.Builder builderForValue)Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpRouteRuleMatch.BuildersetIgnoreCase(boolean value)Specifies that prefixMatch and fullPathMatch matches are case sensitive.HttpRouteRuleMatch.BuildersetMetadataFilters(int index, MetadataFilter value)Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.HttpRouteRuleMatch.BuildersetMetadataFilters(int index, MetadataFilter.Builder builderForValue)Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients.HttpRouteRuleMatch.BuildersetPathTemplateMatch(String value)If specified, the route is a pattern match expression that must match the :path header once the query string is removed.HttpRouteRuleMatch.BuildersetPathTemplateMatchBytes(com.google.protobuf.ByteString value)If specified, the route is a pattern match expression that must match the :path header once the query string is removed.HttpRouteRuleMatch.BuildersetPrefixMatch(String value)For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch.HttpRouteRuleMatch.BuildersetPrefixMatchBytes(com.google.protobuf.ByteString value)For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch.HttpRouteRuleMatch.BuildersetQueryParameterMatches(int index, HttpQueryParameterMatch value)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpRouteRuleMatch.BuildersetQueryParameterMatches(int index, HttpQueryParameterMatch.Builder builderForValue)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpRouteRuleMatch.BuildersetRegexMatch(String value)For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL.HttpRouteRuleMatch.BuildersetRegexMatchBytes(com.google.protobuf.ByteString value)For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL.HttpRouteRuleMatch.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)HttpRouteRuleMatch.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<HttpRouteRuleMatch.Builder>
-
clear
public HttpRouteRuleMatch.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<HttpRouteRuleMatch.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<HttpRouteRuleMatch.Builder>
-
getDefaultInstanceForType
public HttpRouteRuleMatch getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public HttpRouteRuleMatch build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public HttpRouteRuleMatch buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public HttpRouteRuleMatch.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<HttpRouteRuleMatch.Builder>
-
setField
public HttpRouteRuleMatch.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<HttpRouteRuleMatch.Builder>
-
clearField
public HttpRouteRuleMatch.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<HttpRouteRuleMatch.Builder>
-
clearOneof
public HttpRouteRuleMatch.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<HttpRouteRuleMatch.Builder>
-
setRepeatedField
public HttpRouteRuleMatch.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<HttpRouteRuleMatch.Builder>
-
addRepeatedField
public HttpRouteRuleMatch.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<HttpRouteRuleMatch.Builder>
-
mergeFrom
public HttpRouteRuleMatch.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<HttpRouteRuleMatch.Builder>
-
mergeFrom
public HttpRouteRuleMatch.Builder mergeFrom(HttpRouteRuleMatch other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<HttpRouteRuleMatch.Builder>
-
mergeFrom
public HttpRouteRuleMatch.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<HttpRouteRuleMatch.Builder>- Throws:
IOException
-
hasFullPathMatch
public boolean hasFullPathMatch()
For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL. fullPathMatch must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
optional string full_path_match = 214598875;- Specified by:
hasFullPathMatchin interfaceHttpRouteRuleMatchOrBuilder- Returns:
- Whether the fullPathMatch field is set.
-
getFullPathMatch
public String getFullPathMatch()
For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL. fullPathMatch must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
optional string full_path_match = 214598875;- Specified by:
getFullPathMatchin interfaceHttpRouteRuleMatchOrBuilder- Returns:
- The fullPathMatch.
-
getFullPathMatchBytes
public com.google.protobuf.ByteString getFullPathMatchBytes()
For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL. fullPathMatch must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
optional string full_path_match = 214598875;- Specified by:
getFullPathMatchBytesin interfaceHttpRouteRuleMatchOrBuilder- Returns:
- The bytes for fullPathMatch.
-
setFullPathMatch
public HttpRouteRuleMatch.Builder setFullPathMatch(String value)
For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL. fullPathMatch must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
optional string full_path_match = 214598875;- Parameters:
value- The fullPathMatch to set.- Returns:
- This builder for chaining.
-
clearFullPathMatch
public HttpRouteRuleMatch.Builder clearFullPathMatch()
For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL. fullPathMatch must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
optional string full_path_match = 214598875;- Returns:
- This builder for chaining.
-
setFullPathMatchBytes
public HttpRouteRuleMatch.Builder setFullPathMatchBytes(com.google.protobuf.ByteString value)
For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL. fullPathMatch must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
optional string full_path_match = 214598875;- Parameters:
value- The bytes for fullPathMatch to set.- Returns:
- This builder for chaining.
-
getHeaderMatchesList
public List<HttpHeaderMatch> getHeaderMatchesList()
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;- Specified by:
getHeaderMatchesListin interfaceHttpRouteRuleMatchOrBuilder
-
getHeaderMatchesCount
public int getHeaderMatchesCount()
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;- Specified by:
getHeaderMatchesCountin interfaceHttpRouteRuleMatchOrBuilder
-
getHeaderMatches
public HttpHeaderMatch getHeaderMatches(int index)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;- Specified by:
getHeaderMatchesin interfaceHttpRouteRuleMatchOrBuilder
-
setHeaderMatches
public HttpRouteRuleMatch.Builder setHeaderMatches(int index, HttpHeaderMatch value)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;
-
setHeaderMatches
public HttpRouteRuleMatch.Builder setHeaderMatches(int index, HttpHeaderMatch.Builder builderForValue)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;
-
addHeaderMatches
public HttpRouteRuleMatch.Builder addHeaderMatches(HttpHeaderMatch value)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;
-
addHeaderMatches
public HttpRouteRuleMatch.Builder addHeaderMatches(int index, HttpHeaderMatch value)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;
-
addHeaderMatches
public HttpRouteRuleMatch.Builder addHeaderMatches(HttpHeaderMatch.Builder builderForValue)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;
-
addHeaderMatches
public HttpRouteRuleMatch.Builder addHeaderMatches(int index, HttpHeaderMatch.Builder builderForValue)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;
-
addAllHeaderMatches
public HttpRouteRuleMatch.Builder addAllHeaderMatches(Iterable<? extends HttpHeaderMatch> values)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;
-
clearHeaderMatches
public HttpRouteRuleMatch.Builder clearHeaderMatches()
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;
-
removeHeaderMatches
public HttpRouteRuleMatch.Builder removeHeaderMatches(int index)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;
-
getHeaderMatchesBuilder
public HttpHeaderMatch.Builder getHeaderMatchesBuilder(int index)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;
-
getHeaderMatchesOrBuilder
public HttpHeaderMatchOrBuilder getHeaderMatchesOrBuilder(int index)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;- Specified by:
getHeaderMatchesOrBuilderin interfaceHttpRouteRuleMatchOrBuilder
-
getHeaderMatchesOrBuilderList
public List<? extends HttpHeaderMatchOrBuilder> getHeaderMatchesOrBuilderList()
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;- Specified by:
getHeaderMatchesOrBuilderListin interfaceHttpRouteRuleMatchOrBuilder
-
addHeaderMatchesBuilder
public HttpHeaderMatch.Builder addHeaderMatchesBuilder()
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;
-
addHeaderMatchesBuilder
public HttpHeaderMatch.Builder addHeaderMatchesBuilder(int index)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;
-
getHeaderMatchesBuilderList
public List<HttpHeaderMatch.Builder> getHeaderMatchesBuilderList()
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
repeated .google.cloud.compute.v1.HttpHeaderMatch header_matches = 361903489;
-
hasIgnoreCase
public boolean hasIgnoreCase()
Specifies that prefixMatch and fullPathMatch matches are case sensitive. The default value is false. ignoreCase must not be used with regexMatch. Not supported when the URL map is bound to a target gRPC proxy.
optional bool ignore_case = 464324989;- Specified by:
hasIgnoreCasein interfaceHttpRouteRuleMatchOrBuilder- Returns:
- Whether the ignoreCase field is set.
-
getIgnoreCase
public boolean getIgnoreCase()
Specifies that prefixMatch and fullPathMatch matches are case sensitive. The default value is false. ignoreCase must not be used with regexMatch. Not supported when the URL map is bound to a target gRPC proxy.
optional bool ignore_case = 464324989;- Specified by:
getIgnoreCasein interfaceHttpRouteRuleMatchOrBuilder- Returns:
- The ignoreCase.
-
setIgnoreCase
public HttpRouteRuleMatch.Builder setIgnoreCase(boolean value)
Specifies that prefixMatch and fullPathMatch matches are case sensitive. The default value is false. ignoreCase must not be used with regexMatch. Not supported when the URL map is bound to a target gRPC proxy.
optional bool ignore_case = 464324989;- Parameters:
value- The ignoreCase to set.- Returns:
- This builder for chaining.
-
clearIgnoreCase
public HttpRouteRuleMatch.Builder clearIgnoreCase()
Specifies that prefixMatch and fullPathMatch matches are case sensitive. The default value is false. ignoreCase must not be used with regexMatch. Not supported when the URL map is bound to a target gRPC proxy.
optional bool ignore_case = 464324989;- Returns:
- This builder for chaining.
-
getMetadataFiltersList
public List<MetadataFilter> getMetadataFiltersList()
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;- Specified by:
getMetadataFiltersListin interfaceHttpRouteRuleMatchOrBuilder
-
getMetadataFiltersCount
public int getMetadataFiltersCount()
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;- Specified by:
getMetadataFiltersCountin interfaceHttpRouteRuleMatchOrBuilder
-
getMetadataFilters
public MetadataFilter getMetadataFilters(int index)
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;- Specified by:
getMetadataFiltersin interfaceHttpRouteRuleMatchOrBuilder
-
setMetadataFilters
public HttpRouteRuleMatch.Builder setMetadataFilters(int index, MetadataFilter value)
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;
-
setMetadataFilters
public HttpRouteRuleMatch.Builder setMetadataFilters(int index, MetadataFilter.Builder builderForValue)
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;
-
addMetadataFilters
public HttpRouteRuleMatch.Builder addMetadataFilters(MetadataFilter value)
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;
-
addMetadataFilters
public HttpRouteRuleMatch.Builder addMetadataFilters(int index, MetadataFilter value)
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;
-
addMetadataFilters
public HttpRouteRuleMatch.Builder addMetadataFilters(MetadataFilter.Builder builderForValue)
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;
-
addMetadataFilters
public HttpRouteRuleMatch.Builder addMetadataFilters(int index, MetadataFilter.Builder builderForValue)
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;
-
addAllMetadataFilters
public HttpRouteRuleMatch.Builder addAllMetadataFilters(Iterable<? extends MetadataFilter> values)
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;
-
clearMetadataFilters
public HttpRouteRuleMatch.Builder clearMetadataFilters()
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;
-
removeMetadataFilters
public HttpRouteRuleMatch.Builder removeMetadataFilters(int index)
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;
-
getMetadataFiltersBuilder
public MetadataFilter.Builder getMetadataFiltersBuilder(int index)
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;
-
getMetadataFiltersOrBuilder
public MetadataFilterOrBuilder getMetadataFiltersOrBuilder(int index)
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;- Specified by:
getMetadataFiltersOrBuilderin interfaceHttpRouteRuleMatchOrBuilder
-
getMetadataFiltersOrBuilderList
public List<? extends MetadataFilterOrBuilder> getMetadataFiltersOrBuilderList()
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;- Specified by:
getMetadataFiltersOrBuilderListin interfaceHttpRouteRuleMatchOrBuilder
-
addMetadataFiltersBuilder
public MetadataFilter.Builder addMetadataFiltersBuilder()
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;
-
addMetadataFiltersBuilder
public MetadataFilter.Builder addMetadataFiltersBuilder(int index)
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;
-
getMetadataFiltersBuilderList
public List<MetadataFilter.Builder> getMetadataFiltersBuilderList()
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
repeated .google.cloud.compute.v1.MetadataFilter metadata_filters = 464725739;
-
hasPathTemplateMatch
public boolean hasPathTemplateMatch()
If specified, the route is a pattern match expression that must match the :path header once the query string is removed. A pattern match allows you to match - The value must be between 1 and 1024 characters - The pattern must start with a leading slash ("/") - There may be no more than 5 operators in pattern Precisely one of prefix_match, full_path_match, regex_match or path_template_match must be set.optional string path_template_match = 292348186;- Specified by:
hasPathTemplateMatchin interfaceHttpRouteRuleMatchOrBuilder- Returns:
- Whether the pathTemplateMatch field is set.
-
getPathTemplateMatch
public String getPathTemplateMatch()
If specified, the route is a pattern match expression that must match the :path header once the query string is removed. A pattern match allows you to match - The value must be between 1 and 1024 characters - The pattern must start with a leading slash ("/") - There may be no more than 5 operators in pattern Precisely one of prefix_match, full_path_match, regex_match or path_template_match must be set.optional string path_template_match = 292348186;- Specified by:
getPathTemplateMatchin interfaceHttpRouteRuleMatchOrBuilder- Returns:
- The pathTemplateMatch.
-
getPathTemplateMatchBytes
public com.google.protobuf.ByteString getPathTemplateMatchBytes()
If specified, the route is a pattern match expression that must match the :path header once the query string is removed. A pattern match allows you to match - The value must be between 1 and 1024 characters - The pattern must start with a leading slash ("/") - There may be no more than 5 operators in pattern Precisely one of prefix_match, full_path_match, regex_match or path_template_match must be set.optional string path_template_match = 292348186;- Specified by:
getPathTemplateMatchBytesin interfaceHttpRouteRuleMatchOrBuilder- Returns:
- The bytes for pathTemplateMatch.
-
setPathTemplateMatch
public HttpRouteRuleMatch.Builder setPathTemplateMatch(String value)
If specified, the route is a pattern match expression that must match the :path header once the query string is removed. A pattern match allows you to match - The value must be between 1 and 1024 characters - The pattern must start with a leading slash ("/") - There may be no more than 5 operators in pattern Precisely one of prefix_match, full_path_match, regex_match or path_template_match must be set.optional string path_template_match = 292348186;- Parameters:
value- The pathTemplateMatch to set.- Returns:
- This builder for chaining.
-
clearPathTemplateMatch
public HttpRouteRuleMatch.Builder clearPathTemplateMatch()
If specified, the route is a pattern match expression that must match the :path header once the query string is removed. A pattern match allows you to match - The value must be between 1 and 1024 characters - The pattern must start with a leading slash ("/") - There may be no more than 5 operators in pattern Precisely one of prefix_match, full_path_match, regex_match or path_template_match must be set.optional string path_template_match = 292348186;- Returns:
- This builder for chaining.
-
setPathTemplateMatchBytes
public HttpRouteRuleMatch.Builder setPathTemplateMatchBytes(com.google.protobuf.ByteString value)
If specified, the route is a pattern match expression that must match the :path header once the query string is removed. A pattern match allows you to match - The value must be between 1 and 1024 characters - The pattern must start with a leading slash ("/") - There may be no more than 5 operators in pattern Precisely one of prefix_match, full_path_match, regex_match or path_template_match must be set.optional string path_template_match = 292348186;- Parameters:
value- The bytes for pathTemplateMatch to set.- Returns:
- This builder for chaining.
-
hasPrefixMatch
public boolean hasPrefixMatch()
For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch. prefixMatch must begin with a /. The value must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
optional string prefix_match = 257898968;- Specified by:
hasPrefixMatchin interfaceHttpRouteRuleMatchOrBuilder- Returns:
- Whether the prefixMatch field is set.
-
getPrefixMatch
public String getPrefixMatch()
For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch. prefixMatch must begin with a /. The value must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
optional string prefix_match = 257898968;- Specified by:
getPrefixMatchin interfaceHttpRouteRuleMatchOrBuilder- Returns:
- The prefixMatch.
-
getPrefixMatchBytes
public com.google.protobuf.ByteString getPrefixMatchBytes()
For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch. prefixMatch must begin with a /. The value must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
optional string prefix_match = 257898968;- Specified by:
getPrefixMatchBytesin interfaceHttpRouteRuleMatchOrBuilder- Returns:
- The bytes for prefixMatch.
-
setPrefixMatch
public HttpRouteRuleMatch.Builder setPrefixMatch(String value)
For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch. prefixMatch must begin with a /. The value must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
optional string prefix_match = 257898968;- Parameters:
value- The prefixMatch to set.- Returns:
- This builder for chaining.
-
clearPrefixMatch
public HttpRouteRuleMatch.Builder clearPrefixMatch()
For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch. prefixMatch must begin with a /. The value must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
optional string prefix_match = 257898968;- Returns:
- This builder for chaining.
-
setPrefixMatchBytes
public HttpRouteRuleMatch.Builder setPrefixMatchBytes(com.google.protobuf.ByteString value)
For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch. prefixMatch must begin with a /. The value must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
optional string prefix_match = 257898968;- Parameters:
value- The bytes for prefixMatch to set.- Returns:
- This builder for chaining.
-
getQueryParameterMatchesList
public List<HttpQueryParameterMatch> getQueryParameterMatchesList()
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;- Specified by:
getQueryParameterMatchesListin interfaceHttpRouteRuleMatchOrBuilder
-
getQueryParameterMatchesCount
public int getQueryParameterMatchesCount()
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;- Specified by:
getQueryParameterMatchesCountin interfaceHttpRouteRuleMatchOrBuilder
-
getQueryParameterMatches
public HttpQueryParameterMatch getQueryParameterMatches(int index)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;- Specified by:
getQueryParameterMatchesin interfaceHttpRouteRuleMatchOrBuilder
-
setQueryParameterMatches
public HttpRouteRuleMatch.Builder setQueryParameterMatches(int index, HttpQueryParameterMatch value)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;
-
setQueryParameterMatches
public HttpRouteRuleMatch.Builder setQueryParameterMatches(int index, HttpQueryParameterMatch.Builder builderForValue)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;
-
addQueryParameterMatches
public HttpRouteRuleMatch.Builder addQueryParameterMatches(HttpQueryParameterMatch value)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;
-
addQueryParameterMatches
public HttpRouteRuleMatch.Builder addQueryParameterMatches(int index, HttpQueryParameterMatch value)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;
-
addQueryParameterMatches
public HttpRouteRuleMatch.Builder addQueryParameterMatches(HttpQueryParameterMatch.Builder builderForValue)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;
-
addQueryParameterMatches
public HttpRouteRuleMatch.Builder addQueryParameterMatches(int index, HttpQueryParameterMatch.Builder builderForValue)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;
-
addAllQueryParameterMatches
public HttpRouteRuleMatch.Builder addAllQueryParameterMatches(Iterable<? extends HttpQueryParameterMatch> values)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;
-
clearQueryParameterMatches
public HttpRouteRuleMatch.Builder clearQueryParameterMatches()
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;
-
removeQueryParameterMatches
public HttpRouteRuleMatch.Builder removeQueryParameterMatches(int index)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;
-
getQueryParameterMatchesBuilder
public HttpQueryParameterMatch.Builder getQueryParameterMatchesBuilder(int index)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;
-
getQueryParameterMatchesOrBuilder
public HttpQueryParameterMatchOrBuilder getQueryParameterMatchesOrBuilder(int index)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;- Specified by:
getQueryParameterMatchesOrBuilderin interfaceHttpRouteRuleMatchOrBuilder
-
getQueryParameterMatchesOrBuilderList
public List<? extends HttpQueryParameterMatchOrBuilder> getQueryParameterMatchesOrBuilderList()
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;- Specified by:
getQueryParameterMatchesOrBuilderListin interfaceHttpRouteRuleMatchOrBuilder
-
addQueryParameterMatchesBuilder
public HttpQueryParameterMatch.Builder addQueryParameterMatchesBuilder()
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;
-
addQueryParameterMatchesBuilder
public HttpQueryParameterMatch.Builder addQueryParameterMatchesBuilder(int index)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;
-
getQueryParameterMatchesBuilderList
public List<HttpQueryParameterMatch.Builder> getQueryParameterMatchesBuilderList()
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
repeated .google.cloud.compute.v1.HttpQueryParameterMatch query_parameter_matches = 286231270;
-
hasRegexMatch
public boolean hasRegexMatch()
For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL. For more information about regular expression syntax, see Syntax. Only one of prefixMatch, fullPathMatch or regexMatch must be specified. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
optional string regex_match = 107387853;- Specified by:
hasRegexMatchin interfaceHttpRouteRuleMatchOrBuilder- Returns:
- Whether the regexMatch field is set.
-
getRegexMatch
public String getRegexMatch()
For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL. For more information about regular expression syntax, see Syntax. Only one of prefixMatch, fullPathMatch or regexMatch must be specified. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
optional string regex_match = 107387853;- Specified by:
getRegexMatchin interfaceHttpRouteRuleMatchOrBuilder- Returns:
- The regexMatch.
-
getRegexMatchBytes
public com.google.protobuf.ByteString getRegexMatchBytes()
For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL. For more information about regular expression syntax, see Syntax. Only one of prefixMatch, fullPathMatch or regexMatch must be specified. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
optional string regex_match = 107387853;- Specified by:
getRegexMatchBytesin interfaceHttpRouteRuleMatchOrBuilder- Returns:
- The bytes for regexMatch.
-
setRegexMatch
public HttpRouteRuleMatch.Builder setRegexMatch(String value)
For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL. For more information about regular expression syntax, see Syntax. Only one of prefixMatch, fullPathMatch or regexMatch must be specified. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
optional string regex_match = 107387853;- Parameters:
value- The regexMatch to set.- Returns:
- This builder for chaining.
-
clearRegexMatch
public HttpRouteRuleMatch.Builder clearRegexMatch()
For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL. For more information about regular expression syntax, see Syntax. Only one of prefixMatch, fullPathMatch or regexMatch must be specified. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
optional string regex_match = 107387853;- Returns:
- This builder for chaining.
-
setRegexMatchBytes
public HttpRouteRuleMatch.Builder setRegexMatchBytes(com.google.protobuf.ByteString value)
For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL. For more information about regular expression syntax, see Syntax. Only one of prefixMatch, fullPathMatch or regexMatch must be specified. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
optional string regex_match = 107387853;- Parameters:
value- The bytes for regexMatch to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final HttpRouteRuleMatch.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<HttpRouteRuleMatch.Builder>
-
mergeUnknownFields
public final HttpRouteRuleMatch.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<HttpRouteRuleMatch.Builder>
-
-