Interface TotalStatsRequest.TotalStatsFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEntityIds​(int index)
      repeated string entity_ids = 4 [json_name = "entityIds"];
      com.google.protobuf.ByteString getEntityIdsBytes​(int index)
      repeated string entity_ids = 4 [json_name = "entityIds"];
      int getEntityIdsCount()
      repeated string entity_ids = 4 [json_name = "entityIds"];
      java.util.List<java.lang.String> getEntityIdsList()
      repeated string entity_ids = 4 [json_name = "entityIds"];
      EntityType getEntityType()
      .streamlayer.analytics.v1.common.EntityType entity_type = 3 [json_name = "entityType"];
      int getEntityTypeValue()
      .streamlayer.analytics.v1.common.EntityType entity_type = 3 [json_name = "entityType"];
      java.lang.String getEventId()
      string event_id = 1 [json_name = "eventId"];
      com.google.protobuf.ByteString getEventIdBytes()
      string event_id = 1 [json_name = "eventId"];
      Period getPeriod()
      .streamlayer.analytics.v1.common.Period period = 2 [json_name = "period"];
      boolean hasPeriod()
      .streamlayer.analytics.v1.common.Period period = 2 [json_name = "period"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.