public interface Int64RangeMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getRangeEnd()
The end of the range (exclusive) in signed long integer format.
|
long |
getRangeStart()
The start of the range (inclusive) in signed long integer format.
|
boolean |
hasRangeEnd()
The end of the range (exclusive) in signed long integer format.
|
boolean |
hasRangeStart()
The start of the range (inclusive) in signed long integer format.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRangeEnd()
The end of the range (exclusive) in signed long integer format.
optional int64 range_end = 322439897;long getRangeEnd()
The end of the range (exclusive) in signed long integer format.
optional int64 range_end = 322439897;boolean hasRangeStart()
The start of the range (inclusive) in signed long integer format.
optional int64 range_start = 103333600;long getRangeStart()
The start of the range (inclusive) in signed long integer format.
optional int64 range_start = 103333600;Copyright © 2023 Google LLC. All rights reserved.