Uses of Interface
com.google.cloud.compute.v1.Int64RangeMatchOrBuilder
-
Packages that use Int64RangeMatchOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Int64RangeMatchOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement Int64RangeMatchOrBuilder Modifier and Type Class Description class
Int64RangeMatch
HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.static class
Int64RangeMatch.Builder
HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.Methods in com.google.cloud.compute.v1 that return Int64RangeMatchOrBuilder Modifier and Type Method Description Int64RangeMatchOrBuilder
HttpHeaderMatch.Builder. getRangeMatchOrBuilder()
The header value must be an integer and its value must be in the range specified in rangeMatch.Int64RangeMatchOrBuilder
HttpHeaderMatch. getRangeMatchOrBuilder()
The header value must be an integer and its value must be in the range specified in rangeMatch.Int64RangeMatchOrBuilder
HttpHeaderMatchOrBuilder. getRangeMatchOrBuilder()
The header value must be an integer and its value must be in the range specified in rangeMatch.
-