Class HttpRoute.HeaderMatch.IntegerRange.Builder (0.51.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static final class HttpRoute.HeaderMatch.IntegerRange.Builder extends GeneratedMessage.Builder<HttpRoute.HeaderMatch.IntegerRange.Builder> implements HttpRoute.HeaderMatch.IntegerRangeOrBuilder
Represents an integer value range.
Protobuf type google.cloud.networkservices.v1.HttpRoute.HeaderMatch.IntegerRange
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public HttpRoute.HeaderMatch.IntegerRange build()
public HttpRoute.HeaderMatch.IntegerRange buildPartial()
public HttpRoute.HeaderMatch.IntegerRange.Builder clear()
Overrides
public HttpRoute.HeaderMatch.IntegerRange.Builder clearEnd()
End of the range (exclusive)
int32 end = 2;
public HttpRoute.HeaderMatch.IntegerRange.Builder clearStart()
Start of the range (inclusive)
int32 start = 1;
public HttpRoute.HeaderMatch.IntegerRange getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
End of the range (exclusive)
int32 end = 2;
| Returns |
| Type |
Description |
int |
The end.
|
Start of the range (inclusive)
int32 start = 1;
| Returns |
| Type |
Description |
int |
The start.
|
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public HttpRoute.HeaderMatch.IntegerRange.Builder mergeFrom(HttpRoute.HeaderMatch.IntegerRange other)
public HttpRoute.HeaderMatch.IntegerRange.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public HttpRoute.HeaderMatch.IntegerRange.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public HttpRoute.HeaderMatch.IntegerRange.Builder setEnd(int value)
End of the range (exclusive)
int32 end = 2;
| Parameter |
| Name |
Description |
value |
int
The end to set.
|
public HttpRoute.HeaderMatch.IntegerRange.Builder setStart(int value)
Start of the range (inclusive)
int32 start = 1;
| Parameter |
| Name |
Description |
value |
int
The start to set.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-05 UTC.
[null,null,["Last updated 2026-08-05 UTC."],[],[]]