Package com.streamlayer.files
Class ListModerationRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<ListModerationRequest,ListModerationRequest.Builder>
-
- com.streamlayer.files.ListModerationRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,ListModerationRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- ListModerationRequest
public static final class ListModerationRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ListModerationRequest,ListModerationRequest.Builder> implements ListModerationRequestOrBuilder
Protobuf typestreamlayer.files.ListModerationRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListModerationRequest.BuilderaddAllTags(java.lang.Iterable<java.lang.String> values)repeated string tags = 11 [json_name = "tags"];ListModerationRequest.BuilderaddAllWithout(java.lang.Iterable<java.lang.String> values)repeated string without = 9 [json_name = "without"];ListModerationRequest.BuilderaddTags(java.lang.String value)repeated string tags = 11 [json_name = "tags"];ListModerationRequest.BuilderaddTagsBytes(com.google.protobuf.ByteString value)repeated string tags = 11 [json_name = "tags"];ListModerationRequest.BuilderaddWithout(java.lang.String value)repeated string without = 9 [json_name = "without"];ListModerationRequest.BuilderaddWithoutBytes(com.google.protobuf.ByteString value)repeated string without = 9 [json_name = "without"];ListModerationRequest.BuilderclearCriteria()string criteria = 4 [json_name = "criteria"];ListModerationRequest.BuilderclearExpiration()int32 expiration = 8 [json_name = "expiration"];ListModerationRequest.BuilderclearFilter().streamlayer.files.ListModerationRequest.Filter filter = 10 [json_name = "filter"];ListModerationRequest.BuilderclearLimit()int32 limit = 2 [json_name = "limit"];ListModerationRequest.BuilderclearOffset()int32 offset = 1 [json_name = "offset"];ListModerationRequest.BuilderclearOrder()string order = 3 [json_name = "order"];ListModerationRequest.BuilderclearOwner()string owner = 5 [json_name = "owner"];ListModerationRequest.BuilderclearPublic()bool public = 6 [json_name = "public"];ListModerationRequest.BuilderclearTags()repeated string tags = 11 [json_name = "tags"];ListModerationRequest.BuilderclearTemp()bool temp = 7 [json_name = "temp"];ListModerationRequest.BuilderclearWithout()repeated string without = 9 [json_name = "without"];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"];ListModerationRequest.BuildermergeFilter(ListModerationRequest.Filter value).streamlayer.files.ListModerationRequest.Filter filter = 10 [json_name = "filter"];ListModerationRequest.BuildersetCriteria(java.lang.String value)string criteria = 4 [json_name = "criteria"];ListModerationRequest.BuildersetCriteriaBytes(com.google.protobuf.ByteString value)string criteria = 4 [json_name = "criteria"];ListModerationRequest.BuildersetExpiration(int value)int32 expiration = 8 [json_name = "expiration"];ListModerationRequest.BuildersetFilter(ListModerationRequest.Filter value).streamlayer.files.ListModerationRequest.Filter filter = 10 [json_name = "filter"];ListModerationRequest.BuildersetFilter(ListModerationRequest.Filter.Builder builderForValue).streamlayer.files.ListModerationRequest.Filter filter = 10 [json_name = "filter"];ListModerationRequest.BuildersetLimit(int value)int32 limit = 2 [json_name = "limit"];ListModerationRequest.BuildersetOffset(int value)int32 offset = 1 [json_name = "offset"];ListModerationRequest.BuildersetOrder(java.lang.String value)string order = 3 [json_name = "order"];ListModerationRequest.BuildersetOrderBytes(com.google.protobuf.ByteString value)string order = 3 [json_name = "order"];ListModerationRequest.BuildersetOwner(java.lang.String value)string owner = 5 [json_name = "owner"];ListModerationRequest.BuildersetOwnerBytes(com.google.protobuf.ByteString value)string owner = 5 [json_name = "owner"];ListModerationRequest.BuildersetPublic(boolean value)bool public = 6 [json_name = "public"];ListModerationRequest.BuildersetTags(int index, java.lang.String value)repeated string tags = 11 [json_name = "tags"];ListModerationRequest.BuildersetTemp(boolean value)bool temp = 7 [json_name = "temp"];ListModerationRequest.BuildersetWithout(int index, java.lang.String value)repeated string without = 9 [json_name = "without"];-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getOffset
public int getOffset()
int32 offset = 1 [json_name = "offset"];- Specified by:
getOffsetin interfaceListModerationRequestOrBuilder- Returns:
- The offset.
-
setOffset
public ListModerationRequest.Builder setOffset(int value)
int32 offset = 1 [json_name = "offset"];- Parameters:
value- The offset to set.- Returns:
- This builder for chaining.
-
clearOffset
public ListModerationRequest.Builder clearOffset()
int32 offset = 1 [json_name = "offset"];- Returns:
- This builder for chaining.
-
getLimit
public int getLimit()
int32 limit = 2 [json_name = "limit"];- Specified by:
getLimitin interfaceListModerationRequestOrBuilder- Returns:
- The limit.
-
setLimit
public ListModerationRequest.Builder setLimit(int value)
int32 limit = 2 [json_name = "limit"];- Parameters:
value- The limit to set.- Returns:
- This builder for chaining.
-
clearLimit
public ListModerationRequest.Builder clearLimit()
int32 limit = 2 [json_name = "limit"];- Returns:
- This builder for chaining.
-
getOrder
public java.lang.String getOrder()
string order = 3 [json_name = "order"];- Specified by:
getOrderin interfaceListModerationRequestOrBuilder- Returns:
- The order.
-
getOrderBytes
public com.google.protobuf.ByteString getOrderBytes()
string order = 3 [json_name = "order"];- Specified by:
getOrderBytesin interfaceListModerationRequestOrBuilder- Returns:
- The bytes for order.
-
setOrder
public ListModerationRequest.Builder setOrder(java.lang.String value)
string order = 3 [json_name = "order"];- Parameters:
value- The order to set.- Returns:
- This builder for chaining.
-
clearOrder
public ListModerationRequest.Builder clearOrder()
string order = 3 [json_name = "order"];- Returns:
- This builder for chaining.
-
setOrderBytes
public ListModerationRequest.Builder setOrderBytes(com.google.protobuf.ByteString value)
string order = 3 [json_name = "order"];- Parameters:
value- The bytes for order to set.- Returns:
- This builder for chaining.
-
getCriteria
public java.lang.String getCriteria()
string criteria = 4 [json_name = "criteria"];- Specified by:
getCriteriain interfaceListModerationRequestOrBuilder- Returns:
- The criteria.
-
getCriteriaBytes
public com.google.protobuf.ByteString getCriteriaBytes()
string criteria = 4 [json_name = "criteria"];- Specified by:
getCriteriaBytesin interfaceListModerationRequestOrBuilder- Returns:
- The bytes for criteria.
-
setCriteria
public ListModerationRequest.Builder setCriteria(java.lang.String value)
string criteria = 4 [json_name = "criteria"];- Parameters:
value- The criteria to set.- Returns:
- This builder for chaining.
-
clearCriteria
public ListModerationRequest.Builder clearCriteria()
string criteria = 4 [json_name = "criteria"];- Returns:
- This builder for chaining.
-
setCriteriaBytes
public ListModerationRequest.Builder setCriteriaBytes(com.google.protobuf.ByteString value)
string criteria = 4 [json_name = "criteria"];- Parameters:
value- The bytes for criteria to set.- Returns:
- This builder for chaining.
-
getOwner
public java.lang.String getOwner()
string owner = 5 [json_name = "owner"];- Specified by:
getOwnerin interfaceListModerationRequestOrBuilder- Returns:
- The owner.
-
getOwnerBytes
public com.google.protobuf.ByteString getOwnerBytes()
string owner = 5 [json_name = "owner"];- Specified by:
getOwnerBytesin interfaceListModerationRequestOrBuilder- Returns:
- The bytes for owner.
-
setOwner
public ListModerationRequest.Builder setOwner(java.lang.String value)
string owner = 5 [json_name = "owner"];- Parameters:
value- The owner to set.- Returns:
- This builder for chaining.
-
clearOwner
public ListModerationRequest.Builder clearOwner()
string owner = 5 [json_name = "owner"];- Returns:
- This builder for chaining.
-
setOwnerBytes
public ListModerationRequest.Builder setOwnerBytes(com.google.protobuf.ByteString value)
string owner = 5 [json_name = "owner"];- Parameters:
value- The bytes for owner to set.- Returns:
- This builder for chaining.
-
getPublic
public boolean getPublic()
bool public = 6 [json_name = "public"];- Specified by:
getPublicin interfaceListModerationRequestOrBuilder- Returns:
- The public.
-
setPublic
public ListModerationRequest.Builder setPublic(boolean value)
bool public = 6 [json_name = "public"];- Parameters:
value- The public to set.- Returns:
- This builder for chaining.
-
clearPublic
public ListModerationRequest.Builder clearPublic()
bool public = 6 [json_name = "public"];- Returns:
- This builder for chaining.
-
getTemp
public boolean getTemp()
bool temp = 7 [json_name = "temp"];- Specified by:
getTempin interfaceListModerationRequestOrBuilder- Returns:
- The temp.
-
setTemp
public ListModerationRequest.Builder setTemp(boolean value)
bool temp = 7 [json_name = "temp"];- Parameters:
value- The temp to set.- Returns:
- This builder for chaining.
-
clearTemp
public ListModerationRequest.Builder clearTemp()
bool temp = 7 [json_name = "temp"];- Returns:
- This builder for chaining.
-
getExpiration
public int getExpiration()
int32 expiration = 8 [json_name = "expiration"];- Specified by:
getExpirationin interfaceListModerationRequestOrBuilder- Returns:
- The expiration.
-
setExpiration
public ListModerationRequest.Builder setExpiration(int value)
int32 expiration = 8 [json_name = "expiration"];- Parameters:
value- The expiration to set.- Returns:
- This builder for chaining.
-
clearExpiration
public ListModerationRequest.Builder clearExpiration()
int32 expiration = 8 [json_name = "expiration"];- Returns:
- This builder for chaining.
-
getWithoutList
public java.util.List<java.lang.String> getWithoutList()
repeated string without = 9 [json_name = "without"];- Specified by:
getWithoutListin interfaceListModerationRequestOrBuilder- Returns:
- A list containing the without.
-
getWithoutCount
public int getWithoutCount()
repeated string without = 9 [json_name = "without"];- Specified by:
getWithoutCountin interfaceListModerationRequestOrBuilder- Returns:
- The count of without.
-
getWithout
public java.lang.String getWithout(int index)
repeated string without = 9 [json_name = "without"];- Specified by:
getWithoutin interfaceListModerationRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The without at the given index.
-
getWithoutBytes
public com.google.protobuf.ByteString getWithoutBytes(int index)
repeated string without = 9 [json_name = "without"];- Specified by:
getWithoutBytesin interfaceListModerationRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the without at the given index.
-
setWithout
public ListModerationRequest.Builder setWithout(int index, java.lang.String value)
repeated string without = 9 [json_name = "without"];- Parameters:
index- The index to set the value at.value- The without to set.- Returns:
- This builder for chaining.
-
addWithout
public ListModerationRequest.Builder addWithout(java.lang.String value)
repeated string without = 9 [json_name = "without"];- Parameters:
value- The without to add.- Returns:
- This builder for chaining.
-
addAllWithout
public ListModerationRequest.Builder addAllWithout(java.lang.Iterable<java.lang.String> values)
repeated string without = 9 [json_name = "without"];- Parameters:
values- The without to add.- Returns:
- This builder for chaining.
-
clearWithout
public ListModerationRequest.Builder clearWithout()
repeated string without = 9 [json_name = "without"];- Returns:
- This builder for chaining.
-
addWithoutBytes
public ListModerationRequest.Builder addWithoutBytes(com.google.protobuf.ByteString value)
repeated string without = 9 [json_name = "without"];- Parameters:
value- The bytes of the without to add.- Returns:
- This builder for chaining.
-
hasFilter
public boolean hasFilter()
.streamlayer.files.ListModerationRequest.Filter filter = 10 [json_name = "filter"];- Specified by:
hasFilterin interfaceListModerationRequestOrBuilder- Returns:
- Whether the filter field is set.
-
getFilter
public ListModerationRequest.Filter getFilter()
.streamlayer.files.ListModerationRequest.Filter filter = 10 [json_name = "filter"];- Specified by:
getFilterin interfaceListModerationRequestOrBuilder- Returns:
- The filter.
-
setFilter
public ListModerationRequest.Builder setFilter(ListModerationRequest.Filter value)
.streamlayer.files.ListModerationRequest.Filter filter = 10 [json_name = "filter"];
-
setFilter
public ListModerationRequest.Builder setFilter(ListModerationRequest.Filter.Builder builderForValue)
.streamlayer.files.ListModerationRequest.Filter filter = 10 [json_name = "filter"];
-
mergeFilter
public ListModerationRequest.Builder mergeFilter(ListModerationRequest.Filter value)
.streamlayer.files.ListModerationRequest.Filter filter = 10 [json_name = "filter"];
-
clearFilter
public ListModerationRequest.Builder clearFilter()
.streamlayer.files.ListModerationRequest.Filter filter = 10 [json_name = "filter"];
-
getTagsList
public java.util.List<java.lang.String> getTagsList()
repeated string tags = 11 [json_name = "tags"];- Specified by:
getTagsListin interfaceListModerationRequestOrBuilder- Returns:
- A list containing the tags.
-
getTagsCount
public int getTagsCount()
repeated string tags = 11 [json_name = "tags"];- Specified by:
getTagsCountin interfaceListModerationRequestOrBuilder- Returns:
- The count of tags.
-
getTags
public java.lang.String getTags(int index)
repeated string tags = 11 [json_name = "tags"];- Specified by:
getTagsin interfaceListModerationRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
public com.google.protobuf.ByteString getTagsBytes(int index)
repeated string tags = 11 [json_name = "tags"];- Specified by:
getTagsBytesin interfaceListModerationRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tags at the given index.
-
setTags
public ListModerationRequest.Builder setTags(int index, java.lang.String value)
repeated string tags = 11 [json_name = "tags"];- Parameters:
index- The index to set the value at.value- The tags to set.- Returns:
- This builder for chaining.
-
addTags
public ListModerationRequest.Builder addTags(java.lang.String value)
repeated string tags = 11 [json_name = "tags"];- Parameters:
value- The tags to add.- Returns:
- This builder for chaining.
-
addAllTags
public ListModerationRequest.Builder addAllTags(java.lang.Iterable<java.lang.String> values)
repeated string tags = 11 [json_name = "tags"];- Parameters:
values- The tags to add.- Returns:
- This builder for chaining.
-
clearTags
public ListModerationRequest.Builder clearTags()
repeated string tags = 11 [json_name = "tags"];- Returns:
- This builder for chaining.
-
addTagsBytes
public ListModerationRequest.Builder addTagsBytes(com.google.protobuf.ByteString value)
repeated string tags = 11 [json_name = "tags"];- Parameters:
value- The bytes of the tags to add.- Returns:
- This builder for chaining.
-
-