Package command_request
Interface CommandRequestOuterClass.ClusterScanOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandRequestOuterClass.ClusterScan,CommandRequestOuterClass.ClusterScan.Builder
- Enclosing class:
- CommandRequestOuterClass
public static interface CommandRequestOuterClass.ClusterScanOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAllowNonCoveredSlots()bool allow_non_covered_slots = 5;longgetCount()optional int64 count = 3;java.lang.StringgetCursor()string cursor = 1;com.google.protobuf.ByteStringgetCursorBytes()string cursor = 1;com.google.protobuf.ByteStringgetMatchPattern()optional bytes match_pattern = 2;java.lang.StringgetObjectType()optional string object_type = 4;com.google.protobuf.ByteStringgetObjectTypeBytes()optional string object_type = 4;booleanhasCount()optional int64 count = 3;booleanhasMatchPattern()optional bytes match_pattern = 2;booleanhasObjectType()optional string object_type = 4;-
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.
-
-