Interface StatsRequest.StatsRequestFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
StatsRequest.StatsRequestFilter,StatsRequest.StatsRequestFilter.Builder
- Enclosing class:
- StatsRequest
public static interface StatsRequest.StatsRequestFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetIds(int index)questions idscom.google.protobuf.ByteStringgetIdsBytes(int index)questions idsintgetIdsCount()questions idsjava.util.List<java.lang.String>getIdsList()questions idsQuestionStatusgetStatus()Deprecated.streamlayer.interactive.question.StatsRequest.StatsRequestFilter.status is deprecated.QuestionStatusgetStatuses(int index)repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];intgetStatusesCount()repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];java.util.List<QuestionStatus>getStatusesList()repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];intgetStatusesValue(int index)repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];java.util.List<java.lang.Integer>getStatusesValueList()repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];intgetStatusValue()Deprecated.streamlayer.interactive.question.StatsRequest.StatsRequestFilter.status is deprecated.QuestionTypegetType()Deprecated.streamlayer.interactive.question.StatsRequest.StatsRequestFilter.type is deprecated.QuestionTypegetTypes(int index)repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];intgetTypesCount()repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];java.util.List<QuestionType>getTypesList()repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];intgetTypesValue(int index)repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];java.util.List<java.lang.Integer>getTypesValueList()repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];intgetTypeValue()Deprecated.streamlayer.interactive.question.StatsRequest.StatsRequestFilter.type is deprecated.
-
-
-
Method Detail
-
getTypeValue
@Deprecated int getTypeValue()
Deprecated.streamlayer.interactive.question.StatsRequest.StatsRequestFilter.type is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=220.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.StatsRequest.StatsRequestFilter.type is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=220.streamlayer.interactive.QuestionType type = 1 [json_name = "type", deprecated = true];- Returns:
- The type.
-
getStatusValue
@Deprecated int getStatusValue()
Deprecated.streamlayer.interactive.question.StatsRequest.StatsRequestFilter.status is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=221.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.StatsRequest.StatsRequestFilter.status is deprecated. See streamlayer/interactive/question/interactive.questions.proto;l=221.streamlayer.interactive.QuestionStatus status = 2 [json_name = "status", deprecated = true];- Returns:
- The status.
-
getStatusesList
java.util.List<QuestionStatus> getStatusesList()
repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];- Returns:
- A list containing the statuses.
-
getStatusesCount
int getStatusesCount()
repeated .streamlayer.interactive.QuestionStatus statuses = 3 [json_name = "statuses"];- Returns:
- The count of statuses.
-
getStatuses
QuestionStatus getStatuses(int index)
repeated .streamlayer.interactive.QuestionStatus statuses = 3 [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 = 3 [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 = 3 [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 = 4 [json_name = "types"];- Returns:
- A list containing the types.
-
getTypesCount
int getTypesCount()
repeated .streamlayer.interactive.QuestionType types = 4 [json_name = "types"];- Returns:
- The count of types.
-
getTypes
QuestionType getTypes(int index)
repeated .streamlayer.interactive.QuestionType types = 4 [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 = 4 [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 = 4 [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()
questions ids
repeated string ids = 5 [json_name = "ids"];- Returns:
- A list containing the ids.
-
getIdsCount
int getIdsCount()
questions ids
repeated string ids = 5 [json_name = "ids"];- Returns:
- The count of ids.
-
getIds
java.lang.String getIds(int index)
questions ids
repeated string ids = 5 [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)
questions ids
repeated string ids = 5 [json_name = "ids"];- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-
-