Class FeaturedGroupsRequestFilter.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<FeaturedGroupsRequestFilter,FeaturedGroupsRequestFilter.Builder>
-
- com.streamlayer.analytics.studio.v2.FeaturedGroupsRequestFilter.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,FeaturedGroupsRequestFilterOrBuilder,java.lang.Cloneable
- Enclosing class:
- FeaturedGroupsRequestFilter
public static final class FeaturedGroupsRequestFilter.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<FeaturedGroupsRequestFilter,FeaturedGroupsRequestFilter.Builder> implements FeaturedGroupsRequestFilterOrBuilder
Protobuf typestreamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FeaturedGroupsRequestFilter.BuilderaddAllCountries(java.lang.Iterable<java.lang.String> values)repeated string countries = 5 [json_name = "countries"];FeaturedGroupsRequestFilter.BuilderaddAllEventIds(java.lang.Iterable<? extends java.lang.Long> values)repeated uint64 event_ids = 2 [json_name = "eventIds"];FeaturedGroupsRequestFilter.BuilderaddCountries(java.lang.String value)repeated string countries = 5 [json_name = "countries"];FeaturedGroupsRequestFilter.BuilderaddCountriesBytes(com.google.protobuf.ByteString value)repeated string countries = 5 [json_name = "countries"];FeaturedGroupsRequestFilter.BuilderaddEventIds(long value)repeated uint64 event_ids = 2 [json_name = "eventIds"];FeaturedGroupsRequestFilter.BuilderclearCountries()repeated string countries = 5 [json_name = "countries"];FeaturedGroupsRequestFilter.BuilderclearDate()Deprecated.streamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter.date is deprecated.FeaturedGroupsRequestFilter.BuilderclearEventIds()repeated uint64 event_ids = 2 [json_name = "eventIds"];FeaturedGroupsRequestFilter.BuilderclearOrganizationId()optional string organization_id = 1 [json_name = "organizationId"];FeaturedGroupsRequestFilter.BuilderclearPeriod().streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];FeaturedGroupsRequestFilter.BuilderclearTz()'America/New_York'java.lang.StringgetCountries(int index)repeated string countries = 5 [json_name = "countries"];com.google.protobuf.ByteStringgetCountriesBytes(int index)repeated string countries = 5 [json_name = "countries"];intgetCountriesCount()repeated string countries = 5 [json_name = "countries"];java.util.List<java.lang.String>getCountriesList()repeated string countries = 5 [json_name = "countries"];java.lang.StringgetDate()Deprecated.streamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter.date is deprecated.com.google.protobuf.ByteStringgetDateBytes()Deprecated.streamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter.date is deprecated.longgetEventIds(int index)repeated uint64 event_ids = 2 [json_name = "eventIds"];intgetEventIdsCount()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.StringgetOrganizationId()optional string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()optional string organization_id = 1 [json_name = "organizationId"];PeriodgetPeriod().streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];java.lang.StringgetTz()'America/New_York'com.google.protobuf.ByteStringgetTzBytes()'America/New_York'booleanhasDate()Deprecated.streamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter.date is deprecated.booleanhasOrganizationId()optional string organization_id = 1 [json_name = "organizationId"];booleanhasPeriod().streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];booleanhasTz()'America/New_York'FeaturedGroupsRequestFilter.BuildermergePeriod(Period value).streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];FeaturedGroupsRequestFilter.BuildersetCountries(int index, java.lang.String value)repeated string countries = 5 [json_name = "countries"];FeaturedGroupsRequestFilter.BuildersetDate(java.lang.String value)Deprecated.streamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter.date is deprecated.FeaturedGroupsRequestFilter.BuildersetDateBytes(com.google.protobuf.ByteString value)Deprecated.streamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter.date is deprecated.FeaturedGroupsRequestFilter.BuildersetEventIds(int index, long value)repeated uint64 event_ids = 2 [json_name = "eventIds"];FeaturedGroupsRequestFilter.BuildersetOrganizationId(java.lang.String value)optional string organization_id = 1 [json_name = "organizationId"];FeaturedGroupsRequestFilter.BuildersetOrganizationIdBytes(com.google.protobuf.ByteString value)optional string organization_id = 1 [json_name = "organizationId"];FeaturedGroupsRequestFilter.BuildersetPeriod(Period value).streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];FeaturedGroupsRequestFilter.BuildersetPeriod(Period.Builder builderForValue).streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];FeaturedGroupsRequestFilter.BuildersetTz(java.lang.String value)'America/New_York'FeaturedGroupsRequestFilter.BuildersetTzBytes(com.google.protobuf.ByteString value)'America/New_York'-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
hasOrganizationId
public boolean hasOrganizationId()
optional string organization_id = 1 [json_name = "organizationId"];- Specified by:
hasOrganizationIdin interfaceFeaturedGroupsRequestFilterOrBuilder- Returns:
- Whether the organizationId field is set.
-
getOrganizationId
public java.lang.String getOrganizationId()
optional string organization_id = 1 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceFeaturedGroupsRequestFilterOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()
optional string organization_id = 1 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceFeaturedGroupsRequestFilterOrBuilder- Returns:
- The bytes for organizationId.
-
setOrganizationId
public FeaturedGroupsRequestFilter.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 FeaturedGroupsRequestFilter.Builder clearOrganizationId()
optional string organization_id = 1 [json_name = "organizationId"];- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public FeaturedGroupsRequestFilter.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.
-
getEventIdsList
public java.util.List<java.lang.Long> getEventIdsList()
repeated uint64 event_ids = 2 [json_name = "eventIds"];- Specified by:
getEventIdsListin interfaceFeaturedGroupsRequestFilterOrBuilder- Returns:
- A list containing the eventIds.
-
getEventIdsCount
public int getEventIdsCount()
repeated uint64 event_ids = 2 [json_name = "eventIds"];- Specified by:
getEventIdsCountin interfaceFeaturedGroupsRequestFilterOrBuilder- Returns:
- The count of eventIds.
-
getEventIds
public long getEventIds(int index)
repeated uint64 event_ids = 2 [json_name = "eventIds"];- Specified by:
getEventIdsin interfaceFeaturedGroupsRequestFilterOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The eventIds at the given index.
-
setEventIds
public FeaturedGroupsRequestFilter.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 FeaturedGroupsRequestFilter.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 FeaturedGroupsRequestFilter.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.
-
clearEventIds
public FeaturedGroupsRequestFilter.Builder clearEventIds()
repeated uint64 event_ids = 2 [json_name = "eventIds"];- Returns:
- This builder for chaining.
-
hasPeriod
public boolean hasPeriod()
.streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];- Specified by:
hasPeriodin interfaceFeaturedGroupsRequestFilterOrBuilder- Returns:
- Whether the period field is set.
-
getPeriod
public Period getPeriod()
.streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];- Specified by:
getPeriodin interfaceFeaturedGroupsRequestFilterOrBuilder- Returns:
- The period.
-
setPeriod
public FeaturedGroupsRequestFilter.Builder setPeriod(Period value)
.streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];
-
setPeriod
public FeaturedGroupsRequestFilter.Builder setPeriod(Period.Builder builderForValue)
.streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];
-
mergePeriod
public FeaturedGroupsRequestFilter.Builder mergePeriod(Period value)
.streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];
-
clearPeriod
public FeaturedGroupsRequestFilter.Builder clearPeriod()
.streamlayer.analytics.v1.common.Period period = 3 [json_name = "period"];
-
hasDate
@Deprecated public boolean hasDate()
Deprecated.streamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=99optional string date = 4 [json_name = "date", deprecated = true];- Specified by:
hasDatein interfaceFeaturedGroupsRequestFilterOrBuilder- Returns:
- Whether the date field is set.
-
getDate
@Deprecated public java.lang.String getDate()
Deprecated.streamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=99optional string date = 4 [json_name = "date", deprecated = true];- Specified by:
getDatein interfaceFeaturedGroupsRequestFilterOrBuilder- Returns:
- The date.
-
getDateBytes
@Deprecated public com.google.protobuf.ByteString getDateBytes()
Deprecated.streamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=99optional string date = 4 [json_name = "date", deprecated = true];- Specified by:
getDateBytesin interfaceFeaturedGroupsRequestFilterOrBuilder- Returns:
- The bytes for date.
-
setDate
@Deprecated public FeaturedGroupsRequestFilter.Builder setDate(java.lang.String value)
Deprecated.streamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=99optional string date = 4 [json_name = "date", deprecated = true];- Parameters:
value- The date to set.- Returns:
- This builder for chaining.
-
clearDate
@Deprecated public FeaturedGroupsRequestFilter.Builder clearDate()
Deprecated.streamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=99optional string date = 4 [json_name = "date", deprecated = true];- Returns:
- This builder for chaining.
-
setDateBytes
@Deprecated public FeaturedGroupsRequestFilter.Builder setDateBytes(com.google.protobuf.ByteString value)
Deprecated.streamlayer.analytics.v2.studio.FeaturedGroupsRequestFilter.date is deprecated. See streamlayer/analytics/v2/studio/dashboard.proto;l=99optional string date = 4 [json_name = "date", deprecated = true];- Parameters:
value- The bytes for date to set.- Returns:
- This builder for chaining.
-
getCountriesList
public java.util.List<java.lang.String> getCountriesList()
repeated string countries = 5 [json_name = "countries"];- Specified by:
getCountriesListin interfaceFeaturedGroupsRequestFilterOrBuilder- Returns:
- A list containing the countries.
-
getCountriesCount
public int getCountriesCount()
repeated string countries = 5 [json_name = "countries"];- Specified by:
getCountriesCountin interfaceFeaturedGroupsRequestFilterOrBuilder- Returns:
- The count of countries.
-
getCountries
public java.lang.String getCountries(int index)
repeated string countries = 5 [json_name = "countries"];- Specified by:
getCountriesin interfaceFeaturedGroupsRequestFilterOrBuilder- 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:
getCountriesBytesin interfaceFeaturedGroupsRequestFilterOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the countries at the given index.
-
setCountries
public FeaturedGroupsRequestFilter.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 FeaturedGroupsRequestFilter.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 FeaturedGroupsRequestFilter.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.
-
clearCountries
public FeaturedGroupsRequestFilter.Builder clearCountries()
repeated string countries = 5 [json_name = "countries"];- Returns:
- This builder for chaining.
-
addCountriesBytes
public FeaturedGroupsRequestFilter.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.
-
hasTz
public boolean hasTz()
'America/New_York'
optional string tz = 6 [json_name = "tz"];- Specified by:
hasTzin interfaceFeaturedGroupsRequestFilterOrBuilder- Returns:
- Whether the tz field is set.
-
getTz
public java.lang.String getTz()
'America/New_York'
optional string tz = 6 [json_name = "tz"];- Specified by:
getTzin interfaceFeaturedGroupsRequestFilterOrBuilder- Returns:
- The tz.
-
getTzBytes
public com.google.protobuf.ByteString getTzBytes()
'America/New_York'
optional string tz = 6 [json_name = "tz"];- Specified by:
getTzBytesin interfaceFeaturedGroupsRequestFilterOrBuilder- Returns:
- The bytes for tz.
-
setTz
public FeaturedGroupsRequestFilter.Builder setTz(java.lang.String value)
'America/New_York'
optional string tz = 6 [json_name = "tz"];- Parameters:
value- The tz to set.- Returns:
- This builder for chaining.
-
clearTz
public FeaturedGroupsRequestFilter.Builder clearTz()
'America/New_York'
optional string tz = 6 [json_name = "tz"];- Returns:
- This builder for chaining.
-
setTzBytes
public FeaturedGroupsRequestFilter.Builder setTzBytes(com.google.protobuf.ByteString value)
'America/New_York'
optional string tz = 6 [json_name = "tz"];- Parameters:
value- The bytes for tz to set.- Returns:
- This builder for chaining.
-
-