Interface V1beta1Extensions.IDRangeOrBuilder

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

public static interface V1beta1Extensions.IDRangeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    max is the end of the range, inclusive.
    long
    min is the start of the range, inclusive.
    boolean
    max is the end of the range, inclusive.
    boolean
    min is the start of the range, inclusive.

    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

    • hasMin

      boolean hasMin()
       min is the start of the range, inclusive.
       
      optional int64 min = 1;
    • getMin

      long getMin()
       min is the start of the range, inclusive.
       
      optional int64 min = 1;
    • hasMax

      boolean hasMax()
       max is the end of the range, inclusive.
       
      optional int64 max = 2;
    • getMax

      long getMax()
       max is the end of the range, inclusive.
       
      optional int64 max = 2;