Package com.streamlayer.files
Interface ListModerationRequest.FilterPropsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListModerationRequest.FilterProps,ListModerationRequest.FilterProps.Builder
- Enclosing class:
- ListModerationRequest
public static interface ListModerationRequest.FilterPropsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEq()string eq = 1 [json_name = "eq"];com.google.protobuf.ByteStringgetEqBytes()string eq = 1 [json_name = "eq"];booleangetExists()bool exists = 6 [json_name = "exists"];intgetGte()sint32 gte = 4 [json_name = "gte"];booleangetIsempty()bool isempty = 7 [json_name = "isempty"];intgetLte()sint32 lte = 5 [json_name = "lte"];java.lang.StringgetMatch()string match = 3 [json_name = "match"];com.google.protobuf.ByteStringgetMatchBytes()string match = 3 [json_name = "match"];java.lang.StringgetNe()string ne = 2 [json_name = "ne"];com.google.protobuf.ByteStringgetNeBytes()string ne = 2 [json_name = "ne"];
-
-
-
Method Detail
-
getEq
java.lang.String getEq()
string eq = 1 [json_name = "eq"];- Returns:
- The eq.
-
getEqBytes
com.google.protobuf.ByteString getEqBytes()
string eq = 1 [json_name = "eq"];- Returns:
- The bytes for eq.
-
getNe
java.lang.String getNe()
string ne = 2 [json_name = "ne"];- Returns:
- The ne.
-
getNeBytes
com.google.protobuf.ByteString getNeBytes()
string ne = 2 [json_name = "ne"];- Returns:
- The bytes for ne.
-
getMatch
java.lang.String getMatch()
string match = 3 [json_name = "match"];- Returns:
- The match.
-
getMatchBytes
com.google.protobuf.ByteString getMatchBytes()
string match = 3 [json_name = "match"];- Returns:
- The bytes for match.
-
getGte
int getGte()
sint32 gte = 4 [json_name = "gte"];- Returns:
- The gte.
-
getLte
int getLte()
sint32 lte = 5 [json_name = "lte"];- Returns:
- The lte.
-
getExists
boolean getExists()
bool exists = 6 [json_name = "exists"];- Returns:
- The exists.
-
getIsempty
boolean getIsempty()
bool isempty = 7 [json_name = "isempty"];- Returns:
- The isempty.
-
-