Class HttpRoute.HeaderMatch.IntegerRange (0.1.0)

public static final class HttpRoute.HeaderMatch.IntegerRange extends GeneratedMessageV3 implements HttpRoute.HeaderMatch.IntegerRangeOrBuilder

Represents an integer value range.

Protobuf type google.cloud.networkservices.v1.HttpRoute.HeaderMatch.IntegerRange

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > HttpRoute.HeaderMatch.IntegerRange

Static Fields

END_FIELD_NUMBER

public static final int END_FIELD_NUMBER
Field Value
Type Description
int

START_FIELD_NUMBER

public static final int START_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static HttpRoute.HeaderMatch.IntegerRange getDefaultInstance()
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static HttpRoute.HeaderMatch.IntegerRange.Builder newBuilder()
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange.Builder

newBuilder(HttpRoute.HeaderMatch.IntegerRange prototype)

public static HttpRoute.HeaderMatch.IntegerRange.Builder newBuilder(HttpRoute.HeaderMatch.IntegerRange prototype)
Parameter
Name Description
prototype HttpRoute.HeaderMatch.IntegerRange
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange.Builder

parseDelimitedFrom(InputStream input)

public static HttpRoute.HeaderMatch.IntegerRange parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static HttpRoute.HeaderMatch.IntegerRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static HttpRoute.HeaderMatch.IntegerRange parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static HttpRoute.HeaderMatch.IntegerRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static HttpRoute.HeaderMatch.IntegerRange parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static HttpRoute.HeaderMatch.IntegerRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static HttpRoute.HeaderMatch.IntegerRange parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static HttpRoute.HeaderMatch.IntegerRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static HttpRoute.HeaderMatch.IntegerRange parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static HttpRoute.HeaderMatch.IntegerRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static HttpRoute.HeaderMatch.IntegerRange parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static HttpRoute.HeaderMatch.IntegerRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<HttpRoute.HeaderMatch.IntegerRange> parser()
Returns
Type Description
Parser<IntegerRange>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public HttpRoute.HeaderMatch.IntegerRange getDefaultInstanceForType()
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange

getEnd()

public int getEnd()

End of the range (exclusive)

int32 end = 2;

Returns
Type Description
int

The end.

getParserForType()

public Parser<HttpRoute.HeaderMatch.IntegerRange> getParserForType()
Returns
Type Description
Parser<IntegerRange>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStart()

public int getStart()

Start of the range (inclusive)

int32 start = 1;

Returns
Type Description
int

The start.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public HttpRoute.HeaderMatch.IntegerRange.Builder newBuilderForType()
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected HttpRoute.HeaderMatch.IntegerRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public HttpRoute.HeaderMatch.IntegerRange.Builder toBuilder()
Returns
Type Description
HttpRoute.HeaderMatch.IntegerRange.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException