Interface FeaturedGroupsRequestFilterOrBuilder

    • 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.FeaturedGroupsRequestFilter.date is deprecated.
      com.google.protobuf.ByteString getDateBytes()
      Deprecated.
      streamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter.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"];
      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'
      boolean hasDate()
      Deprecated.
      streamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter.date is deprecated.
      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'
      • 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.FeaturedGroupsRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=90
        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.FeaturedGroupsRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=90
        optional string date = 4 [json_name = "date", deprecated = true];
        Returns:
        The date.
      • getDateBytes

        @Deprecated
        com.google.protobuf.ByteString getDateBytes()
        Deprecated.
        streamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=90
        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.
      • hasTz

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

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

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