Uses of Class
com.google.cloud.compute.v1.Int64RangeMatch
-
Packages that use Int64RangeMatch Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Int64RangeMatch in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Int64RangeMatch Modifier and Type Method Description Int64RangeMatch
Int64RangeMatch.Builder. build()
Int64RangeMatch
Int64RangeMatch.Builder. buildPartial()
static Int64RangeMatch
Int64RangeMatch. getDefaultInstance()
Int64RangeMatch
Int64RangeMatch.Builder. getDefaultInstanceForType()
Int64RangeMatch
Int64RangeMatch. getDefaultInstanceForType()
Int64RangeMatch
HttpHeaderMatch.Builder. getRangeMatch()
The header value must be an integer and its value must be in the range specified in rangeMatch.Int64RangeMatch
HttpHeaderMatch. getRangeMatch()
The header value must be an integer and its value must be in the range specified in rangeMatch.Int64RangeMatch
HttpHeaderMatchOrBuilder. getRangeMatch()
The header value must be an integer and its value must be in the range specified in rangeMatch.static Int64RangeMatch
Int64RangeMatch. parseDelimitedFrom(InputStream input)
static Int64RangeMatch
Int64RangeMatch. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int64RangeMatch
Int64RangeMatch. parseFrom(byte[] data)
static Int64RangeMatch
Int64RangeMatch. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int64RangeMatch
Int64RangeMatch. parseFrom(com.google.protobuf.ByteString data)
static Int64RangeMatch
Int64RangeMatch. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int64RangeMatch
Int64RangeMatch. parseFrom(com.google.protobuf.CodedInputStream input)
static Int64RangeMatch
Int64RangeMatch. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int64RangeMatch
Int64RangeMatch. parseFrom(InputStream input)
static Int64RangeMatch
Int64RangeMatch. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Int64RangeMatch
Int64RangeMatch. parseFrom(ByteBuffer data)
static Int64RangeMatch
Int64RangeMatch. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Int64RangeMatch Modifier and Type Method Description com.google.protobuf.Parser<Int64RangeMatch>
Int64RangeMatch. getParserForType()
static com.google.protobuf.Parser<Int64RangeMatch>
Int64RangeMatch. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Int64RangeMatch Modifier and Type Method Description Int64RangeMatch.Builder
Int64RangeMatch.Builder. mergeFrom(Int64RangeMatch other)
HttpHeaderMatch.Builder
HttpHeaderMatch.Builder. mergeRangeMatch(Int64RangeMatch value)
The header value must be an integer and its value must be in the range specified in rangeMatch.static Int64RangeMatch.Builder
Int64RangeMatch. newBuilder(Int64RangeMatch prototype)
HttpHeaderMatch.Builder
HttpHeaderMatch.Builder. setRangeMatch(Int64RangeMatch value)
The header value must be an integer and its value must be in the range specified in rangeMatch.
-