public sealed class HttpRoute.Types.HeaderMatch.Types.IntegerRange : IMessage<HttpRoute.Types.HeaderMatch.Types.IntegerRange>, IEquatable<HttpRoute.Types.HeaderMatch.Types.IntegerRange>, IDeepCloneable<HttpRoute.Types.HeaderMatch.Types.IntegerRange>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class HttpRoute.Types.HeaderMatch.Types.IntegerRange.
Represents an integer value range.
Implements
IMessageHttpRouteTypesHeaderMatchTypesIntegerRange, IEquatableHttpRouteTypesHeaderMatchTypesIntegerRange, IDeepCloneableHttpRouteTypesHeaderMatchTypesIntegerRange, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
IntegerRange()
public IntegerRange()
IntegerRange(IntegerRange)
public IntegerRange(HttpRoute.Types.HeaderMatch.Types.IntegerRange other)
Parameter | |
---|---|
Name | Description |
other |
HttpRouteTypesHeaderMatchTypesIntegerRange |
Properties
End
public int End { get; set; }
End of the range (exclusive)
Property Value | |
---|---|
Type | Description |
int |
Start
public int Start { get; set; }
Start of the range (inclusive)
Property Value | |
---|---|
Type | Description |
int |