Class DashboardOverviewRequestFilter.Builder

    • Method Detail

      • setOrganizationId

        public DashboardOverviewRequestFilter.Builder setOrganizationId​(java.lang.String value)
        optional string organization_id = 1 [json_name = "organizationId"];
        Parameters:
        value - The organizationId to set.
        Returns:
        This builder for chaining.
      • clearOrganizationId

        public DashboardOverviewRequestFilter.Builder clearOrganizationId()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        This builder for chaining.
      • setOrganizationIdBytes

        public DashboardOverviewRequestFilter.Builder setOrganizationIdBytes​(com.google.protobuf.ByteString value)
        optional string organization_id = 1 [json_name = "organizationId"];
        Parameters:
        value - The bytes for organizationId to set.
        Returns:
        This builder for chaining.
      • getEventIds

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

        public DashboardOverviewRequestFilter.Builder setEventIds​(int index,
                                                                  long value)
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Parameters:
        value - The eventIds to set.
        Returns:
        This builder for chaining.
      • addEventIds

        public DashboardOverviewRequestFilter.Builder addEventIds​(long value)
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Parameters:
        value - The eventIds to add.
        Returns:
        This builder for chaining.
      • addAllEventIds

        public DashboardOverviewRequestFilter.Builder addAllEventIds​(java.lang.Iterable<? extends java.lang.Long> values)
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Parameters:
        values - The eventIds to add.
        Returns:
        This builder for chaining.
      • hasDate

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

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

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

        @Deprecated
        public DashboardOverviewRequestFilter.Builder setDate​(java.lang.String value)
        Deprecated.
        streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=67
        optional string date = 4 [json_name = "date", deprecated = true];
        Parameters:
        value - The date to set.
        Returns:
        This builder for chaining.
      • clearDate

        @Deprecated
        public DashboardOverviewRequestFilter.Builder clearDate()
        Deprecated.
        streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=67
        optional string date = 4 [json_name = "date", deprecated = true];
        Returns:
        This builder for chaining.
      • setDateBytes

        @Deprecated
        public DashboardOverviewRequestFilter.Builder setDateBytes​(com.google.protobuf.ByteString value)
        Deprecated.
        streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=67
        optional string date = 4 [json_name = "date", deprecated = true];
        Parameters:
        value - The bytes for date to set.
        Returns:
        This builder for chaining.
      • getCountries

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

        public com.google.protobuf.ByteString getCountriesBytes​(int index)
        repeated string countries = 5 [json_name = "countries"];
        Specified by:
        getCountriesBytes in interface DashboardOverviewRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the countries at the given index.
      • setCountries

        public DashboardOverviewRequestFilter.Builder setCountries​(int index,
                                                                   java.lang.String value)
        repeated string countries = 5 [json_name = "countries"];
        Parameters:
        index - The index to set the value at.
        value - The countries to set.
        Returns:
        This builder for chaining.
      • addCountries

        public DashboardOverviewRequestFilter.Builder addCountries​(java.lang.String value)
        repeated string countries = 5 [json_name = "countries"];
        Parameters:
        value - The countries to add.
        Returns:
        This builder for chaining.
      • addAllCountries

        public DashboardOverviewRequestFilter.Builder addAllCountries​(java.lang.Iterable<java.lang.String> values)
        repeated string countries = 5 [json_name = "countries"];
        Parameters:
        values - The countries to add.
        Returns:
        This builder for chaining.
      • addCountriesBytes

        public DashboardOverviewRequestFilter.Builder addCountriesBytes​(com.google.protobuf.ByteString value)
        repeated string countries = 5 [json_name = "countries"];
        Parameters:
        value - The bytes of the countries to add.
        Returns:
        This builder for chaining.
      • setLiveMetrics

        public DashboardOverviewRequestFilter.Builder setLiveMetrics​(boolean value)
        optional bool live_metrics = 6 [json_name = "liveMetrics"];
        Parameters:
        value - The liveMetrics to set.
        Returns:
        This builder for chaining.
      • hasFwp

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

        @Deprecated
        public boolean getFwp()
        Deprecated.
        streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.fwp is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=70
        optional bool fwp = 7 [json_name = "fwp", deprecated = true];
        Specified by:
        getFwp in interface DashboardOverviewRequestFilterOrBuilder
        Returns:
        The fwp.
      • setFwp

        @Deprecated
        public DashboardOverviewRequestFilter.Builder setFwp​(boolean value)
        Deprecated.
        streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.fwp is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=70
        optional bool fwp = 7 [json_name = "fwp", deprecated = true];
        Parameters:
        value - The fwp to set.
        Returns:
        This builder for chaining.
      • clearFwp

        @Deprecated
        public DashboardOverviewRequestFilter.Builder clearFwp()
        Deprecated.
        streamlayer.analytics.v2.studio.DashboardOverviewRequestFilter.fwp is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=70
        optional bool fwp = 7 [json_name = "fwp", deprecated = true];
        Returns:
        This builder for chaining.
      • hasWpType

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

        public int getWpTypeValue()
        optional .streamlayer.analytics.v2.studio.WpType wp_type = 8 [json_name = "wpType"];
        Specified by:
        getWpTypeValue in interface DashboardOverviewRequestFilterOrBuilder
        Returns:
        The enum numeric value on the wire for wpType.
      • setWpTypeValue

        public DashboardOverviewRequestFilter.Builder setWpTypeValue​(int value)
        optional .streamlayer.analytics.v2.studio.WpType wp_type = 8 [json_name = "wpType"];
        Parameters:
        value - The wpType to set.
        Returns:
        This builder for chaining.
      • setWpType

        public DashboardOverviewRequestFilter.Builder setWpType​(WpType value)
        optional .streamlayer.analytics.v2.studio.WpType wp_type = 8 [json_name = "wpType"];
        Parameters:
        value - The enum numeric value on the wire for wpType to set.
        Returns:
        This builder for chaining.
      • clearWpType

        public DashboardOverviewRequestFilter.Builder clearWpType()
        optional .streamlayer.analytics.v2.studio.WpType wp_type = 8 [json_name = "wpType"];
        Returns:
        This builder for chaining.
      • setTz

        public DashboardOverviewRequestFilter.Builder setTz​(java.lang.String value)
         'America/New_York'
         
        optional string tz = 9 [json_name = "tz"];
        Parameters:
        value - The tz to set.
        Returns:
        This builder for chaining.
      • setTzBytes

        public DashboardOverviewRequestFilter.Builder setTzBytes​(com.google.protobuf.ByteString value)
         'America/New_York'
         
        optional string tz = 9 [json_name = "tz"];
        Parameters:
        value - The bytes for tz to set.
        Returns:
        This builder for chaining.