Interface DashboardOverviewRequestFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getCountries​(int index)
      repeated string countries = 5 [json_name = "countries"];
      com.google.protobuf.ByteString getCountriesBytes​(int index)
      repeated string countries = 5 [json_name = "countries"];
      int getCountriesCount()
      repeated string countries = 5 [json_name = "countries"];
      java.util.List<java.lang.String> getCountriesList()
      repeated string countries = 5 [json_name = "countries"];
      java.lang.String getDate()
      Deprecated.
      streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.date is deprecated.
      com.google.protobuf.ByteString getDateBytes()
      Deprecated.
      streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.date is deprecated.
      long getEventIds​(int index)
      repeated uint64 event_ids = 2 [json_name = "eventIds"];
      int getEventIdsCount()
      repeated uint64 event_ids = 2 [json_name = "eventIds"];
      java.util.List<java.lang.Long> getEventIdsList()
      repeated uint64 event_ids = 2 [json_name = "eventIds"];
      boolean getFwp()
      Deprecated.
      streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.fwp is deprecated.
      boolean getLiveMetrics()
      optional bool live_metrics = 6 [json_name = "liveMetrics"];
      java.lang.String getOrganizationId()
      optional string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      optional string organization_id = 1 [json_name = "organizationId"];
      Period getPeriod()
      .streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];
      java.lang.String getTz()
      'America/New_York'
      com.google.protobuf.ByteString getTzBytes()
      'America/New_York'
      WpType getWpType()
      optional .streamlayer.analytics.v2.studio.WpType wp_type = 8 [json_name = "wpType"];
      int getWpTypeValue()
      optional .streamlayer.analytics.v2.studio.WpType wp_type = 8 [json_name = "wpType"];
      boolean hasDate()
      Deprecated.
      streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.date is deprecated.
      boolean hasFwp()
      Deprecated.
      streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.fwp is deprecated.
      boolean hasLiveMetrics()
      optional bool live_metrics = 6 [json_name = "liveMetrics"];
      boolean hasOrganizationId()
      optional string organization_id = 1 [json_name = "organizationId"];
      boolean hasPeriod()
      .streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];
      boolean hasTz()
      'America/New_York'
      boolean hasWpType()
      optional .streamlayer.analytics.v2.studio.WpType wp_type = 8 [json_name = "wpType"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasOrganizationId

        boolean hasOrganizationId()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        Whether the organizationId field is set.
      • getOrganizationId

        java.lang.String getOrganizationId()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.
      • getEventIdsList

        java.util.List<java.lang.Long> getEventIdsList()
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Returns:
        A list containing the eventIds.
      • getEventIdsCount

        int getEventIdsCount()
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Returns:
        The count of eventIds.
      • getEventIds

        long getEventIds​(int index)
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The eventIds at the given index.
      • hasPeriod

        boolean hasPeriod()
        .streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];
        Returns:
        Whether the period field is set.
      • getPeriod

        Period getPeriod()
        .streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];
        Returns:
        The period.
      • hasDate

        @Deprecated
        boolean hasDate()
        Deprecated.
        streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=76
        optional string date = 4 [json_name = "date", deprecated = true];
        Returns:
        Whether the date field is set.
      • getDate

        @Deprecated
        java.lang.String getDate()
        Deprecated.
        streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=76
        optional string date = 4 [json_name = "date", deprecated = true];
        Returns:
        The date.
      • getDateBytes

        @Deprecated
        com.google.protobuf.ByteString getDateBytes()
        Deprecated.
        streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=76
        optional string date = 4 [json_name = "date", deprecated = true];
        Returns:
        The bytes for date.
      • getCountriesList

        java.util.List<java.lang.String> getCountriesList()
        repeated string countries = 5 [json_name = "countries"];
        Returns:
        A list containing the countries.
      • getCountriesCount

        int getCountriesCount()
        repeated string countries = 5 [json_name = "countries"];
        Returns:
        The count of countries.
      • getCountries

        java.lang.String getCountries​(int index)
        repeated string countries = 5 [json_name = "countries"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The countries at the given index.
      • getCountriesBytes

        com.google.protobuf.ByteString getCountriesBytes​(int index)
        repeated string countries = 5 [json_name = "countries"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The countries at the given index.
      • hasLiveMetrics

        boolean hasLiveMetrics()
        optional bool live_metrics = 6 [json_name = "liveMetrics"];
        Returns:
        Whether the liveMetrics field is set.
      • getLiveMetrics

        boolean getLiveMetrics()
        optional bool live_metrics = 6 [json_name = "liveMetrics"];
        Returns:
        The liveMetrics.
      • hasFwp

        @Deprecated
        boolean hasFwp()
        Deprecated.
        streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.fwp is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=79
        optional bool fwp = 7 [json_name = "fwp", deprecated = true];
        Returns:
        Whether the fwp field is set.
      • getFwp

        @Deprecated
        boolean getFwp()
        Deprecated.
        streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.fwp is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=79
        optional bool fwp = 7 [json_name = "fwp", deprecated = true];
        Returns:
        The fwp.
      • hasWpType

        boolean hasWpType()
        optional .streamlayer.analytics.v2.studio.WpType wp_type = 8 [json_name = "wpType"];
        Returns:
        Whether the wpType field is set.
      • getWpTypeValue

        int getWpTypeValue()
        optional .streamlayer.analytics.v2.studio.WpType wp_type = 8 [json_name = "wpType"];
        Returns:
        The enum numeric value on the wire for wpType.
      • getWpType

        WpType getWpType()
        optional .streamlayer.analytics.v2.studio.WpType wp_type = 8 [json_name = "wpType"];
        Returns:
        The wpType.
      • hasTz

        boolean hasTz()
         'America/New_York'
         
        optional string tz = 9 [json_name = "tz"];
        Returns:
        Whether the tz field is set.
      • getTz

        java.lang.String getTz()
         'America/New_York'
         
        optional string tz = 9 [json_name = "tz"];
        Returns:
        The tz.
      • getTzBytes

        com.google.protobuf.ByteString getTzBytes()
         'America/New_York'
         
        optional string tz = 9 [json_name = "tz"];
        Returns:
        The bytes for tz.