Package com.streamlayer.files
Interface ListModerationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListModerationRequest,ListModerationRequest.Builder
public interface ListModerationRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCriteria()string criteria = 4 [json_name = "criteria"];com.google.protobuf.ByteStringgetCriteriaBytes()string criteria = 4 [json_name = "criteria"];intgetExpiration()int32 expiration = 8 [json_name = "expiration"];ListModerationRequest.FiltergetFilter().streamlayer.files.ListModerationRequest.Filter filter = 10 [json_name = "filter"];intgetLimit()int32 limit = 2 [json_name = "limit"];intgetOffset()int32 offset = 1 [json_name = "offset"];java.lang.StringgetOrder()string order = 3 [json_name = "order"];com.google.protobuf.ByteStringgetOrderBytes()string order = 3 [json_name = "order"];java.lang.StringgetOwner()string owner = 5 [json_name = "owner"];com.google.protobuf.ByteStringgetOwnerBytes()string owner = 5 [json_name = "owner"];booleangetPublic()bool public = 6 [json_name = "public"];java.lang.StringgetTags(int index)repeated string tags = 11 [json_name = "tags"];com.google.protobuf.ByteStringgetTagsBytes(int index)repeated string tags = 11 [json_name = "tags"];intgetTagsCount()repeated string tags = 11 [json_name = "tags"];java.util.List<java.lang.String>getTagsList()repeated string tags = 11 [json_name = "tags"];booleangetTemp()bool temp = 7 [json_name = "temp"];java.lang.StringgetWithout(int index)repeated string without = 9 [json_name = "without"];com.google.protobuf.ByteStringgetWithoutBytes(int index)repeated string without = 9 [json_name = "without"];intgetWithoutCount()repeated string without = 9 [json_name = "without"];java.util.List<java.lang.String>getWithoutList()repeated string without = 9 [json_name = "without"];booleanhasFilter().streamlayer.files.ListModerationRequest.Filter filter = 10 [json_name = "filter"];
-
-
-
Method Detail
-
getOffset
int getOffset()
int32 offset = 1 [json_name = "offset"];- Returns:
- The offset.
-
getLimit
int getLimit()
int32 limit = 2 [json_name = "limit"];- Returns:
- The limit.
-
getOrder
java.lang.String getOrder()
string order = 3 [json_name = "order"];- Returns:
- The order.
-
getOrderBytes
com.google.protobuf.ByteString getOrderBytes()
string order = 3 [json_name = "order"];- Returns:
- The bytes for order.
-
getCriteria
java.lang.String getCriteria()
string criteria = 4 [json_name = "criteria"];- Returns:
- The criteria.
-
getCriteriaBytes
com.google.protobuf.ByteString getCriteriaBytes()
string criteria = 4 [json_name = "criteria"];- Returns:
- The bytes for criteria.
-
getOwner
java.lang.String getOwner()
string owner = 5 [json_name = "owner"];- Returns:
- The owner.
-
getOwnerBytes
com.google.protobuf.ByteString getOwnerBytes()
string owner = 5 [json_name = "owner"];- Returns:
- The bytes for owner.
-
getPublic
boolean getPublic()
bool public = 6 [json_name = "public"];- Returns:
- The public.
-
getTemp
boolean getTemp()
bool temp = 7 [json_name = "temp"];- Returns:
- The temp.
-
getExpiration
int getExpiration()
int32 expiration = 8 [json_name = "expiration"];- Returns:
- The expiration.
-
getWithoutList
java.util.List<java.lang.String> getWithoutList()
repeated string without = 9 [json_name = "without"];- Returns:
- A list containing the without.
-
getWithoutCount
int getWithoutCount()
repeated string without = 9 [json_name = "without"];- Returns:
- The count of without.
-
getWithout
java.lang.String getWithout(int index)
repeated string without = 9 [json_name = "without"];- Parameters:
index- The index of the element to return.- Returns:
- The without at the given index.
-
getWithoutBytes
com.google.protobuf.ByteString getWithoutBytes(int index)
repeated string without = 9 [json_name = "without"];- Parameters:
index- The index of the element to return.- Returns:
- The without at the given index.
-
hasFilter
boolean hasFilter()
.streamlayer.files.ListModerationRequest.Filter filter = 10 [json_name = "filter"];- Returns:
- Whether the filter field is set.
-
getFilter
ListModerationRequest.Filter getFilter()
.streamlayer.files.ListModerationRequest.Filter filter = 10 [json_name = "filter"];- Returns:
- The filter.
-
getTagsList
java.util.List<java.lang.String> getTagsList()
repeated string tags = 11 [json_name = "tags"];- Returns:
- A list containing the tags.
-
getTagsCount
int getTagsCount()
repeated string tags = 11 [json_name = "tags"];- Returns:
- The count of tags.
-
getTags
java.lang.String getTags(int index)
repeated string tags = 11 [json_name = "tags"];- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes(int index)
repeated string tags = 11 [json_name = "tags"];- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
-