Class TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<TotalParticipantsRequest.TotalParticipantsRequestFilter,TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder>
-
- com.streamlayer.analytics.conversations.v1.TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,TotalParticipantsRequest.TotalParticipantsRequestFilterOrBuilder,java.lang.Cloneable
- Enclosing class:
- TotalParticipantsRequest.TotalParticipantsRequestFilter
public static final class TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<TotalParticipantsRequest.TotalParticipantsRequestFilter,TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder> implements TotalParticipantsRequest.TotalParticipantsRequestFilterOrBuilder
Protobuf typestreamlayer.analytics.v1.conversations.TotalParticipantsRequest.TotalParticipantsRequestFilter
-
-
Method Summary
-
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
-
hasPeriod
public boolean hasPeriod()
period
.streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];- Specified by:
hasPeriodin interfaceTotalParticipantsRequest.TotalParticipantsRequestFilterOrBuilder- Returns:
- Whether the period field is set.
-
getPeriod
public Period getPeriod()
period
.streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];- Specified by:
getPeriodin interfaceTotalParticipantsRequest.TotalParticipantsRequestFilterOrBuilder- Returns:
- The period.
-
setPeriod
public TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder setPeriod(Period value)
period
.streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];
-
setPeriod
public TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder setPeriod(Period.Builder builderForValue)
period
.streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];
-
mergePeriod
public TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder mergePeriod(Period value)
period
.streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];
-
clearPeriod
public TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder clearPeriod()
period
.streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"];
-
getEventId
public long getEventId()
sports event id
uint64 event_id = 2 [json_name = "eventId"];- Specified by:
getEventIdin interfaceTotalParticipantsRequest.TotalParticipantsRequestFilterOrBuilder- Returns:
- The eventId.
-
setEventId
public TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder setEventId(long value)
sports event id
uint64 event_id = 2 [json_name = "eventId"];- Parameters:
value- The eventId to set.- Returns:
- This builder for chaining.
-
clearEventId
public TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder clearEventId()
sports event id
uint64 event_id = 2 [json_name = "eventId"];- Returns:
- This builder for chaining.
-
getCategoriesList
public java.util.List<Category> getCategoriesList()
categories list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME]. default: all categories are searched
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Specified by:
getCategoriesListin interfaceTotalParticipantsRequest.TotalParticipantsRequestFilterOrBuilder- Returns:
- A list containing the categories.
-
getCategoriesCount
public int getCategoriesCount()
categories list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME]. default: all categories are searched
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Specified by:
getCategoriesCountin interfaceTotalParticipantsRequest.TotalParticipantsRequestFilterOrBuilder- Returns:
- The count of categories.
-
getCategories
public Category getCategories(int index)
categories list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME]. default: all categories are searched
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Specified by:
getCategoriesin interfaceTotalParticipantsRequest.TotalParticipantsRequestFilterOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The categories at the given index.
-
setCategories
public TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder setCategories(int index, Category value)
categories list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME]. default: all categories are searched
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Parameters:
index- The index to set the value at.value- The categories to set.- Returns:
- This builder for chaining.
-
addCategories
public TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder addCategories(Category value)
categories list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME]. default: all categories are searched
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Parameters:
value- The categories to add.- Returns:
- This builder for chaining.
-
addAllCategories
public TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder addAllCategories(java.lang.Iterable<? extends Category> values)
categories list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME]. default: all categories are searched
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Parameters:
values- The categories to add.- Returns:
- This builder for chaining.
-
clearCategories
public TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder clearCategories()
categories list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME]. default: all categories are searched
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Returns:
- This builder for chaining.
-
getCategoriesValueList
public java.util.List<java.lang.Integer> getCategoriesValueList()
categories list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME]. default: all categories are searched
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Specified by:
getCategoriesValueListin interfaceTotalParticipantsRequest.TotalParticipantsRequestFilterOrBuilder- Returns:
- A list containing the enum numeric values on the wire for categories.
-
getCategoriesValue
public int getCategoriesValue(int index)
categories list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME]. default: all categories are searched
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Specified by:
getCategoriesValuein interfaceTotalParticipantsRequest.TotalParticipantsRequestFilterOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of categories at the given index.
-
setCategoriesValue
public TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder setCategoriesValue(int index, int value)
categories list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME]. default: all categories are searched
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Parameters:
index- The index to set the value at.value- The enum numeric value on the wire for categories to set.- Returns:
- This builder for chaining.
-
addCategoriesValue
public TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder addCategoriesValue(int value)
categories list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME]. default: all categories are searched
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Parameters:
value- The enum numeric value on the wire for categories to add.- Returns:
- This builder for chaining.
-
addAllCategoriesValue
public TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder addAllCategoriesValue(java.lang.Iterable<java.lang.Integer> values)
categories list. Note: usually use pairs of categories [CALL_CATEGORY_CALLING, CALL_CATEGORY_CALLING_HOME]. default: all categories are searched
repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"];- Parameters:
values- The enum numeric values on the wire for categories to add.- Returns:
- This builder for chaining.
-
getCountUnique
public boolean getCountUnique()
for counting statistics, unique by device id
bool count_unique = 4 [json_name = "countUnique"];- Specified by:
getCountUniquein interfaceTotalParticipantsRequest.TotalParticipantsRequestFilterOrBuilder- Returns:
- The countUnique.
-
setCountUnique
public TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder setCountUnique(boolean value)
for counting statistics, unique by device id
bool count_unique = 4 [json_name = "countUnique"];- Parameters:
value- The countUnique to set.- Returns:
- This builder for chaining.
-
clearCountUnique
public TotalParticipantsRequest.TotalParticipantsRequestFilter.Builder clearCountUnique()
for counting statistics, unique by device id
bool count_unique = 4 [json_name = "countUnique"];- Returns:
- This builder for chaining.
-
-