public sealed class Range : IMessage<Range>, IEquatable<Range>, IDeepCloneable<Range>, IBufferMessage, IMessage
Generic half-open interval [start, end)
Implements
IMessage < Range >, IEquatable < Range >, IDeepCloneable < Range >, IBufferMessage , IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
Range()
public Range()
Range(Range)
public Range(Range other)
Properties
End
public long End { get; set; }
Index of the last character of the range (exclusive).
Property Value
Type
Description
System.Int64
Start
public long Start { get; set; }
Index of the first character of the range (inclusive).
Property Value
Type
Description
System.Int64

