Uses of Interface
com.google.cloud.compute.v1.HttpHeaderMatchOrBuilder
-
Packages that use HttpHeaderMatchOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HttpHeaderMatchOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement HttpHeaderMatchOrBuilder Modifier and Type Class Description class
HttpHeaderMatch
matchRule criteria for request header matches.static class
HttpHeaderMatch.Builder
matchRule criteria for request header matches.Methods in com.google.cloud.compute.v1 that return HttpHeaderMatchOrBuilder Modifier and Type Method Description HttpHeaderMatchOrBuilder
HttpRouteRuleMatch.Builder. getHeaderMatchesOrBuilder(int index)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpHeaderMatchOrBuilder
HttpRouteRuleMatch. getHeaderMatchesOrBuilder(int index)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.HttpHeaderMatchOrBuilder
HttpRouteRuleMatchOrBuilder. getHeaderMatchesOrBuilder(int index)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.Methods in com.google.cloud.compute.v1 that return types with arguments of type HttpHeaderMatchOrBuilder Modifier and Type Method Description List<? extends HttpHeaderMatchOrBuilder>
HttpRouteRuleMatch.Builder. getHeaderMatchesOrBuilderList()
Specifies a list of header match criteria, all of which must match corresponding headers in the request.List<? extends HttpHeaderMatchOrBuilder>
HttpRouteRuleMatch. getHeaderMatchesOrBuilderList()
Specifies a list of header match criteria, all of which must match corresponding headers in the request.List<? extends HttpHeaderMatchOrBuilder>
HttpRouteRuleMatchOrBuilder. getHeaderMatchesOrBuilderList()
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
-