Interface ListRequest.ListRequestFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListRequest.ListRequestFilter,ListRequest.ListRequestFilter.Builder
- Enclosing class:
- ListRequest
public static interface ListRequest.ListRequestFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetId()Deprecated.streamlayer.interactive.question.ListRequest.ListRequestFilter.id is deprecated.com.google.protobuf.ByteStringgetIdBytes()Deprecated.streamlayer.interactive.question.ListRequest.ListRequestFilter.id is deprecated.java.lang.StringgetIds(int index)question idscom.google.protobuf.ByteStringgetIdsBytes(int index)question idsintgetIdsCount()question idsjava.util.List<java.lang.String>getIdsList()question idsbooleangetShowDeleted()show_deleted: if supplied the method returns only recently deleted items, to get all deleted items either skip "statuses" and "types" or pass empty arraysQuestionStatusgetStatus()Deprecated.streamlayer.interactive.question.ListRequest.ListRequestFilter.status is deprecated.QuestionStatusgetStatuses(int index)repeated .streamlayer.interactive.QuestionStatus statuses = 4 [json_name = "statuses"];intgetStatusesCount()repeated .streamlayer.interactive.QuestionStatus statuses = 4 [json_name = "statuses"];java.util.List<QuestionStatus>getStatusesList()repeated .streamlayer.interactive.QuestionStatus statuses = 4 [json_name = "statuses"];intgetStatusesValue(int index)repeated .streamlayer.interactive.QuestionStatus statuses = 4 [json_name = "statuses"];java.util.List<java.lang.Integer>getStatusesValueList()repeated .streamlayer.interactive.QuestionStatus statuses = 4 [json_name = "statuses"];intgetStatusValue()Deprecated.streamlayer.interactive.question.ListRequest.ListRequestFilter.status is deprecated.java.lang.StringgetTagIds(int index)repeated string tag_ids = 9 [json_name = "tagIds"];com.google.protobuf.ByteStringgetTagIdsBytes(int index)repeated string tag_ids = 9 [json_name = "tagIds"];intgetTagIdsCount()repeated string tag_ids = 9 [json_name = "tagIds"];java.util.List<java.lang.String>getTagIdsList()repeated string tag_ids = 9 [json_name = "tagIds"];java.lang.StringgetTagMatch()string tag_match = 8 [json_name = "tagMatch"];com.google.protobuf.ByteStringgetTagMatchBytes()string tag_match = 8 [json_name = "tagMatch"];QuestionTypegetType()Deprecated.streamlayer.interactive.question.ListRequest.ListRequestFilter.type is deprecated.QuestionTypegetTypes(int index)repeated .streamlayer.interactive.QuestionType types = 5 [json_name = "types"];intgetTypesCount()repeated .streamlayer.interactive.QuestionType types = 5 [json_name = "types"];java.util.List<QuestionType>getTypesList()repeated .streamlayer.interactive.QuestionType types = 5 [json_name = "types"];intgetTypesValue(int index)repeated .streamlayer.interactive.QuestionType types = 5 [json_name = "types"];java.util.List<java.lang.Integer>getTypesValueList()repeated .streamlayer.interactive.QuestionType types = 5 [json_name = "types"];intgetTypeValue()Deprecated.streamlayer.interactive.question.ListRequest.ListRequestFilter.type is deprecated.
-
-
-
Method Detail
-
getTypeValue
@Deprecated int getTypeValue()
Deprecated.streamlayer.interactive.question.ListRequest.ListRequestFilter.type is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=82.streamlayer.interactive.QuestionType type = 1 [json_name = "type", deprecated = true];- Returns:
- The enum numeric value on the wire for type.
-
getType
@Deprecated QuestionType getType()
Deprecated.streamlayer.interactive.question.ListRequest.ListRequestFilter.type is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=82.streamlayer.interactive.QuestionType type = 1 [json_name = "type", deprecated = true];- Returns:
- The type.
-
getStatusValue
@Deprecated int getStatusValue()
Deprecated.streamlayer.interactive.question.ListRequest.ListRequestFilter.status is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=83.streamlayer.interactive.QuestionStatus status = 2 [json_name = "status", deprecated = true];- Returns:
- The enum numeric value on the wire for status.
-
getStatus
@Deprecated QuestionStatus getStatus()
Deprecated.streamlayer.interactive.question.ListRequest.ListRequestFilter.status is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=83.streamlayer.interactive.QuestionStatus status = 2 [json_name = "status", deprecated = true];- Returns:
- The status.
-
getId
@Deprecated java.lang.String getId()
Deprecated.streamlayer.interactive.question.ListRequest.ListRequestFilter.id is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=84string id = 3 [json_name = "id", deprecated = true];- Returns:
- The id.
-
getIdBytes
@Deprecated com.google.protobuf.ByteString getIdBytes()
Deprecated.streamlayer.interactive.question.ListRequest.ListRequestFilter.id is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=84string id = 3 [json_name = "id", deprecated = true];- Returns:
- The bytes for id.
-
getStatusesList
java.util.List<QuestionStatus> getStatusesList()
repeated .streamlayer.interactive.QuestionStatus statuses = 4 [json_name = "statuses"];- Returns:
- A list containing the statuses.
-
getStatusesCount
int getStatusesCount()
repeated .streamlayer.interactive.QuestionStatus statuses = 4 [json_name = "statuses"];- Returns:
- The count of statuses.
-
getStatuses
QuestionStatus getStatuses(int index)
repeated .streamlayer.interactive.QuestionStatus statuses = 4 [json_name = "statuses"];- Parameters:
index- The index of the element to return.- Returns:
- The statuses at the given index.
-
getStatusesValueList
java.util.List<java.lang.Integer> getStatusesValueList()
repeated .streamlayer.interactive.QuestionStatus statuses = 4 [json_name = "statuses"];- Returns:
- A list containing the enum numeric values on the wire for statuses.
-
getStatusesValue
int getStatusesValue(int index)
repeated .streamlayer.interactive.QuestionStatus statuses = 4 [json_name = "statuses"];- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of statuses at the given index.
-
getTypesList
java.util.List<QuestionType> getTypesList()
repeated .streamlayer.interactive.QuestionType types = 5 [json_name = "types"];- Returns:
- A list containing the types.
-
getTypesCount
int getTypesCount()
repeated .streamlayer.interactive.QuestionType types = 5 [json_name = "types"];- Returns:
- The count of types.
-
getTypes
QuestionType getTypes(int index)
repeated .streamlayer.interactive.QuestionType types = 5 [json_name = "types"];- Parameters:
index- The index of the element to return.- Returns:
- The types at the given index.
-
getTypesValueList
java.util.List<java.lang.Integer> getTypesValueList()
repeated .streamlayer.interactive.QuestionType types = 5 [json_name = "types"];- Returns:
- A list containing the enum numeric values on the wire for types.
-
getTypesValue
int getTypesValue(int index)
repeated .streamlayer.interactive.QuestionType types = 5 [json_name = "types"];- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of types at the given index.
-
getIdsList
java.util.List<java.lang.String> getIdsList()
question ids
repeated string ids = 6 [json_name = "ids"];- Returns:
- A list containing the ids.
-
getIdsCount
int getIdsCount()
question ids
repeated string ids = 6 [json_name = "ids"];- Returns:
- The count of ids.
-
getIds
java.lang.String getIds(int index)
question ids
repeated string ids = 6 [json_name = "ids"];- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-
getIdsBytes
com.google.protobuf.ByteString getIdsBytes(int index)
question ids
repeated string ids = 6 [json_name = "ids"];- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-
getShowDeleted
boolean getShowDeleted()
show_deleted: if supplied the method returns only recently deleted items, to get all deleted items either skip "statuses" and "types" or pass empty arrays
bool show_deleted = 7 [json_name = "showDeleted"];- Returns:
- The showDeleted.
-
getTagMatch
java.lang.String getTagMatch()
string tag_match = 8 [json_name = "tagMatch"];- Returns:
- The tagMatch.
-
getTagMatchBytes
com.google.protobuf.ByteString getTagMatchBytes()
string tag_match = 8 [json_name = "tagMatch"];- Returns:
- The bytes for tagMatch.
-
getTagIdsList
java.util.List<java.lang.String> getTagIdsList()
repeated string tag_ids = 9 [json_name = "tagIds"];- Returns:
- A list containing the tagIds.
-
getTagIdsCount
int getTagIdsCount()
repeated string tag_ids = 9 [json_name = "tagIds"];- Returns:
- The count of tagIds.
-
getTagIds
java.lang.String getTagIds(int index)
repeated string tag_ids = 9 [json_name = "tagIds"];- Parameters:
index- The index of the element to return.- Returns:
- The tagIds at the given index.
-
getTagIdsBytes
com.google.protobuf.ByteString getTagIdsBytes(int index)
repeated string tag_ids = 9 [json_name = "tagIds"];- Parameters:
index- The index of the element to return.- Returns:
- The tagIds at the given index.
-
-