| Modifier and Type | Method and Description |
|---|---|
Int64RangeMatch |
Int64RangeMatch.Builder.build() |
Int64RangeMatch |
Int64RangeMatch.Builder.buildPartial() |
static Int64RangeMatch |
Int64RangeMatch.getDefaultInstance() |
Int64RangeMatch |
Int64RangeMatch.getDefaultInstanceForType() |
Int64RangeMatch |
Int64RangeMatch.Builder.getDefaultInstanceForType() |
Int64RangeMatch |
HttpHeaderMatchOrBuilder.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 |
HttpHeaderMatch.Builder.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(ByteBuffer data) |
static Int64RangeMatch |
Int64RangeMatch.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Int64RangeMatch> |
Int64RangeMatch.getParserForType() |
static com.google.protobuf.Parser<Int64RangeMatch> |
Int64RangeMatch.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2023 Google LLC. All rights reserved.