Interface TotalStatsRequest.TotalStatsFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TotalStatsRequest.TotalStatsFilter,TotalStatsRequest.TotalStatsFilter.Builder
- Enclosing class:
- TotalStatsRequest
public static interface TotalStatsRequest.TotalStatsFilterOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEntityIds(int index)repeated string entity_ids = 4 [json_name = "entityIds"];com.google.protobuf.ByteStringgetEntityIdsBytes(int index)repeated string entity_ids = 4 [json_name = "entityIds"];intgetEntityIdsCount()repeated string entity_ids = 4 [json_name = "entityIds"];java.util.List<java.lang.String>getEntityIdsList()repeated string entity_ids = 4 [json_name = "entityIds"];EntityTypegetEntityType().streamlayer.analytics.v1.common.EntityType entity_type = 3 [json_name = "entityType"];intgetEntityTypeValue().streamlayer.analytics.v1.common.EntityType entity_type = 3 [json_name = "entityType"];java.lang.StringgetEventId()string event_id = 1 [json_name = "eventId"];com.google.protobuf.ByteStringgetEventIdBytes()string event_id = 1 [json_name = "eventId"];PeriodgetPeriod().streamlayer.analytics.v1.common.Period period = 2 [json_name = "period"];booleanhasPeriod().streamlayer.analytics.v1.common.Period period = 2 [json_name = "period"];
-
-
-
Method Detail
-
getEventId
java.lang.String getEventId()
string event_id = 1 [json_name = "eventId"];- Returns:
- The eventId.
-
getEventIdBytes
com.google.protobuf.ByteString getEventIdBytes()
string event_id = 1 [json_name = "eventId"];- Returns:
- The bytes for eventId.
-
hasPeriod
boolean hasPeriod()
.streamlayer.analytics.v1.common.Period period = 2 [json_name = "period"];- Returns:
- Whether the period field is set.
-
getPeriod
Period getPeriod()
.streamlayer.analytics.v1.common.Period period = 2 [json_name = "period"];- Returns:
- The period.
-
getEntityTypeValue
int getEntityTypeValue()
.streamlayer.analytics.v1.common.EntityType entity_type = 3 [json_name = "entityType"];- Returns:
- The enum numeric value on the wire for entityType.
-
getEntityType
EntityType getEntityType()
.streamlayer.analytics.v1.common.EntityType entity_type = 3 [json_name = "entityType"];- Returns:
- The entityType.
-
getEntityIdsList
java.util.List<java.lang.String> getEntityIdsList()
repeated string entity_ids = 4 [json_name = "entityIds"];- Returns:
- A list containing the entityIds.
-
getEntityIdsCount
int getEntityIdsCount()
repeated string entity_ids = 4 [json_name = "entityIds"];- Returns:
- The count of entityIds.
-
getEntityIds
java.lang.String getEntityIds(int index)
repeated string entity_ids = 4 [json_name = "entityIds"];- Parameters:
index- The index of the element to return.- Returns:
- The entityIds at the given index.
-
getEntityIdsBytes
com.google.protobuf.ByteString getEntityIdsBytes(int index)
repeated string entity_ids = 4 [json_name = "entityIds"];- Parameters:
index- The index of the element to return.- Returns:
- The entityIds at the given index.
-
-