Interface Common.RangeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Common.Range, Common.Range.Builder
Enclosing class:
Common

public static interface Common.RangeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes end_key = 2;
    com.google.protobuf.ByteString
    bytes start_key = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getStartKey

      com.google.protobuf.ByteString getStartKey()
      bytes start_key = 1;
      Returns:
      The startKey.
    • getEndKey

      com.google.protobuf.ByteString getEndKey()
      bytes end_key = 2;
      Returns:
      The endKey.