Interface CommandRequestOuterClass.ClusterScanOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAllowNonCoveredSlots()
      bool allow_non_covered_slots = 5;
      long getCount()
      optional int64 count = 3;
      java.lang.String getCursor()
      string cursor = 1;
      com.google.protobuf.ByteString getCursorBytes()
      string cursor = 1;
      com.google.protobuf.ByteString getMatchPattern()
      optional bytes match_pattern = 2;
      java.lang.String getObjectType()
      optional string object_type = 4;
      com.google.protobuf.ByteString getObjectTypeBytes()
      optional string object_type = 4;
      boolean hasCount()
      optional int64 count = 3;
      boolean hasMatchPattern()
      optional bytes match_pattern = 2;
      boolean hasObjectType()
      optional string object_type = 4;
      • 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 Detail

      • getCursor

        java.lang.String getCursor()
        string cursor = 1;
        Returns:
        The cursor.
      • getCursorBytes

        com.google.protobuf.ByteString getCursorBytes()
        string cursor = 1;
        Returns:
        The bytes for cursor.
      • hasMatchPattern

        boolean hasMatchPattern()
        optional bytes match_pattern = 2;
        Returns:
        Whether the matchPattern field is set.
      • getMatchPattern

        com.google.protobuf.ByteString getMatchPattern()
        optional bytes match_pattern = 2;
        Returns:
        The matchPattern.
      • hasCount

        boolean hasCount()
        optional int64 count = 3;
        Returns:
        Whether the count field is set.
      • getCount

        long getCount()
        optional int64 count = 3;
        Returns:
        The count.
      • hasObjectType

        boolean hasObjectType()
        optional string object_type = 4;
        Returns:
        Whether the objectType field is set.
      • getObjectType

        java.lang.String getObjectType()
        optional string object_type = 4;
        Returns:
        The objectType.
      • getObjectTypeBytes

        com.google.protobuf.ByteString getObjectTypeBytes()
        optional string object_type = 4;
        Returns:
        The bytes for objectType.
      • getAllowNonCoveredSlots

        boolean getAllowNonCoveredSlots()
        bool allow_non_covered_slots = 5;
        Returns:
        The allowNonCoveredSlots.